canelkatmis / gitopsstack

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

Update README.md #62

Closed canelkatmis closed 5 years ago

github-actions[bot] commented 5 years ago

terraform plan Success

Show Output ```diff 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.0.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: hashicorpterraform-github-actions4