Created
March 26, 2025 01:22
-
-
Save Sleepful/8a6db5238b91c82f80c0cda303602dad to your computer and use it in GitHub Desktop.
wadafaq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Type Name Plan | |
+ ├─ aws:ecs:Cluster ecs-cluster-mymail create | |
+ ├─ awsx:ecr:Repository repo-mymail create | |
Type Name Plan | |
+ ├─ aws:ecs:Cluster ecs-cluster-mymail create | |
+ ├─ awsx:ecr:Repository repo-mymail create | |
Type Name Plan | |
+ │ ├─ aws:ecr:Repository repo-mymail create | |
+ │ └─ aws:ecr:LifecyclePolicy repo-mymail create | |
Type Name Plan | |
+ │ └─ aws:ecr:LifecyclePolicy repo-mymail create | |
+ ├─ awsx:ec2:Vpc vpc-mymail create | |
Type Name Plan | |
+ │ ├─ aws:ec2:Subnet vpc-mymail-public-2 create | |
+ │ │ └─ aws:ec2:RouteTable vpc-mymail-public-2 create | |
Type Name Plan | |
+ │ │ └─ aws:ec2:RouteTable vpc-mymail-public-2 create | |
+ │ │ ├─ aws:ec2:Route vpc-mymail-public-2 create | |
Type Name Plan | |
+ │ │ └─ aws:ec2:RouteTable vpc-mymail-public-2 create | |
+ │ │ ├─ aws:ec2:Route vpc-mymail-public-2 create | |
Type Name Plan | |
+ │ │ └─ aws:ec2:RouteTableAssociation vpc-mymail-public-2 create | |
+ │ ├─ aws:ec2:Subnet vpc-mymail-public-1 create | |
Type Name Plan | |
+ │ │ └─ aws:ec2:RouteTable vpc-mymail-public-1 create | |
+ │ │ ├─ aws:ec2:RouteTableAssociation vpc-mymail-public-1 create | |
Type Name Plan | |
+ │ ├─ aws:ec2:Route vpc-mymail-public-3 create | |
+ │ └─ aws:ec2:RouteTableAssociation vpc-mymail-public-3 create | |
Type Name Plan | |
+ │ └─ aws:ec2:RouteTableAssociation vpc-mymail-public-3 create | |
+ ├─ awsx:ecr:Image ecr-image-mymail create | |
Type Name Plan | |
+ ├─ awsx:ecr:Image ecr-image-mymail create | |
+ ├─ aws:ec2:SecurityGroup allow_http create | |
Type Name Plan | |
+ ├─ awsx:ecr:Image ecr-image-mymail create | |
+ ├─ aws:ec2:SecurityGroup allow_http create | |
Type Name Plan | |
+ ├─ awsx:ecr:Image ecr-image-mymail create | |
+ ├─ aws:ec2:SecurityGroup allow_http create | |
Type Name Plan | |
pulumi:pulumi:Stack AWS-MyMail-dev | |
+ ├─ aws:ecs:Cluster ecs-cluster-mymail create | |
+ ├─ awsx:ecr:Repository repo-mymail create | |
+ │ ├─ aws:ecr:Repository repo-mymail create | |
+ │ └─ aws:ecr:LifecyclePolicy repo-mymail create | |
+ ├─ awsx:ec2:Vpc vpc-mymail create | |
+ │ └─ aws:ec2:Vpc vpc-mymail create | |
+ │ ├─ aws:ec2:Subnet vpc-mymail-public-2 create | |
+ │ │ └─ aws:ec2:RouteTable vpc-mymail-public-2 create | |
+ │ │ ├─ aws:ec2:Route vpc-mymail-public-2 create | |
+ │ │ └─ aws:ec2:RouteTableAssociation vpc-mymail-public-2 create | |
+ │ ├─ aws:ec2:Subnet vpc-mymail-public-1 create | |
+ │ │ └─ aws:ec2:RouteTable vpc-mymail-public-1 create | |
+ │ │ ├─ aws:ec2:RouteTableAssociation vpc-mymail-public-1 create | |
+ │ │ └─ aws:ec2:Route vpc-mymail-public-1 create | |
+ │ ├─ aws:ec2:InternetGateway vpc-mymail create | |
+ │ └─ aws:ec2:Subnet vpc-mymail-public-3 create | |
+ │ └─ aws:ec2:RouteTable vpc-mymail-public-3 create | |
+ │ ├─ aws:ec2:Route vpc-mymail-public-3 create | |
+ │ └─ aws:ec2:RouteTableAssociation vpc-mymail-public-3 create | |
+ ├─ awsx:ecr:Image ecr-image-mymail create | |
+ ├─ aws:ec2:SecurityGroup allow_http create | |
+ ├─ aws:ec2:SecurityGroup allow_tls create | |
+ ├─ aws:vpc:SecurityGroupIngressRule allow_http_ipv4 create | |
+ ├─ aws:vpc:SecurityGroupEgressRule allow_all_traffic_ipv4 create | |
+ ├─ aws:vpc:SecurityGroupIngressRule allow_tls_ipv4 create | |
+ ├─ aws:vpc:SecurityGroupEgressRule allow_all_traffic_ipv4_http create | |
+ ├─ awsx:lb:ApplicationLoadBalancer lb-mymail create | |
+ │ ├─ aws:lb:TargetGroup lb-mymail create | |
+ │ ├─ aws:lb:LoadBalancer lb-mymail create | |
+ │ ├─ aws:lb:Listener lb-mymail-0 create | |
+ │ └─ aws:lb:Listener lb-mymail-1 create | |
+ └─ awsx:ecs:FargateService ecs-fargate-mymail create | |
+ ├─ awsx:ecs:FargateTaskDefinition ecs-fargate-mymail create | |
+ │ ├─ aws:cloudwatch:LogGroup ecs-fargate-mymail create | |
+ │ ├─ aws:iam:Role ecs-fargate-mymail-execution create | |
+ │ ├─ aws:iam:Role ecs-fargate-mymail-task create | |
+ │ ├─ aws:iam:RolePolicyAttachment ecs-fargate-mymail-execution-9a42f520 create | |
+ │ └─ aws:ecs:TaskDefinition ecs-fargate-mymail create | |
+ └─ aws:ecs:Service ecs-fargate-mymail create |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment