Skip to content

Instantly share code, notes, and snippets.

module.vpc.aws_vpc.vpc: Creating...
assign_generated_ipv6_cidr_block: "" => "false"
cidr_block: "" => "172.31.0.0/16"
default_network_acl_id: "" => "<computed>"
default_route_table_id: "" => "<computed>"
default_security_group_id: "" => "<computed>"
dhcp_options_id: "" => "<computed>"
enable_classiclink: "" => "<computed>"
enable_dns_hostnames: "" => "true"
enable_dns_support: "" => "true"
Error applying plan:
1 error(s) occurred:
* module.private_subnet.aws_network_acl.k8s: aws_network_acl.k8s: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.9.8
Resource ID: aws_network_acl.k8s
module.private_subnet.data.aws_subnet.k8s.0: Refreshing state...
module.private_subnet.aws_subnet.private.0: Creating..
module.private_subnet.aws_subnet.private.0: Creation complete
Error applying plan:
1 error(s) occurred:
* module.private_subnet.data.aws_subnet.k8s[0]: data.aws_subnet.k8s.0: no matching subnet found
Terraform does not automatically rollback in the face of errors.
module.launch_infra.aws_subnet.private.5: Creation complete (ID: subnet-3418b579)
module.launch_infra.aws_route_table.private.1: Creation complete (ID: rtb-bf6f11d6)
module.launch_infra.aws_subnet.public.0: Creation complete (ID: subnet-848be3ed)
module.launch_infra.aws_subnet.public.1: Creation complete (ID: subnet-8f1bb6c2)
module.launch_infra.aws_subnet.private.2: Creation complete (ID: subnet-4e8ae227)
module.launch_infra.aws_internet_gateway.kub8: Creation complete (ID: igw-bbef
module.launch_infra.aws_subnet.private.4: Creation complete (ID: subnet-b48ae2dd)
module.launch_infra.aws_route_table_association.public.1: Creation complete (ID: rtbassoc-66123c0f)
module.launch_infra.aws_route_table_association.public.0: Creation complete (ID: rtbassoc-3d123c54)
module.launch_infra.aws_subnet.private.1: Creation complete (ID: subnet-c41ab789)
aws_customer_gateway.F1: Refreshing state... (ID: cgw-ca20adfa)
aws_customer_gateway.Ctrls-S: Refreshing state... (ID: cgw-cb20adfb)
aws_vpc.kub8: Refreshing state... (ID: vpc-09bad460)
aws_customer_gateway.Netmagic: Refreshing state... (ID: cgw-c920adf9)
aws_eip.nateip.0: Refreshing state... (ID: eipalloc-f104ae98)
aws_eip.nateip.1: Refreshing state... (ID: eipalloc-3905af50)
aws_route_table.public: Refreshing state... (ID: rtb-16dda27f)
aws_subnet.private.0: Refreshing state... (ID: subnet-5b6a0232)
aws_subnet.private.1: Refreshing state... (ID: subnet-1575d858)
aws_route_table.private.1: Refreshing state... (ID: rtb-68dea101)