canelkatmis / gitopsstack

Create a Kubernetes stack on AWS via Github Actions and Terraform Cloud
0 stars 1 forks source link

Update test.tf #85

Closed canelkatmis closed 5 years ago

github-actions[bot] commented 5 years ago

terraform plan Success

Show Output ``` An execution plan has been generated and is shown below. Resource actions are indicated with the following symbols: + create Terraform will perform the following actions: # aws_vpc.VPC will be created + resource "aws_vpc" "VPC" { + arn = (known after apply) + assign_generated_ipv6_cidr_block = false + cidr_block = "192.168.2.0/24" + default_network_acl_id = (known after apply) + default_route_table_id = (known after apply) + default_security_group_id = (known after apply) + dhcp_options_id = (known after apply) + enable_classiclink = (known after apply) + enable_classiclink_dns_support = (known after apply) + enable_dns_hostnames = true + enable_dns_support = true + id = (known after apply) + instance_tenancy = "default" + ipv6_association_id = (known after apply) + ipv6_cidr_block = (known after apply) + main_route_table_id = (known after apply) + owner_id = (known after apply) + tags = { + "Name" = "cane.test.vpc" } } Plan: 1 to add, 0 to change, 0 to destroy. ```

Workflow: Terraform-Plan, Action: canelkatmisterraform-github-actions4, Working Directory: ./Test

github-actions[bot] commented 5 years ago

terraform apply Success

Show Output ``` Acquiring state lock. This may take a few moments... aws_vpc.VPC: Creating... aws_vpc.VPC: Creation complete after 5s [id=vpc-0da9f424ec5286454] Apply complete! Resources: 1 added, 0 changed, 0 destroyed. ```

+ Workflow: Terraform-Apply, Action: canelkatmisterraform-github-actions2, Working Directory: ./Test