Skip to content

Instantly share code, notes, and snippets.

@maishsk
Last active July 5, 2018 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maishsk/c7af69fe1bd795ee260cbc7482f7ce33 to your computer and use it in GitHub Desktop.
Save maishsk/c7af69fe1bd795ee260cbc7482f7ce33 to your computer and use it in GitHub Desktop.
terraform-intermediate-results
root@maishsk-lin:/opt/git/automation-standoff/intermediate/terraform# for i in {1..3}; do echo "starting run $i"; echo "create" ; time terraform apply -auto-approve ; echo "destroy" ; time terraform destroy -auto-approve; done
starting run 1
create
aws_eip.eip1: Creating...
allocation_id: "" => "<computed>"
association_id: "" => "<computed>"
domain: "" => "<computed>"
instance: "" => "<computed>"
network_interface: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
vpc: "" => "true"
aws_eip.eip2: Creating...
allocation_id: "" => "<computed>"
association_id: "" => "<computed>"
domain: "" => "<computed>"
instance: "" => "<computed>"
network_interface: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
vpc: "" => "true"
aws_vpc.testvpc: Creating...
assign_generated_ipv6_cidr_block: "" => "false"
cidr_block: "" => "192.168.90.0/24"
default_network_acl_id: "" => "<computed>"
default_route_table_id: "" => "<computed>"
default_security_group_id: "" => "<computed>"
dhcp_options_id: "" => "<computed>"
enable_classiclink: "" => "<computed>"
enable_classiclink_dns_support: "" => "<computed>"
enable_dns_hostnames: "" => "true"
enable_dns_support: "" => "true"
instance_tenancy: "" => "default"
ipv6_association_id: "" => "<computed>"
ipv6_cidr_block: "" => "<computed>"
main_route_table_id: "" => "<computed>"
tags.%: "" => "1"
tags.Name: "" => "testvpc"
aws_eip.eip1: Creation complete after 1s (ID: eipalloc-f357afd2)
aws_eip.eip2: Creation complete after 1s (ID: eipalloc-fa4db5db)
aws_vpc.testvpc: Creation complete after 9s (ID: vpc-e464458c)
aws_subnet.priv2_subnet: Creating...
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-east-2b"
cidr_block: "" => "192.168.90.192/26"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
tags.%: "" => "1"
tags.Name: "" => "Private Subnet (AZ2)"
vpc_id: "" => "vpc-e464458c"
aws_internet_gateway.igw: Creating...
tags.%: "0" => "1"
tags.Name: "" => "testvpc"
vpc_id: "" => "vpc-e464458c"
aws_subnet.pub1_subnet: Creating...
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-east-2a"
cidr_block: "" => "192.168.90.0/26"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
tags.%: "" => "1"
tags.Name: "" => "Public Subnet (AZ1)"
vpc_id: "" => "vpc-e464458c"
aws_subnet.pub2_subnet: Creating...
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-east-2b"
cidr_block: "" => "192.168.90.64/26"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
tags.%: "" => "1"
tags.Name: "" => "Public Subnet (AZ2)"
vpc_id: "" => "vpc-e464458c"
aws_subnet.priv1_subnet: Creating...
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-east-2a"
cidr_block: "" => "192.168.90.128/26"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
tags.%: "" => "1"
tags.Name: "" => "Private Subnet (AZ1)"
vpc_id: "" => "vpc-e464458c"
aws_subnet.pub1_subnet: Creation complete after 3s (ID: subnet-02d19b6a)
aws_nat_gateway.nat_az1: Creating...
allocation_id: "" => "eipalloc-f357afd2"
network_interface_id: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
subnet_id: "" => "subnet-02d19b6a"
aws_subnet.priv2_subnet: Creation complete after 3s (ID: subnet-3b840741)
aws_subnet.pub2_subnet: Creation complete after 3s (ID: subnet-868407fc)
aws_nat_gateway.nat_az2: Creating...
allocation_id: "" => "eipalloc-fa4db5db"
network_interface_id: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
subnet_id: "" => "subnet-868407fc"
aws_subnet.priv1_subnet: Creation complete after 3s (ID: subnet-03d19b6b)
aws_internet_gateway.igw: Creation complete after 3s (ID: igw-44ff352c)
aws_route_table.pub_rt: Creating...
propagating_vgws.#: "" => "<computed>"
route.#: "" => "1"
route.175195025.cidr_block: "" => "0.0.0.0/0"
route.175195025.egress_only_gateway_id: "" => ""
route.175195025.gateway_id: "" => "igw-44ff352c"
route.175195025.instance_id: "" => ""
route.175195025.ipv6_cidr_block: "" => ""
route.175195025.nat_gateway_id: "" => ""
route.175195025.network_interface_id: "" => ""
route.175195025.vpc_peering_connection_id: "" => ""
tags.%: "" => "1"
tags.Name: "" => "Public Route Table"
vpc_id: "" => "vpc-e464458c"
aws_route_table.pub_rt: Creation complete after 4s (ID: rtb-ac8569c7)
aws_route_table_association.pub_rt_association1: Creating...
route_table_id: "" => "rtb-ac8569c7"
subnet_id: "" => "subnet-02d19b6a"
aws_route_table_association.pub_rt_association2: Creating...
route_table_id: "" => "rtb-ac8569c7"
subnet_id: "" => "subnet-868407fc"
aws_route_table_association.pub_rt_association1: Creation complete after 1s (ID: rtbassoc-b25806d9)
aws_route_table_association.pub_rt_association2: Creation complete after 1s (ID: rtbassoc-f35a0498)
aws_nat_gateway.nat_az1: Still creating... (10s elapsed)
aws_nat_gateway.nat_az2: Still creating... (10s elapsed)
aws_nat_gateway.nat_az1: Still creating... (20s elapsed)
aws_nat_gateway.nat_az2: Still creating... (20s elapsed)
aws_nat_gateway.nat_az1: Still creating... (30s elapsed)
aws_nat_gateway.nat_az2: Still creating... (30s elapsed)
aws_nat_gateway.nat_az1: Still creating... (40s elapsed)
aws_nat_gateway.nat_az2: Still creating... (40s elapsed)
aws_nat_gateway.nat_az1: Still creating... (50s elapsed)
aws_nat_gateway.nat_az2: Still creating... (50s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m0s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m0s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m10s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m10s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m20s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m20s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m30s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m30s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m40s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m40s elapsed)
aws_nat_gateway.nat_az2: Creation complete after 1m45s (ID: nat-05a07b142c4e8ac9b)
aws_route_table.priv2_rt: Creating...
propagating_vgws.#: "" => "<computed>"
route.#: "" => "1"
route.3628542610.cidr_block: "" => "0.0.0.0/0"
route.3628542610.egress_only_gateway_id: "" => ""
route.3628542610.gateway_id: "" => "nat-05a07b142c4e8ac9b"
route.3628542610.instance_id: "" => ""
route.3628542610.ipv6_cidr_block: "" => ""
route.3628542610.nat_gateway_id: "" => ""
route.3628542610.network_interface_id: "" => ""
route.3628542610.vpc_peering_connection_id: "" => ""
tags.%: "" => "1"
tags.Name: "" => "Private Route Table (AZ2)"
vpc_id: "" => "vpc-e464458c"
aws_route_table.priv2_rt: Creation complete after 4s (ID: rtb-43816d28)
aws_route_table_association.priv2_rt_association: Creating...
route_table_id: "" => "rtb-43816d28"
subnet_id: "" => "subnet-3b840741"
aws_route_table_association.priv2_rt_association: Creation complete after 0s (ID: rtbassoc-895806e2)
aws_nat_gateway.nat_az1: Still creating... (1m50s elapsed)
aws_nat_gateway.nat_az1: Still creating... (2m0s elapsed)
aws_nat_gateway.nat_az1: Creation complete after 2m7s (ID: nat-05400cc0132ff690b)
aws_route_table.priv1_rt: Creating...
propagating_vgws.#: "" => "<computed>"
route.#: "" => "1"
route.1831467216.cidr_block: "" => "0.0.0.0/0"
route.1831467216.egress_only_gateway_id: "" => ""
route.1831467216.gateway_id: "" => "nat-05400cc0132ff690b"
route.1831467216.instance_id: "" => ""
route.1831467216.ipv6_cidr_block: "" => ""
route.1831467216.nat_gateway_id: "" => ""
route.1831467216.network_interface_id: "" => ""
route.1831467216.vpc_peering_connection_id: "" => ""
tags.%: "" => "1"
tags.Name: "" => "Private Route Table (AZ1)"
vpc_id: "" => "vpc-e464458c"
aws_route_table.priv1_rt: Creation complete after 3s (ID: rtb-d28468b9)
aws_route_table_association.priv1_rt_association: Creating...
route_table_id: "" => "rtb-d28468b9"
subnet_id: "" => "subnet-03d19b6b"
aws_route_table_association.priv1_rt_association: Creation complete after 1s (ID: rtbassoc-7158061a)
Apply complete! Resources: 17 added, 0 changed, 0 destroyed.
2m29.352s
destroy
aws_eip.eip1: Refreshing state... (ID: eipalloc-f357afd2)
aws_eip.eip2: Refreshing state... (ID: eipalloc-fa4db5db)
aws_vpc.testvpc: Refreshing state... (ID: vpc-e464458c)
aws_subnet.pub1_subnet: Refreshing state... (ID: subnet-02d19b6a)
aws_subnet.pub2_subnet: Refreshing state... (ID: subnet-868407fc)
aws_subnet.priv1_subnet: Refreshing state... (ID: subnet-03d19b6b)
aws_internet_gateway.igw: Refreshing state... (ID: igw-44ff352c)
aws_subnet.priv2_subnet: Refreshing state... (ID: subnet-3b840741)
aws_nat_gateway.nat_az2: Refreshing state... (ID: nat-05a07b142c4e8ac9b)
aws_route_table.pub_rt: Refreshing state... (ID: rtb-ac8569c7)
aws_nat_gateway.nat_az1: Refreshing state... (ID: nat-05400cc0132ff690b)
aws_route_table.priv2_rt: Refreshing state... (ID: rtb-43816d28)
aws_route_table_association.pub_rt_association2: Refreshing state... (ID: rtbassoc-f35a0498)
aws_route_table_association.pub_rt_association1: Refreshing state... (ID: rtbassoc-b25806d9)
aws_route_table.priv1_rt: Refreshing state... (ID: rtb-d28468b9)
aws_route_table_association.priv2_rt_association: Refreshing state... (ID: rtbassoc-895806e2)
aws_route_table_association.priv1_rt_association: Refreshing state... (ID: rtbassoc-7158061a)
aws_route_table_association.priv2_rt_association: ing... (ID: rtbassoc-895806e2)
aws_route_table_association.pub_rt_association1: Destroying... (ID: rtbassoc-b25806d9)
aws_route_table_association.pub_rt_association2: Destroying... (ID: rtbassoc-f35a0498)
aws_route_table_association.priv1_rt_association: Destroying... (ID: rtbassoc-7158061a)
aws_route_table_association.pub_rt_association2: Destruction complete after 0s
aws_route_table_association.priv2_rt_association: Destruction complete after 0s
aws_route_table.priv2_rt: Destroying... (ID: rtb-43816d28)
aws_subnet.priv2_subnet: Destroying... (ID: subnet-3b840741)
aws_route_table_association.pub_rt_association1: Destruction complete after 0s
aws_route_table.pub_rt: Destroying... (ID: rtb-ac8569c7)
aws_route_table_association.priv1_rt_association: Destruction complete after 0s
aws_route_table.priv1_rt: Destroying... (ID: rtb-d28468b9)
aws_subnet.priv1_subnet: Destroying... (ID: subnet-03d19b6b)
aws_subnet.priv2_subnet: Destruction complete after 1s
aws_subnet.priv1_subnet: Destruction complete after 1s
aws_route_table.priv2_rt: Destruction complete after 2s
aws_nat_gateway.nat_az2: Destroying... (ID: nat-05a07b142c4e8ac9b)
aws_route_table.pub_rt: Destruction complete after 2s
aws_internet_gateway.igw: Destroying... (ID: igw-44ff352c)
aws_route_table.priv1_rt: Destruction complete after 2s
aws_nat_gateway.nat_az1: Destroying... (ID: nat-05400cc0132ff690b)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-05a07b142c4e8ac9b, 10s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-44ff352c, 10s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-05400cc0132ff690b, 10s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-05a07b142c4e8ac9b, 20s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-44ff352c, 20s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-05400cc0132ff690b, 20s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-05a07b142c4e8ac9b, 30s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-44ff352c, 30s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-05400cc0132ff690b, 30s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-05a07b142c4e8ac9b, 40s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-44ff352c, 40s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-05400cc0132ff690b, 40s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-05a07b142c4e8ac9b, 50s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-44ff352c, 50s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-05400cc0132ff690b, 50s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-05a07b142c4e8ac9b, 1m0s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-44ff352c, 1m0s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-05400cc0132ff690b, 1m0s elapsed)
aws_nat_gateway.nat_az1: Destruction complete after 1m5s
aws_subnet.pub1_subnet: Destroying... (ID: subnet-02d19b6a)
aws_eip.eip1: Destroying... (ID: eipalloc-f357afd2)
aws_subnet.pub1_subnet: Destruction complete after 1s
aws_eip.eip1: Destruction complete after 2s
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-05a07b142c4e8ac9b, 1m10s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-44ff352c, 1m10s elapsed)
aws_nat_gateway.nat_az2: Destruction complete after 1m16s
aws_subnet.pub2_subnet: Destroying... (ID: subnet-868407fc)
aws_eip.eip2: Destroying... (ID: eipalloc-fa4db5db)
aws_subnet.pub2_subnet: Destruction complete after 1s
aws_eip.eip2: Destruction complete after 2s
aws_internet_gateway.igw: Destruction complete after 1m18s
aws_vpc.testvpc: Destroying... (ID: vpc-e464458c)
aws_vpc.testvpc: Destruction complete after 1s
Destroy complete! Resources: 17 destroyed.
1m35.834s
starting run 2
create
aws_eip.eip2: Creating...
allocation_id: "" => "<computed>"
association_id: "" => "<computed>"
domain: "" => "<computed>"
instance: "" => "<computed>"
network_interface: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
vpc: "" => "true"
aws_eip.eip1: Creating...
allocation_id: "" => "<computed>"
association_id: "" => "<computed>"
domain: "" => "<computed>"
instance: "" => "<computed>"
network_interface: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
vpc: "" => "true"
aws_vpc.testvpc: Creating...
assign_generated_ipv6_cidr_block: "" => "false"
cidr_block: "" => "192.168.90.0/24"
default_network_acl_id: "" => "<computed>"
default_route_table_id: "" => "<computed>"
default_security_group_id: "" => "<computed>"
dhcp_options_id: "" => "<computed>"
enable_classiclink: "" => "<computed>"
enable_classiclink_dns_support: "" => "<computed>"
enable_dns_hostnames: "" => "true"
enable_dns_support: "" => "true"
instance_tenancy: "" => "default"
ipv6_association_id: "" => "<computed>"
ipv6_cidr_block: "" => "<computed>"
main_route_table_id: "" => "<computed>"
tags.%: "" => "1"
tags.Name: "" => "testvpc"
aws_eip.eip2: Creation complete after 1s (ID: eipalloc-0b4bb32a)
aws_eip.eip1: Creation complete after 1s (ID: eipalloc-0a4bb32b)
aws_vpc.testvpc: Creation complete after 10s (ID: vpc-826445ea)
aws_subnet.pub2_subnet: Creating...
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-east-2b"
cidr_block: "" => "192.168.90.64/26"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
tags.%: "" => "1"
tags.Name: "" => "Public Subnet (AZ2)"
vpc_id: "" => "vpc-826445ea"
aws_internet_gateway.igw: Creating...
tags.%: "0" => "1"
tags.Name: "" => "testvpc"
vpc_id: "" => "vpc-826445ea"
aws_subnet.pub1_subnet: Creating...
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-east-2a"
cidr_block: "" => "192.168.90.0/26"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
tags.%: "" => "1"
tags.Name: "" => "Public Subnet (AZ1)"
vpc_id: "" => "vpc-826445ea"
aws_subnet.priv2_subnet: Creating...
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-east-2b"
cidr_block: "" => "192.168.90.192/26"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
tags.%: "" => "1"
tags.Name: "" => "Private Subnet (AZ2)"
vpc_id: "" => "vpc-826445ea"
aws_subnet.priv1_subnet: Creating...
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-east-2a"
cidr_block: "" => "192.168.90.128/26"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
tags.%: "" => "1"
tags.Name: "" => "Private Subnet (AZ1)"
vpc_id: "" => "vpc-826445ea"
aws_subnet.priv2_subnet: Creation complete after 3s (ID: subnet-4a8a0930)
aws_subnet.priv1_subnet: Creation complete after 3s (ID: subnet-e8d59f80)
aws_subnet.pub2_subnet: Creation complete after 3s (ID: subnet-f785068d)
aws_subnet.pub1_subnet: Creation complete after 3s (ID: subnet-5dd69c35)
aws_nat_gateway.nat_az2: Creating...
allocation_id: "" => "eipalloc-0b4bb32a"
network_interface_id: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
subnet_id: "" => "subnet-f785068d"
aws_nat_gateway.nat_az1: Creating...
allocation_id: "" => "eipalloc-0a4bb32b"
network_interface_id: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
subnet_id: "" => "subnet-5dd69c35"
aws_internet_gateway.igw: Creation complete after 3s (ID: igw-7ffe3417)
aws_route_table.pub_rt: Creating...
propagating_vgws.#: "" => "<computed>"
route.#: "" => "1"
route.3360316533.cidr_block: "" => "0.0.0.0/0"
route.3360316533.egress_only_gateway_id: "" => ""
route.3360316533.gateway_id: "" => "igw-7ffe3417"
route.3360316533.instance_id: "" => ""
route.3360316533.ipv6_cidr_block: "" => ""
route.3360316533.nat_gateway_id: "" => ""
route.3360316533.network_interface_id: "" => ""
route.3360316533.vpc_peering_connection_id: "" => ""
tags.%: "" => "1"
tags.Name: "" => "Public Route Table"
vpc_id: "" => "vpc-826445ea"
aws_route_table.pub_rt: Creation complete after 4s (ID: rtb-8c816de7)
aws_route_table_association.pub_rt_association1: Creating...
route_table_id: "" => "rtb-8c816de7"
subnet_id: "" => "subnet-5dd69c35"
aws_route_table_association.pub_rt_association2: Creating...
route_table_id: "" => "rtb-8c816de7"
subnet_id: "" => "subnet-f785068d"
aws_route_table_association.pub_rt_association1: Creation complete after 0s (ID: rtbassoc-9b5806f0)
aws_route_table_association.pub_rt_association2: Creation complete after 0s (ID: rtbassoc-585d0333)
aws_nat_gateway.nat_az2: Still creating... (10s elapsed)
aws_nat_gateway.nat_az1: Still creating... (10s elapsed)
aws_nat_gateway.nat_az2: Still creating... (20s elapsed)
aws_nat_gateway.nat_az1: Still creating... (20s elapsed)
aws_nat_gateway.nat_az2: Still creating... (30s elapsed)
aws_nat_gateway.nat_az1: Still creating... (30s elapsed)
aws_nat_gateway.nat_az2: Still creating... (40s elapsed)
aws_nat_gateway.nat_az1: Still creating... (40s elapsed)
aws_nat_gateway.nat_az2: Still creating... (50s elapsed)
aws_nat_gateway.nat_az1: Still creating... (50s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m0s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m0s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m10s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m10s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m20s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m20s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m30s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m30s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m40s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m40s elapsed)
aws_nat_gateway.nat_az2: Creation complete after 1m45s (ID: nat-00334e4fadd33866e)
aws_route_table.priv2_rt: Creating...
propagating_vgws.#: "" => "<computed>"
route.#: "" => "1"
route.4228820341.cidr_block: "" => "0.0.0.0/0"
route.4228820341.egress_only_gateway_id: "" => ""
route.4228820341.gateway_id: "" => "nat-00334e4fadd33866e"
route.4228820341.instance_id: "" => ""
route.4228820341.ipv6_cidr_block: "" => ""
route.4228820341.nat_gateway_id: "" => ""
route.4228820341.network_interface_id: "" => ""
route.4228820341.vpc_peering_connection_id: "" => ""
tags.%: "" => "1"
tags.Name: "" => "Private Route Table (AZ2)"
vpc_id: "" => "vpc-826445ea"
aws_route_table.priv2_rt: Creation complete after 4s (ID: rtb-27826e4c)
aws_route_table_association.priv2_rt_association: Creating...
route_table_id: "" => "rtb-27826e4c"
subnet_id: "" => "subnet-4a8a0930"
aws_route_table_association.priv2_rt_association: Creation complete after 0s (ID: rtbassoc-4c580627)
aws_nat_gateway.nat_az1: Still creating... (1m50s elapsed)
aws_nat_gateway.nat_az1: Still creating... (2m0s elapsed)
aws_nat_gateway.nat_az1: Still creating... (2m10s elapsed)
aws_nat_gateway.nat_az1: Creation complete after 2m17s (ID: nat-0632aee5c4bacaf12)
aws_route_table.priv1_rt: Creating...
propagating_vgws.#: "" => "<computed>"
route.#: "" => "1"
route.4211758021.cidr_block: "" => "0.0.0.0/0"
route.4211758021.egress_only_gateway_id: "" => ""
route.4211758021.gateway_id: "" => "nat-0632aee5c4bacaf12"
route.4211758021.instance_id: "" => ""
route.4211758021.ipv6_cidr_block: "" => ""
route.4211758021.nat_gateway_id: "" => ""
route.4211758021.network_interface_id: "" => ""
route.4211758021.vpc_peering_connection_id: "" => ""
tags.%: "" => "1"
tags.Name: "" => "Private Route Table (AZ1)"
vpc_id: "" => "vpc-826445ea"
aws_route_table.priv1_rt: Creation complete after 4s (ID: rtb-df876bb4)
aws_route_table_association.priv1_rt_association: Creating...
route_table_id: "" => "rtb-df876bb4"
subnet_id: "" => "subnet-e8d59f80"
aws_route_table_association.priv1_rt_association: Creation complete after 1s (ID: rtbassoc-ed5d0386)
Apply complete! Resources: 17 added, 0 changed, 0 destroyed.
2m40.538s
destroy
aws_eip.eip2: Refreshing state... (ID: eipalloc-0b4bb32a)
aws_vpc.testvpc: Refreshing state... (ID: vpc-826445ea)
aws_eip.eip1: Refreshing state... (ID: eipalloc-0a4bb32b)
aws_subnet.priv2_subnet: Refreshing state... (ID: subnet-4a8a0930)
aws_subnet.pub2_subnet: Refreshing state... (ID: subnet-f785068d)
aws_subnet.pub1_subnet: Refreshing state... (ID: subnet-5dd69c35)
aws_subnet.priv1_subnet: Refreshing state... (ID: subnet-e8d59f80)
aws_internet_gateway.igw: Refreshing state... (ID: igw-7ffe3417)
aws_route_table.pub_rt: Refreshing state... (ID: rtb-8c816de7)
aws_nat_gateway.nat_az2: Refreshing state... (ID: nat-00334e4fadd33866e)
aws_nat_gateway.nat_az1: Refreshing state... (ID: nat-0632aee5c4bacaf12)
aws_route_table_association.pub_rt_association2: Refreshing state... (ID: rtbassoc-585d0333)
aws_route_table_association.pub_rt_association1: Refreshing state... (ID: rtbassoc-9b5806f0)
aws_route_table.priv2_rt: Refreshing state... (ID: rtb-27826e4c)
aws_route_table.priv1_rt: Refreshing state... (ID: rtb-df876bb4)
aws_route_table_association.priv2_rt_association: Refreshing state... (ID: rtbassoc-4c580627)
aws_route_table_association.priv1_rt_association: Refreshing state... (ID: rtbassoc-ed5d0386)
aws_route_table_association.pub_rt_association1: Destroying... (ID: rtbassoc-9b5806f0)
aws_route_table_association.priv2_rt_association: Destroying... (ID: rtbassoc-4c580627)
aws_route_table_association.pub_rt_association2: Destroying... (ID: rtbassoc-585d0333)
aws_route_table_association.priv1_rt_association: Destroying... (ID: rtbassoc-ed5d0386)
aws_route_table_association.pub_rt_association1: Destruction complete after 0s
aws_route_table_association.pub_rt_association2: Destruction complete after 0s
aws_route_table.pub_rt: Destroying... (ID: rtb-8c816de7)
aws_route_table_association.priv1_rt_association: Destruction complete after 0s
aws_route_table.priv1_rt: Destroying... (ID: rtb-df876bb4)
aws_subnet.priv1_subnet: Destroying... (ID: subnet-e8d59f80)
aws_route_table_association.priv2_rt_association: Destruction complete after 0s
aws_subnet.priv2_subnet: Destroying... (ID: subnet-4a8a0930)
aws_route_table.priv2_rt: Destroying... (ID: rtb-27826e4c)
aws_subnet.priv1_subnet: Destruction complete after 1s
aws_subnet.priv2_subnet: Destruction complete after 1s
aws_route_table.priv1_rt: Destruction complete after 2s
aws_nat_gateway.nat_az1: Destroying... (ID: nat-0632aee5c4bacaf12)
aws_route_table.priv2_rt: Destruction complete after 2s
aws_route_table.pub_rt: Destruction complete after 2s
aws_internet_gateway.igw: Destroying... (ID: igw-7ffe3417)
aws_nat_gateway.nat_az2: Destroying... (ID: nat-00334e4fadd33866e)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-0632aee5c4bacaf12, 10s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-7ffe3417, 10s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-00334e4fadd33866e, 10s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-0632aee5c4bacaf12, 20s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-7ffe3417, 20s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-00334e4fadd33866e, 20s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-0632aee5c4bacaf12, 30s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-7ffe3417, 30s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-00334e4fadd33866e, 30s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-0632aee5c4bacaf12, 40s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-7ffe3417, 40s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-00334e4fadd33866e, 40s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-0632aee5c4bacaf12, 50s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-7ffe3417, 50s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-00334e4fadd33866e, 50s elapsed)
aws_nat_gateway.nat_az2: Destruction complete after 55s
aws_subnet.pub2_subnet: Destroying... (ID: subnet-f785068d)
aws_eip.eip2: Destroying... (ID: eipalloc-0b4bb32a)
aws_subnet.pub2_subnet: Destruction complete after 0s
aws_eip.eip2: Destruction complete after 1s
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-0632aee5c4bacaf12, 1m0s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-7ffe3417, 1m0s elapsed)
aws_nat_gateway.nat_az1: Destruction complete after 1m5s
aws_eip.eip1: Destroying... (ID: eipalloc-0a4bb32b)
aws_subnet.pub1_subnet: Destroying... (ID: subnet-5dd69c35)
aws_subnet.pub1_subnet: Destruction complete after 1s
aws_internet_gateway.igw: Destruction complete after 1m7s
aws_vpc.testvpc: Destroying... (ID: vpc-826445ea)
aws_eip.eip1: Destruction complete after 2s
aws_vpc.testvpc: Destruction complete after 1s
Destroy complete! Resources: 17 destroyed.
1m25.043s
starting run 3
create
aws_vpc.testvpc: Creating...
assign_generated_ipv6_cidr_block: "" => "false"
cidr_block: "" => "192.168.90.0/24"
default_network_acl_id: "" => "<computed>"
default_route_table_id: "" => "<computed>"
default_security_group_id: "" => "<computed>"
dhcp_options_id: "" => "<computed>"
enable_classiclink: "" => "<computed>"
enable_classiclink_dns_support: "" => "<computed>"
enable_dns_hostnames: "" => "true"
enable_dns_support: "" => "true"
instance_tenancy: "" => "default"
ipv6_association_id: "" => "<computed>"
ipv6_cidr_block: "" => "<computed>"
main_route_table_id: "" => "<computed>"
tags.%: "" => "1"
tags.Name: "" => "testvpc"
aws_eip.eip1: Creating...
allocation_id: "" => "<computed>"
association_id: "" => "<computed>"
domain: "" => "<computed>"
instance: "" => "<computed>"
network_interface: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
vpc: "" => "true"
aws_eip.eip2: Creating...
allocation_id: "" => "<computed>"
association_id: "" => "<computed>"
domain: "" => "<computed>"
instance: "" => "<computed>"
network_interface: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
vpc: "" => "true"
aws_eip.eip1: Creation complete after 2s (ID: eipalloc-384db519)
aws_eip.eip2: Creation complete after 2s (ID: eipalloc-0a4eb62b)
aws_vpc.testvpc: Creation complete after 10s (ID: vpc-bd6b4ad5)
aws_internet_gateway.igw: Creating...
tags.%: "0" => "1"
tags.Name: "" => "testvpc"
vpc_id: "" => "vpc-bd6b4ad5"
aws_subnet.priv2_subnet: Creating...
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-east-2b"
cidr_block: "" => "192.168.90.192/26"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
tags.%: "" => "1"
tags.Name: "" => "Private Subnet (AZ2)"
vpc_id: "" => "vpc-bd6b4ad5"
aws_subnet.pub2_subnet: Creating...
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-east-2b"
cidr_block: "" => "192.168.90.64/26"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
tags.%: "" => "1"
tags.Name: "" => "Public Subnet (AZ2)"
vpc_id: "" => "vpc-bd6b4ad5"
aws_subnet.pub1_subnet: Creating...
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-east-2a"
cidr_block: "" => "192.168.90.0/26"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
tags.%: "" => "1"
tags.Name: "" => "Public Subnet (AZ1)"
vpc_id: "" => "vpc-bd6b4ad5"
aws_subnet.priv1_subnet: Creating...
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-east-2a"
cidr_block: "" => "192.168.90.128/26"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
tags.%: "" => "1"
tags.Name: "" => "Private Subnet (AZ1)"
vpc_id: "" => "vpc-bd6b4ad5"
aws_subnet.priv1_subnet: Creation complete after 3s (ID: subnet-67d49e0f)
aws_subnet.pub2_subnet: Creation complete after 3s (ID: subnet-f78f0c8d)
aws_nat_gateway.nat_az2: Creating...
allocation_id: "" => "eipalloc-0a4eb62b"
network_interface_id: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
subnet_id: "" => "subnet-f78f0c8d"
aws_subnet.priv2_subnet: Creation complete after 3s (ID: subnet-0f8b0875)
aws_subnet.pub1_subnet: Creation complete after 3s (ID: subnet-14d19b7c)
aws_nat_gateway.nat_az1: Creating...
allocation_id: "" => "eipalloc-384db519"
network_interface_id: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
subnet_id: "" => "subnet-14d19b7c"
aws_internet_gateway.igw: Creation complete after 3s (ID: igw-5aff3532)
aws_route_table.pub_rt: Creating...
propagating_vgws.#: "" => "<computed>"
route.#: "" => "1"
route.3402875928.cidr_block: "" => "0.0.0.0/0"
route.3402875928.egress_only_gateway_id: "" => ""
route.3402875928.gateway_id: "" => "igw-5aff3532"
route.3402875928.instance_id: "" => ""
route.3402875928.ipv6_cidr_block: "" => ""
route.3402875928.nat_gateway_id: "" => ""
route.3402875928.network_interface_id: "" => ""
route.3402875928.vpc_peering_connection_id: "" => ""
tags.%: "" => "1"
tags.Name: "" => "Public Route Table"
vpc_id: "" => "vpc-bd6b4ad5"
aws_route_table.pub_rt: Creation complete after 3s (ID: rtb-f8816d93)
aws_route_table_association.pub_rt_association2: Creating...
route_table_id: "" => "rtb-f8816d93"
subnet_id: "" => "subnet-f78f0c8d"
aws_route_table_association.pub_rt_association1: Creating...
route_table_id: "" => "rtb-f8816d93"
subnet_id: "" => "subnet-14d19b7c"
aws_route_table_association.pub_rt_association2: Creation complete after 1s (ID: rtbassoc-4458062f)
aws_route_table_association.pub_rt_association1: Creation complete after 1s (ID: rtbassoc-655a040e)
aws_nat_gateway.nat_az2: Still creating... (10s elapsed)
aws_nat_gateway.nat_az1: Still creating... (10s elapsed)
aws_nat_gateway.nat_az2: Still creating... (20s elapsed)
aws_nat_gateway.nat_az1: Still creating... (20s elapsed)
aws_nat_gateway.nat_az2: Still creating... (30s elapsed)
aws_nat_gateway.nat_az1: Still creating... (30s elapsed)
aws_nat_gateway.nat_az2: Still creating... (40s elapsed)
aws_nat_gateway.nat_az1: Still creating... (40s elapsed)
aws_nat_gateway.nat_az2: Still creating... (50s elapsed)
aws_nat_gateway.nat_az1: Still creating... (50s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m0s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m0s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m10s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m10s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m20s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m20s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m30s elapsed)
aws_nat_gateway.nat_az1: Still creating... (1m30s elapsed)
aws_nat_gateway.nat_az1: Creation complete after 1m35s (ID: nat-0cacb39a4f24051c7)
aws_route_table.priv1_rt: Creating...
propagating_vgws.#: "" => "<computed>"
route.#: "" => "1"
route.3200594232.cidr_block: "" => "0.0.0.0/0"
route.3200594232.egress_only_gateway_id: "" => ""
route.3200594232.gateway_id: "" => "nat-0cacb39a4f24051c7"
route.3200594232.instance_id: "" => ""
route.3200594232.ipv6_cidr_block: "" => ""
route.3200594232.nat_gateway_id: "" => ""
route.3200594232.network_interface_id: "" => ""
route.3200594232.vpc_peering_connection_id: "" => ""
tags.%: "" => "1"
tags.Name: "" => "Private Route Table (AZ1)"
vpc_id: "" => "vpc-bd6b4ad5"
aws_route_table.priv1_rt: Creation complete after 3s (ID: rtb-8b8569e0)
aws_route_table_association.priv1_rt_association: Creating...
route_table_id: "" => "rtb-8b8569e0"
subnet_id: "" => "subnet-67d49e0f"
aws_route_table_association.priv1_rt_association: Creation complete after 1s (ID: rtbassoc-5e570935)
aws_nat_gateway.nat_az2: Still creating... (1m40s elapsed)
aws_nat_gateway.nat_az2: Still creating... (1m50s elapsed)
aws_nat_gateway.nat_az2: Still creating... (2m0s elapsed)
aws_nat_gateway.nat_az2: Creation complete after 2m7s (ID: nat-03498f1083c91b483)
aws_route_table.priv2_rt: Creating...
propagating_vgws.#: "" => "<computed>"
route.#: "" => "1"
route.1055363866.cidr_block: "" => "0.0.0.0/0"
route.1055363866.egress_only_gateway_id: "" => ""
route.1055363866.gateway_id: "" => "nat-03498f1083c91b483"
route.1055363866.instance_id: "" => ""
route.1055363866.ipv6_cidr_block: "" => ""
route.1055363866.nat_gateway_id: "" => ""
route.1055363866.network_interface_id: "" => ""
route.1055363866.vpc_peering_connection_id: "" => ""
tags.%: "" => "1"
tags.Name: "" => "Private Route Table (AZ2)"
vpc_id: "" => "vpc-bd6b4ad5"
aws_route_table.priv2_rt: Creation complete after 3s (ID: rtb-81866aea)
aws_route_table_association.priv2_rt_association: Creating...
route_table_id: "" => "rtb-81866aea"
subnet_id: "" => "subnet-0f8b0875"
aws_route_table_association.priv2_rt_association: Creation complete after 1s (ID: rtbassoc-4c5b0527)
Apply complete! Resources: 17 added, 0 changed, 0 destroyed.
2m29.599s
destroy
aws_vpc.testvpc: Refreshing state... (ID: vpc-bd6b4ad5)
aws_eip.eip2: Refreshing state... (ID: eipalloc-0a4eb62b)
aws_eip.eip1: Refreshing state... (ID: eipalloc-384db519)
aws_subnet.priv1_subnet: Refreshing state... (ID: subnet-67d49e0f)
aws_subnet.pub2_subnet: Refreshing state... (ID: subnet-f78f0c8d)
aws_internet_gateway.igw: Refreshing state... (ID: igw-5aff3532)
aws_subnet.priv2_subnet: Refreshing state... (ID: subnet-0f8b0875)
aws_subnet.pub1_subnet: Refreshing state... (ID: subnet-14d19b7c)
aws_route_table.pub_rt: Refreshing state... (ID: rtb-f8816d93)
aws_nat_gateway.nat_az2: Refreshing state... (ID: nat-03498f1083c91b483)
aws_nat_gateway.nat_az1: Refreshing state... (ID: nat-0cacb39a4f24051c7)
aws_route_table_association.pub_rt_association1: Refreshing state... (ID: rtbassoc-655a040e)
aws_route_table_association.pub_rt_association2: Refreshing state... (ID: rtbassoc-4458062f)
aws_route_table.priv2_rt: Refreshing state... (ID: rtb-81866aea)
aws_route_table.priv1_rt: Refreshing state... (ID: rtb-8b8569e0)
aws_route_table_association.priv2_rt_association: Refreshing state... (ID: rtbassoc-4c5b0527)
aws_route_table_association.priv1_rt_association: Refreshing state... (ID: rtbassoc-5e570935)
aws_route_table_association.priv2_rt_association: Destroying... (ID: rtbassoc-4c5b0527)
aws_route_table_association.priv1_rt_association: Destroying... (ID: rtbassoc-5e570935)
aws_route_table_association.pub_rt_association1: Destroying... (ID: rtbassoc-655a040e)
aws_route_table_association.pub_rt_association2: Destroying... (ID: rtbassoc-4458062f)
aws_route_table_association.priv2_rt_association: Destruction complete after 1s
aws_route_table_association.pub_rt_association1: Destruction complete after 1s
aws_subnet.priv2_subnet: Destroying... (ID: subnet-0f8b0875)
aws_route_table.priv2_rt: Destroying... (ID: rtb-81866aea)
aws_route_table_association.priv1_rt_association: Destruction complete after 1s
aws_route_table.priv1_rt: Destroying... (ID: rtb-8b8569e0)
aws_subnet.priv1_subnet: Destroying... (ID: subnet-67d49e0f)
aws_route_table_association.pub_rt_association2: Destruction complete after 1s
aws_route_table.pub_rt: Destroying... (ID: rtb-f8816d93)
aws_subnet.priv2_subnet: Destruction complete after 0s
aws_subnet.priv1_subnet: Destruction complete after 0s
aws_route_table.priv2_rt: Destruction complete after 2s
aws_nat_gateway.nat_az2: Destroying... (ID: nat-03498f1083c91b483)
aws_route_table.priv1_rt: Destruction complete after 2s
aws_nat_gateway.nat_az1: Destroying... (ID: nat-0cacb39a4f24051c7)
aws_route_table.pub_rt: Destruction complete after 2s
aws_internet_gateway.igw: Destroying... (ID: igw-5aff3532)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-03498f1083c91b483, 10s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-0cacb39a4f24051c7, 10s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-5aff3532, 10s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-03498f1083c91b483, 20s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-0cacb39a4f24051c7, 20s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-5aff3532, 20s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-03498f1083c91b483, 30s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-0cacb39a4f24051c7, 30s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-5aff3532, 30s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-03498f1083c91b483, 40s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-0cacb39a4f24051c7, 40s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-5aff3532, 40s elapsed)
aws_nat_gateway.nat_az2: Still destroying... (ID: nat-03498f1083c91b483, 50s elapsed)
aws_nat_gateway.nat_az1: Still destroying... (ID: nat-0cacb39a4f24051c7, 50s elapsed)
aws_internet_gateway.igw: Still destroying... (ID: igw-5aff3532, 50s elapsed)
aws_nat_gateway.nat_az1: Destruction complete after 54s
aws_subnet.pub1_subnet: Destroying... (ID: subnet-14d19b7c)
aws_eip.eip1: Destroying... (ID: eipalloc-384db519)
aws_nat_gateway.nat_az2: Destruction complete after 54s
aws_eip.eip2: Destroying... (ID: eipalloc-0a4eb62b)
aws_subnet.pub2_subnet: Destroying... (ID: subnet-f78f0c8d)
aws_internet_gateway.igw: Destruction complete after 55s
aws_subnet.pub1_subnet: Destruction complete after 1s
aws_subnet.pub2_subnet: Destruction complete after 1s
aws_vpc.testvpc: Destroying... (ID: vpc-bd6b4ad5)
aws_eip.eip2: Destruction complete after 1s
aws_eip.eip1: Destruction complete after 1s
aws_vpc.testvpc: Destruction complete after 1s
Destroy complete! Resources: 17 destroyed.
1m13.366s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment