Created
April 27, 2021 23:48
-
-
Save matt-slalom/6c6901a9b9ffaab1485ddacde9c33341 to your computer and use it in GitHub Desktop.
Terraform debug output of error
This file contains 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
2021/04/27 16:40:59 [INFO] Terraform version: 0.14.11 | |
2021/04/27 16:40:59 [INFO] Go runtime version: go1.15.6 | |
2021/04/27 16:40:59 [INFO] CLI args: []string{"/opt/local/bin/terraform", "apply", "-auto-approve"} | |
2021/04/27 16:40:59 [DEBUG] Attempting to open CLI config file: /Users/the.username/.terraformrc | |
2021/04/27 16:40:59 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2021/04/27 16:40:59 [DEBUG] checking for credentials in "/Users/the.username/.terraform.d/plugins" | |
2021/04/27 16:40:59 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2021/04/27 16:40:59 [DEBUG] will search for provider plugins in /Users/the.username/.terraform.d/plugins | |
2021/04/27 16:40:59 [TRACE] getproviders.SearchLocalDirectory: /Users/the.username/.terraform.d/plugins is a symlink to /Users/the.username/.terraform.d/plugins | |
2021/04/27 16:40:59 [TRACE] getproviders.SearchLocalDirectory: found hashicorp.com/edu/hashicups v0.2.0 for darwin_amd64 at /Users/the.username/.terraform.d/plugins/hashicorp.com/edu/hashicups/0.2/darwin_amd64 | |
2021/04/27 16:40:59 [TRACE] getproviders.SearchLocalDirectory: found the.username.com/company/anypoint-management v1.0.0 for darwin_amd64 at /Users/the.username/.terraform.d/plugins/the.username.com/company/anypoint-management/1.0.0/darwin_amd64 | |
2021/04/27 16:40:59 [DEBUG] ignoring non-existing provider search directory /Users/the.username/Library/Application Support/io.terraform/plugins | |
2021/04/27 16:40:59 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
2021/04/27 16:40:59 [INFO] CLI command args: []string{"apply", "-auto-approve"} | |
2021/04/27 16:40:59 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2021/04/27 16:40:59 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2021/04/27 16:40:59 [DEBUG] New state was assigned lineage "c15a9173-b627-d964-0438-7e95e7f3ac61" | |
2021/04/27 16:40:59 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2021/04/27 16:40:59 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2021/04/27 16:40:59 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers | |
2021/04/27 16:40:59 [TRACE] getproviders.SearchLocalDirectory: .terraform/providers is a symlink to .terraform/providers | |
2021/04/27 16:40:59 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v3.37.0 for darwin_amd64 at .terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64 | |
2021/04/27 16:40:59 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64 as a candidate package for registry.terraform.io/hashicorp/aws 3.37.0 | |
2021/04/27 16:41:00 [DEBUG] checking for provisioner in "." | |
2021/04/27 16:41:00 [DEBUG] checking for provisioner in "/opt/local/bin" | |
2021/04/27 16:41:00 [DEBUG] checking for provisioner in "/Users/the.username/.terraform.d/plugins" | |
2021/04/27 16:41:00 [INFO] Failed to read plugin lock file .terraform/plugins/darwin_amd64/lock.json: open .terraform/plugins/darwin_amd64/lock.json: no such file or directory | |
2021/04/27 16:41:00 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2021/04/27 16:41:00 [INFO] backend/local: starting Apply operation | |
2021/04/27 16:41:00 [TRACE] backend/local: requesting state manager for workspace "default" | |
2021/04/27 16:41:00 [TRACE] backend/local: state manager for workspace "default" will: | |
- read initial snapshot from terraform.tfstate | |
- write new snapshots to terraform.tfstate | |
- create any backup at terraform.tfstate.backup | |
2021/04/27 16:41:00 [TRACE] backend/local: requesting state lock for workspace "default" | |
2021/04/27 16:41:00 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2021/04/27 16:41:00 [TRACE] statemgr.Filesystem: existing snapshot has lineage "e907b7cc-a753-c4d3-23b2-fb804a59c1cb" serial 97 | |
2021/04/27 16:41:00 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock | |
2021/04/27 16:41:00 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info | |
2021/04/27 16:41:00 [TRACE] backend/local: reading remote state for workspace "default" | |
2021/04/27 16:41:00 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate | |
2021/04/27 16:41:00 [TRACE] statemgr.Filesystem: read snapshot with lineage "e907b7cc-a753-c4d3-23b2-fb804a59c1cb" serial 97 | |
2021/04/27 16:41:00 [TRACE] backend/local: retrieving local state snapshot for workspace "default" | |
2021/04/27 16:41:00 [TRACE] backend/local: building context for current working directory | |
2021/04/27 16:41:00 [TRACE] terraform.NewContext: starting | |
2021/04/27 16:41:00 [TRACE] terraform.NewContext: loading provider schemas | |
2021/04/27 16:41:00 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/aws" | |
2021-04-27T16:41:00.285-0700 [INFO] plugin: configuring client automatic mTLS | |
2021-04-27T16:41:00.308-0700 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5] | |
2021-04-27T16:41:00.316-0700 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 pid=73276 | |
2021-04-27T16:41:00.316-0700 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 | |
2021-04-27T16:41:00.361-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: configuring server automatic mTLS: timestamp=2021-04-27T16:41:00.361-0700 | |
2021-04-27T16:41:00.397-0700 [DEBUG] plugin: using plugin: version=5 | |
2021-04-27T16:41:00.397-0700 [DEBUG] plugin.terraform-provider-aws_v3.37.0_x5: plugin address: address=/var/folders/7c/v3sltxnx47q5vf84qb7fsk1w0000gp/T/plugin067027755 network=unix timestamp=2021-04-27T16:41:00.397-0700 | |
2021/04/27 16:41:00 [TRACE] GRPCProvider: GetSchema | |
2021-04-27T16:41:00.442-0700 [TRACE] plugin.stdio: waiting for stdio data | |
2021/04/27 16:41:00 [TRACE] GRPCProvider: Close | |
2021-04-27T16:41:00.512-0700 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2021-04-27T16:41:00.515-0700 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 pid=73276 | |
2021-04-27T16:41:00.515-0700 [DEBUG] plugin: plugin exited | |
2021/04/27 16:41:00 [TRACE] terraform.NewContext: complete | |
2021/04/27 16:41:00 [TRACE] backend/local: finished building terraform.Context | |
2021/04/27 16:41:00 [TRACE] backend/local: requesting interactive input, if necessary | |
2021/04/27 16:41:00 [TRACE] Context.Input: Prompting for provider arguments | |
2021/04/27 16:41:00 [TRACE] Context.Input: Provider provider.aws declared at main.tf:1,1-15 | |
2021/04/27 16:41:00 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{} | |
2021/04/27 16:41:00 [TRACE] backend/local: running validation operation | |
2021/04/27 16:41:00 [INFO] terraform: building graph: GraphTypeValidate | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2021/04/27 16:41:00 [TRACE] ConfigTransformer: Starting for path: | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph: | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2021/04/27 16:41:00 [TRACE] OutputTransformer: adding test as *terraform.NodeApplyableOutput | |
2021/04/27 16:41:00 [TRACE] OutputTransformer: adding test2 as *terraform.NodeApplyableOutput | |
2021/04/27 16:41:00 [TRACE] OutputTransformer: adding test3 as *terraform.NodeApplyableOutput | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.StateTransformer | |
2021/04/27 16:41:00 [TRACE] StateTransformer: state is empty, so nothing to do | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_vpc.the_vpcs" (*terraform.NodeValidatableResource) config from main.tf:87,1-26 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_vpc.the_vpcs | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_internet_gateway.gw-vpc" (*terraform.NodeValidatableResource) config from main.tf:96,1-37 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_internet_gateway.gw-vpc | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_nat_gateway.natgw-vpc" (*terraform.NodeValidatableResource) config from main.tf:113,1-35 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_nat_gateway.natgw-vpc | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table.the_private_route_table" (*terraform.NodeValidatableResource) config from main.tf:132,1-49 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table.the_private_route_table | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_eip.natgw-eip-vpc" (*terraform.NodeValidatableResource) config from main.tf:105,1-31 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_eip.natgw-eip-vpc | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_subnet.vpc-private" (*terraform.NodeValidatableResource) config from main.tf:122,1-32 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_subnet.vpc-private | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table_association.src-ra-vpc-private" (*terraform.NodeValidatableResource) config from main.tf:146,1-56 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table_association.src-ra-vpc-private | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.ProvisionerTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2021/04/27 16:41:00 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from main.tf:1,1-15 | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_nat_gateway.natgw-vpc | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_nat_gateway.natgw-vpc" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table.the_private_route_table | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_route_table.the_private_route_table" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_eip.natgw-eip-vpc | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_eip.natgw-eip-vpc" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_subnet.vpc-private | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_subnet.vpc-private" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table_association.src-ra-vpc-private | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_route_table_association.src-ra-vpc-private" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_vpc.the_vpcs | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_vpc.the_vpcs" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_internet_gateway.gw-vpc | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_internet_gateway.gw-vpc" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table_association.src-ra-vpc-private | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_vpc.the_vpcs | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_internet_gateway.gw-vpc | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_nat_gateway.natgw-vpc | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table.the_private_route_table | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_eip.natgw-eip-vpc | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_subnet.vpc-private | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.created_private_subnets (expand)" references: [aws_subnet.vpc-private] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.nat_gws_only_if_igw (expand)" references: [local.subnets (expand) aws_internet_gateway.gw-vpc] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.flattened_nat_gws_only_if_igw (expand)" references: [local.nat_gws_only_if_igw (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "output.test" references: [local.nat_gws (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "output.test2" references: [local.created_private_subnets (expand) aws_route_table.the_private_route_table local.subnet_info (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [] | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_route_table_association.src-ra-vpc-private" references: [aws_route_table.the_private_route_table local.created_private_subnets (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "output.test3" references: [local.created_private_subnets (expand) local.nat_gws (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand)] | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_vpc.the_vpcs" references: [local.vpcs (expand)] | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw-vpc" references: [aws_vpc.the_vpcs local.vpcs (expand) aws_vpc.the_vpcs] | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_nat_gateway.natgw-vpc" references: [local.flattened_nat_gws_only_if_igw (expand) aws_eip.natgw-eip-vpc aws_subnet.vpc-private] | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_route_table.the_private_route_table" references: [local.created_private_subnets (expand) local.nat_gws (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.created_nat_gws (expand)" references: [aws_nat_gateway.natgw-vpc] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.nat_gws (expand)" references: [local.created_nat_gws (expand)] | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_eip.natgw-eip-vpc" references: [local.subnets (expand) local.vpcs (expand)] | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_subnet.vpc-private" references: [local.subnets (expand) local.subnets (expand) aws_vpc.the_vpcs local.subnets (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.subnet_info (expand)" references: [local.subnets (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.vpcs (expand)" references: [] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.subnets (expand)" references: [] | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
aws_eip.natgw-eip-vpc - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
aws_vpc.the_vpcs - *terraform.NodeValidatableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc - *terraform.NodeValidatableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private - *terraform.NodeValidatableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc - *terraform.NodeValidatableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table - *terraform.NodeValidatableResource | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
aws_route_table_association.src-ra-vpc-private - *terraform.NodeValidatableResource | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
------ | |
2021/04/27 16:41:00 [DEBUG] Starting graph walk: walkValidate | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.vpcs (expand)" | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] Expanding local: adding local.vpcs as *terraform.NodeLocal | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs (expand)": entering dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.subnets (expand)" | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.vpcs" | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/aws\"]" | |
2021/04/27 16:41:00 [TRACE] Expanding local: adding local.subnets as *terraform.NodeLocal | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets (expand)": entering dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider) | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.subnets" | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs (expand)": visit complete | |
2021-04-27T16:41:00.518-0700 [INFO] plugin: configuring client automatic mTLS | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets (expand)": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.subnet_info (expand)" | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] Expanding local: adding local.subnet_info as *terraform.NodeLocal | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info (expand)": entering dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.subnet_info" | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info (expand)": visit complete | |
2021-04-27T16:41:00.540-0700 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5] | |
2021-04-27T16:41:00.549-0700 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 pid=73277 | |
2021-04-27T16:41:00.549-0700 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 | |
2021-04-27T16:41:00.594-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: configuring server automatic mTLS: timestamp=2021-04-27T16:41:00.594-0700 | |
2021-04-27T16:41:00.631-0700 [DEBUG] plugin: using plugin: version=5 | |
2021-04-27T16:41:00.631-0700 [DEBUG] plugin.terraform-provider-aws_v3.37.0_x5: plugin address: address=/var/folders/7c/v3sltxnx47q5vf84qb7fsk1w0000gp/T/plugin687555992 network=unix timestamp=2021-04-27T16:41:00.630-0700 | |
2021/04/27 16:41:00 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only | |
2021/04/27 16:41:00 [TRACE] GRPCProvider: GetSchema | |
2021-04-27T16:41:00.673-0700 [TRACE] plugin.stdio: waiting for stdio data | |
2021/04/27 16:41:00 [TRACE] GRPCProvider: PrepareProviderConfig | |
2021/04/27 16:41:00 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "aws_vpc.the_vpcs" | |
2021/04/27 16:41:00 [TRACE] vertex "aws_vpc.the_vpcs": starting visit (*terraform.NodeValidatableResource) | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "aws_eip.natgw-eip-vpc" | |
2021/04/27 16:41:00 [TRACE] vertex "aws_eip.natgw-eip-vpc": starting visit (*terraform.NodeValidatableResource) | |
2021/04/27 16:41:00 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:00 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:00 [TRACE] vertex "aws_eip.natgw-eip-vpc": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "aws_vpc.the_vpcs": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "aws_internet_gateway.gw-vpc" | |
2021/04/27 16:41:00 [TRACE] vertex "aws_internet_gateway.gw-vpc": starting visit (*terraform.NodeValidatableResource) | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "aws_subnet.vpc-private" | |
2021/04/27 16:41:00 [TRACE] vertex "aws_subnet.vpc-private": starting visit (*terraform.NodeValidatableResource) | |
2021/04/27 16:41:00 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:00 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:00 [TRACE] vertex "aws_internet_gateway.gw-vpc": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.nat_gws_only_if_igw (expand)" | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] Expanding local: adding local.nat_gws_only_if_igw as *terraform.NodeLocal | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": entering dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] vertex "aws_subnet.vpc-private": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.created_private_subnets (expand)" | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.nat_gws_only_if_igw" | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_private_subnets (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws_only_if_igw": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_private_subnets (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] Expanding local: adding local.created_private_subnets as *terraform.NodeLocal | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_private_subnets (expand)": entering dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.created_private_subnets" | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_private_subnets": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws_only_if_igw": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_private_subnets": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_private_subnets (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_private_subnets (expand)": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.flattened_nat_gws_only_if_igw (expand)" | |
2021/04/27 16:41:00 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] Expanding local: adding local.flattened_nat_gws_only_if_igw as *terraform.NodeLocal | |
2021/04/27 16:41:00 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": entering dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.flattened_nat_gws_only_if_igw" | |
2021/04/27 16:41:00 [TRACE] vertex "local.flattened_nat_gws_only_if_igw": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.flattened_nat_gws_only_if_igw": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:00 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "aws_nat_gateway.natgw-vpc" | |
2021/04/27 16:41:00 [TRACE] vertex "aws_nat_gateway.natgw-vpc": starting visit (*terraform.NodeValidatableResource) | |
2021/04/27 16:41:00 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:00 [TRACE] vertex "aws_nat_gateway.natgw-vpc": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.created_nat_gws (expand)" | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_nat_gws (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_nat_gws (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] Expanding local: adding local.created_nat_gws as *terraform.NodeLocal | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_nat_gws (expand)": entering dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.created_nat_gws" | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_nat_gws": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_nat_gws": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_nat_gws (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:00 [TRACE] vertex "local.created_nat_gws (expand)": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.nat_gws (expand)" | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] Expanding local: adding local.nat_gws as *terraform.NodeLocal | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws (expand)": entering dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.nat_gws" | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:00 [TRACE] vertex "local.nat_gws (expand)": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "output.test" | |
2021/04/27 16:41:00 [TRACE] vertex "output.test": starting visit (*terraform.NodeApplyableOutput) | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "aws_route_table.the_private_route_table" | |
2021/04/27 16:41:00 [TRACE] vertex "aws_route_table.the_private_route_table": starting visit (*terraform.NodeValidatableResource) | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "output.test3" | |
2021/04/27 16:41:00 [TRACE] vertex "output.test3": starting visit (*terraform.NodeApplyableOutput) | |
2021/04/27 16:41:00 [TRACE] ExecuteWriteOutput: Saving Create change for output.test in changeset | |
2021/04/27 16:41:00 [TRACE] EvalWriteOutput: Removing output.test from state (it is now null) | |
2021/04/27 16:41:00 [TRACE] vertex "output.test": visit complete | |
2021/04/27 16:41:00 [TRACE] ExecuteWriteOutput: Saving Create change for output.test3 in changeset | |
2021/04/27 16:41:00 [TRACE] EvalWriteOutput: Removing output.test3 from state (it is now null) | |
2021/04/27 16:41:00 [TRACE] vertex "output.test3": visit complete | |
2021/04/27 16:41:00 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:00 [TRACE] vertex "aws_route_table.the_private_route_table": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "output.test2" | |
2021/04/27 16:41:00 [TRACE] vertex "output.test2": starting visit (*terraform.NodeApplyableOutput) | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "aws_route_table_association.src-ra-vpc-private" | |
2021/04/27 16:41:00 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private": starting visit (*terraform.NodeValidatableResource) | |
2021/04/27 16:41:00 [TRACE] ExecuteWriteOutput: Saving Create change for output.test2 in changeset | |
2021/04/27 16:41:00 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:00 [TRACE] EvalWriteOutput: Saving value for output.test2 in state | |
2021/04/27 16:41:00 [TRACE] vertex "output.test2": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:41:00 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" | |
2021/04/27 16:41:00 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": starting visit (*terraform.graphNodeCloseProvider) | |
2021/04/27 16:41:00 [TRACE] GRPCProvider: Close | |
2021-04-27T16:41:00.806-0700 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2021-04-27T16:41:00.809-0700 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 pid=73277 | |
2021-04-27T16:41:00.809-0700 [DEBUG] plugin: plugin exited | |
2021/04/27 16:41:00 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "root" | |
2021/04/27 16:41:00 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule) | |
2021/04/27 16:41:00 [TRACE] vertex "root": visit complete | |
2021/04/27 16:41:00 [INFO] backend/local: apply calling Plan | |
2021/04/27 16:41:00 [INFO] terraform: building graph: GraphTypePlan | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2021/04/27 16:41:00 [TRACE] ConfigTransformer: Starting for path: | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2021/04/27 16:41:00 [TRACE] OutputTransformer: adding test as *terraform.NodeApplyableOutput | |
2021/04/27 16:41:00 [TRACE] OutputTransformer: adding test2 as *terraform.NodeApplyableOutput | |
2021/04/27 16:41:00 [TRACE] OutputTransformer: adding test3 as *terraform.NodeApplyableOutput | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.StateTransformer | |
2021/04/27 16:41:00 [TRACE] StateTransformer: state is empty, so nothing to do | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table_association.src-ra-vpc-private (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:146,1-56 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table_association.src-ra-vpc-private (expand) | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_internet_gateway.gw-vpc (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:96,1-37 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_internet_gateway.gw-vpc (expand) | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_subnet.vpc-private (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:122,1-32 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_subnet.vpc-private (expand) | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_nat_gateway.natgw-vpc (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:113,1-35 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_nat_gateway.natgw-vpc (expand) | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table.the_private_route_table (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:132,1-49 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table.the_private_route_table (expand) | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_vpc.the_vpcs (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:87,1-26 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_vpc.the_vpcs (expand) | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching to "aws_eip.natgw-eip-vpc (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:105,1-31 | |
2021/04/27 16:41:00 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_eip.natgw-eip-vpc (expand) | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.ProvisionerTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2021/04/27 16:41:00 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from main.tf:1,1-15 | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_subnet.vpc-private (expand) | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_subnet.vpc-private (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table_association.src-ra-vpc-private (expand) | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_route_table_association.src-ra-vpc-private (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table.the_private_route_table (expand) | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_route_table.the_private_route_table (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_nat_gateway.natgw-vpc (expand) | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_nat_gateway.natgw-vpc (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_eip.natgw-eip-vpc (expand) | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_eip.natgw-eip-vpc (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_vpc.the_vpcs (expand) | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_vpc.the_vpcs (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_internet_gateway.gw-vpc (expand) | |
2021/04/27 16:41:00 [DEBUG] ProviderTransformer: "aws_internet_gateway.gw-vpc (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2021/04/27 16:41:00 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table_association.src-ra-vpc-private (expand) | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_internet_gateway.gw-vpc (expand) | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_subnet.vpc-private (expand) | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_nat_gateway.natgw-vpc (expand) | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table.the_private_route_table (expand) | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_vpc.the_vpcs (expand) | |
2021/04/27 16:41:00 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_eip.natgw-eip-vpc (expand) | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_eip.natgw-eip-vpc (expand)" references: [local.subnets (expand) local.vpcs (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.created_nat_gws (expand)" references: [aws_nat_gateway.natgw-vpc (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.subnet_info (expand)" references: [local.subnets (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.vpcs (expand)" references: [] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.subnets (expand)" references: [] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "output.test" references: [local.nat_gws (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "output.test3" references: [local.created_private_subnets (expand) local.nat_gws (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand)] | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_vpc.the_vpcs (expand)" references: [local.vpcs (expand)] | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw-vpc (expand)" references: [aws_vpc.the_vpcs (expand) local.vpcs (expand) aws_vpc.the_vpcs (expand)] | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_subnet.vpc-private (expand)" references: [local.subnets (expand) local.subnets (expand) local.subnets (expand) aws_vpc.the_vpcs (expand)] | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_route_table_association.src-ra-vpc-private (expand)" references: [aws_route_table.the_private_route_table (expand) local.created_private_subnets (expand)] | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_route_table.the_private_route_table (expand)" references: [local.created_private_subnets (expand) local.nat_gws (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.flattened_nat_gws_only_if_igw (expand)" references: [local.nat_gws_only_if_igw (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.created_private_subnets (expand)" references: [aws_subnet.vpc-private (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "output.test2" references: [local.created_private_subnets (expand) aws_route_table.the_private_route_table (expand) local.subnet_info (expand)] | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:00 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "aws_nat_gateway.natgw-vpc (expand)" references: [local.flattened_nat_gws_only_if_igw (expand) aws_subnet.vpc-private (expand) aws_eip.natgw-eip-vpc (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.nat_gws_only_if_igw (expand)" references: [local.subnets (expand) aws_internet_gateway.gw-vpc (expand)] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [] | |
2021/04/27 16:41:00 [DEBUG] ReferenceTransformer: "local.nat_gws (expand)" references: [local.created_nat_gws (expand)] | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2021/04/27 16:41:00 [TRACE] AttachDependenciesTransformer: aws_vpc.the_vpcs depends on [] | |
2021/04/27 16:41:00 [TRACE] AttachDependenciesTransformer: aws_eip.natgw-eip-vpc depends on [] | |
2021/04/27 16:41:00 [TRACE] AttachDependenciesTransformer: aws_route_table_association.src-ra-vpc-private depends on [aws_eip.natgw-eip-vpc aws_internet_gateway.gw-vpc aws_nat_gateway.natgw-vpc aws_route_table.the_private_route_table aws_subnet.vpc-private aws_vpc.the_vpcs] | |
2021/04/27 16:41:00 [TRACE] AttachDependenciesTransformer: aws_internet_gateway.gw-vpc depends on [aws_vpc.the_vpcs] | |
2021/04/27 16:41:00 [TRACE] AttachDependenciesTransformer: aws_subnet.vpc-private depends on [aws_vpc.the_vpcs] | |
2021/04/27 16:41:00 [TRACE] AttachDependenciesTransformer: aws_nat_gateway.natgw-vpc depends on [aws_eip.natgw-eip-vpc aws_internet_gateway.gw-vpc aws_subnet.vpc-private aws_vpc.the_vpcs] | |
2021/04/27 16:41:00 [TRACE] AttachDependenciesTransformer: aws_route_table.the_private_route_table depends on [aws_eip.natgw-eip-vpc aws_internet_gateway.gw-vpc aws_nat_gateway.natgw-vpc aws_subnet.vpc-private aws_vpc.the_vpcs] | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2021/04/27 16:41:00 [TRACE] ForcedCBDTransformer: "aws_route_table_association.src-ra-vpc-private (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021/04/27 16:41:00 [TRACE] ForcedCBDTransformer: "aws_internet_gateway.gw-vpc (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021/04/27 16:41:00 [TRACE] ForcedCBDTransformer: "aws_subnet.vpc-private (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021/04/27 16:41:00 [TRACE] ForcedCBDTransformer: "aws_nat_gateway.natgw-vpc (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021/04/27 16:41:00 [TRACE] ForcedCBDTransformer: "aws_route_table.the_private_route_table (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021/04/27 16:41:00 [TRACE] ForcedCBDTransformer: "aws_vpc.the_vpcs (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021/04/27 16:41:00 [TRACE] ForcedCBDTransformer: "aws_eip.natgw-eip-vpc (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
------ | |
2021/04/27 16:41:00 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2021/04/27 16:41:00 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandPlannableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandPlannableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandPlannableResource | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandPlannableResource | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
------ | |
2021/04/27 16:41:00 [DEBUG] Starting graph walk: walkPlan | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.vpcs (expand)" | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.subnets (expand)" | |
2021/04/27 16:41:00 [TRACE] Expanding local: adding local.vpcs as *terraform.NodeLocal | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs (expand)": entering dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] Expanding local: adding local.subnets as *terraform.NodeLocal | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets (expand)": entering dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.vpcs" | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/aws\"]" | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.subnets" | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider) | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:00 [TRACE] vertex "local.vpcs (expand)": visit complete | |
2021-04-27T16:41:00.812-0700 [INFO] plugin: configuring client automatic mTLS | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnets (expand)": visit complete | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.subnet_info (expand)" | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] Expanding local: adding local.subnet_info as *terraform.NodeLocal | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info (expand)": entering dynamic subgraph | |
2021/04/27 16:41:00 [TRACE] dag/walk: visiting "local.subnet_info" | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info": visit complete | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:00 [TRACE] vertex "local.subnet_info (expand)": visit complete | |
2021-04-27T16:41:00.834-0700 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5] | |
2021-04-27T16:41:00.844-0700 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 pid=73278 | |
2021-04-27T16:41:00.844-0700 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 | |
2021-04-27T16:41:00.888-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: configuring server automatic mTLS: timestamp=2021-04-27T16:41:00.887-0700 | |
2021-04-27T16:41:00.925-0700 [DEBUG] plugin: using plugin: version=5 | |
2021-04-27T16:41:00.925-0700 [DEBUG] plugin.terraform-provider-aws_v3.37.0_x5: plugin address: address=/var/folders/7c/v3sltxnx47q5vf84qb7fsk1w0000gp/T/plugin694851277 network=unix timestamp=2021-04-27T16:41:00.925-0700 | |
2021/04/27 16:41:00 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"] | |
2021-04-27T16:41:00.972-0700 [TRACE] plugin.stdio: waiting for stdio data | |
2021/04/27 16:41:00 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only | |
2021/04/27 16:41:00 [TRACE] GRPCProvider: GetSchema | |
2021/04/27 16:41:01 [TRACE] GRPCProvider: Configure | |
2021-04-27T16:41:01.037-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:01 [INFO] AWS Auth provider used: "SharedCredentialsProvider": timestamp=2021-04-27T16:41:01.037-0700 | |
2021-04-27T16:41:01.037-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:01 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-04-27T16:41:01.037-0700 | |
2021-04-27T16:41:01.038-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:01 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: sts.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 43 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=4e9568459a3f6e0d83de569961be18b7a52839c16778110d0dc852c03f6f61d6 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234101Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:01.037-0700 | |
2021-04-27T16:41:01.487-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:01 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 485 | |
Content-Type: text/xml | |
Date: Tue, 27 Apr 2021 23:41:00 GMT | |
X-Amzn-Requestid: 8e090c8c-dae3-4f75-a16b-accb50dbad53 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:01.487-0700 | |
2021-04-27T16:41:01.487-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:01 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws:sts::99999999999:assumed-role/somegroup/the.username@company.com</Arn> | |
<UserId>XXXXXXXXXXXXXXXXXXXX:the.username@company.com</UserId> | |
<Account>99999999999</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>8e090c8c-dae3-4f75-a16b-accb50dbad53</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse>: timestamp=2021-04-27T16:41:01.487-0700 | |
2021-04-27T16:41:01.487-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:01 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-04-27T16:41:01.487-0700 | |
2021-04-27T16:41:01.487-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:01 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: sts.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 43 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=4e9568459a3f6e0d83de569961be18b7a52839c16778110d0dc852c03f6f61d6 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234101Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:01.487-0700 | |
2021-04-27T16:41:01.860-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:01 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 485 | |
Content-Type: text/xml | |
Date: Tue, 27 Apr 2021 23:41:01 GMT | |
X-Amzn-Requestid: 653bce06-c4fe-48d4-a178-aa31f27a2dc5 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:01.859-0700 | |
2021-04-27T16:41:01.860-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:01 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws:sts::99999999999:assumed-role/somegroup/the.username@company.com</Arn> | |
<UserId>XXXXXXXXXXXXXXXXXXXX:the.username@company.com</UserId> | |
<Account>99999999999</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>653bce06-c4fe-48d4-a178-aa31f27a2dc5</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse>: timestamp=2021-04-27T16:41:01.860-0700 | |
2021-04-27T16:41:01.863-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:01 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 87 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=1d08c9bff350b31a4ca6b49251b951b61d84936463b59f1317129793f2642711 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234101Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:01.863-0700 | |
2021-04-27T16:41:01.994-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:01 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 540 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:01 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 230c5ccd-d50b-4cf3-9cf6-0e22bef37e16 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:01.994-0700 | |
2021-04-27T16:41:01.994-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:01 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>230c5ccd-d50b-4cf3-9cf6-0e22bef37e16</requestId> | |
<accountAttributeSet> | |
<item> | |
<attributeName>supported-platforms</attributeName> | |
<attributeValueSet> | |
<item> | |
<attributeValue>VPC</attributeValue> | |
</item> | |
</attributeValueSet> | |
</item> | |
</accountAttributeSet> | |
</DescribeAccountAttributesResponse>: timestamp=2021-04-27T16:41:01.994-0700 | |
2021/04/27 16:41:01 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "aws_vpc.the_vpcs (expand)" | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "aws_eip.natgw-eip-vpc (expand)" | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs (expand)": entering dynamic subgraph | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc (expand)": entering dynamic subgraph | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "aws_vpc.the_vpcs" | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs": starting visit (*terraform.NodePlannableResource) | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "aws_eip.natgw-eip-vpc" | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc": starting visit (*terraform.NodePlannableResource) | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs": expanding dynamic subgraph | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021/04/27 16:41:01 [TRACE] ResourceCountTransformer: adding aws_vpc.the_vpcs["vpc0"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:01 [TRACE] ResourceCountTransformer: adding aws_vpc.the_vpcs["vpc1"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodePlannableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodePlannableResourceInstance | |
------ | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/04/27 16:41:01 [DEBUG] Resource instance state not found for node "aws_vpc.the_vpcs[\"vpc0\"]", instance aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:01 [DEBUG] Resource instance state not found for node "aws_vpc.the_vpcs[\"vpc1\"]", instance aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "local.vpcs" | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:01 [DEBUG] ReferenceTransformer: "aws_vpc.the_vpcs[\"vpc0\"]" references: [] | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "local.vpcs" | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:01 [DEBUG] ReferenceTransformer: "aws_vpc.the_vpcs[\"vpc1\"]" references: [] | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodePlannableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodePlannableResourceInstance | |
root - terraform.graphNodeRoot | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodePlannableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodePlannableResourceInstance | |
------ | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs": entering dynamic subgraph | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "aws_vpc.the_vpcs[\"vpc0\"]" | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs[\"vpc0\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "aws_vpc.the_vpcs[\"vpc1\"]" | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc": expanding dynamic subgraph | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs[\"vpc1\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:01 [TRACE] ResourceCountTransformer: adding aws_eip.natgw-eip-vpc["0"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:01 [TRACE] ResourceCountTransformer: adding aws_eip.natgw-eip-vpc["1"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:01 [TRACE] ReadResourceInstanceState: reading state for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodePlannableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodePlannableResourceInstance | |
------ | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/04/27 16:41:01 [DEBUG] Resource instance state not found for node "aws_eip.natgw-eip-vpc[\"0\"]", instance aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:01 [DEBUG] Resource instance state not found for node "aws_eip.natgw-eip-vpc[\"1\"]", instance aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/04/27 16:41:01 [TRACE] ReadResourceInstanceState: reading state for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "local.vpcs" | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:01 [DEBUG] ReferenceTransformer: "aws_eip.natgw-eip-vpc[\"0\"]" references: [] | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "local.vpcs" | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:01 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:01 [DEBUG] ReferenceTransformer: "aws_eip.natgw-eip-vpc[\"1\"]" references: [] | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodePlannableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodePlannableResourceInstance | |
root - terraform.graphNodeRoot | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodePlannableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodePlannableResourceInstance | |
------ | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc": entering dynamic subgraph | |
2021/04/27 16:41:01 [TRACE] ReadResourceInstanceState: no state present for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:01 [DEBUG] refresh: aws_vpc.the_vpcs["vpc0"]: no state, so not refreshing | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "aws_eip.natgw-eip-vpc[\"1\"]" | |
2021/04/27 16:41:01 [TRACE] EvalWriteState: using RefreshState for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc[\"1\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:01 [TRACE] EvalWriteState: removing state object for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:01 [TRACE] ReadResourceInstanceState: no state present for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:01 [DEBUG] refresh: aws_vpc.the_vpcs["vpc1"]: no state, so not refreshing | |
2021/04/27 16:41:01 [TRACE] EvalWriteState: using RefreshState for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:01 [TRACE] EvalWriteState: removing state object for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "aws_eip.natgw-eip-vpc[\"0\"]" | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc[\"0\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:01 [TRACE] ReadResourceInstanceState: reading state for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:01 [TRACE] ReadResourceInstanceState: no state present for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:01 [DEBUG] refresh: aws_eip.natgw-eip-vpc["1"]: no state, so not refreshing | |
2021/04/27 16:41:01 [TRACE] EvalWriteState: using RefreshState for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:01 [TRACE] EvalWriteState: removing state object for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:01 [TRACE] ReadResourceInstanceState: reading state for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:01 [TRACE] ReadResourceInstanceState: no state present for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:01 [DEBUG] refresh: aws_eip.natgw-eip-vpc["0"]: no state, so not refreshing | |
2021/04/27 16:41:01 [TRACE] EvalWriteState: using RefreshState for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:01 [TRACE] EvalWriteState: removing state object for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:01 [TRACE] Re-validating config for "aws_vpc.the_vpcs[\"vpc0\"]" | |
2021/04/27 16:41:01 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:01 [TRACE] Re-validating config for "aws_vpc.the_vpcs[\"vpc1\"]" | |
2021/04/27 16:41:01 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:01 [TRACE] Re-validating config for "aws_eip.natgw-eip-vpc[\"1\"]" | |
2021/04/27 16:41:01 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:01 [TRACE] Re-validating config for "aws_eip.natgw-eip-vpc[\"0\"]" | |
2021/04/27 16:41:01 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:01 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:01 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:01 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:01 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:01 [TRACE] EvalWriteState: writing current state object for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:01 [TRACE] EvalWriteState: writing current state object for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:01 [TRACE] EvalWriteDiff: recorded Create change for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:01 [TRACE] EvalWriteDiff: recorded Create change for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc[\"1\"]": visit complete | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc[\"0\"]": visit complete | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "root" | |
2021/04/27 16:41:01 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_vpc.the_vpcs["vpc0"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .enable_dns_support: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .assign_generated_ipv6_cidr_block: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2021/04/27 16:41:01 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) | |
2021/04/27 16:41:01 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_vpc.the_vpcs["vpc1"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .enable_dns_support: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .assign_generated_ipv6_cidr_block: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2021/04/27 16:41:01 [TRACE] EvalWriteState: writing current state object for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:01 [TRACE] vertex "root": visit complete | |
2021/04/27 16:41:01 [TRACE] EvalWriteState: writing current state object for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc": dynamic subgraph completed successfully | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc": visit complete | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:01 [TRACE] vertex "aws_eip.natgw-eip-vpc (expand)": visit complete | |
2021/04/27 16:41:01 [TRACE] EvalWriteDiff: recorded Create change for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs[\"vpc0\"]": visit complete | |
2021/04/27 16:41:01 [TRACE] EvalWriteDiff: recorded Create change for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs[\"vpc1\"]": visit complete | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "root" | |
2021/04/27 16:41:01 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) | |
2021/04/27 16:41:01 [TRACE] vertex "root": visit complete | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs": dynamic subgraph completed successfully | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs": visit complete | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:01 [TRACE] vertex "aws_vpc.the_vpcs (expand)": visit complete | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "aws_subnet.vpc-private (expand)" | |
2021/04/27 16:41:01 [TRACE] vertex "aws_subnet.vpc-private (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021/04/27 16:41:01 [TRACE] vertex "aws_subnet.vpc-private (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:01 [TRACE] vertex "aws_subnet.vpc-private (expand)": entering dynamic subgraph | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "aws_internet_gateway.gw-vpc (expand)" | |
2021/04/27 16:41:01 [TRACE] vertex "aws_internet_gateway.gw-vpc (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "aws_subnet.vpc-private" | |
2021/04/27 16:41:01 [TRACE] vertex "aws_internet_gateway.gw-vpc (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:01 [TRACE] vertex "aws_subnet.vpc-private": starting visit (*terraform.NodePlannableResource) | |
2021/04/27 16:41:01 [TRACE] vertex "aws_internet_gateway.gw-vpc (expand)": entering dynamic subgraph | |
2021/04/27 16:41:01 [TRACE] dag/walk: visiting "aws_internet_gateway.gw-vpc" | |
2021/04/27 16:41:01 [TRACE] vertex "aws_internet_gateway.gw-vpc": starting visit (*terraform.NodePlannableResource) | |
2021/04/27 16:41:01 [TRACE] vertex "aws_subnet.vpc-private": expanding dynamic subgraph | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021/04/27 16:41:01 [TRACE] ResourceCountTransformer: adding aws_subnet.vpc-private["0"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:01 [TRACE] ResourceCountTransformer: adding aws_subnet.vpc-private["1"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:01 [TRACE] ResourceCountTransformer: adding aws_subnet.vpc-private["2"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:01 [TRACE] ResourceCountTransformer: adding aws_subnet.vpc-private["3"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
aws_subnet.vpc-private["0"] - *terraform.NodePlannableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodePlannableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodePlannableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodePlannableResourceInstance | |
------ | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021/04/27 16:41:01 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021/04/27 16:41:01 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/04/27 16:41:01 [DEBUG] Resource instance state not found for node "aws_subnet.vpc-private[\"3\"]", instance aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:01 [DEBUG] Resource instance state not found for node "aws_subnet.vpc-private[\"0\"]", instance aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:01 [DEBUG] Resource instance state not found for node "aws_subnet.vpc-private[\"1\"]", instance aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:02 [DEBUG] Resource instance state not found for node "aws_subnet.vpc-private[\"2\"]", instance aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_vpc.the_vpcs" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_subnet.vpc-private[\"3\"]" references: [] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_vpc.the_vpcs" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_subnet.vpc-private[\"0\"]" references: [] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_vpc.the_vpcs" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_subnet.vpc-private[\"1\"]" references: [] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_vpc.the_vpcs" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_subnet.vpc-private[\"2\"]" references: [] | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
aws_subnet.vpc-private["0"] - *terraform.NodePlannableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodePlannableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodePlannableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodePlannableResourceInstance | |
root - terraform.graphNodeRoot | |
aws_subnet.vpc-private["0"] - *terraform.NodePlannableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodePlannableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodePlannableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodePlannableResourceInstance | |
------ | |
2021/04/27 16:41:02 [TRACE] vertex "aws_subnet.vpc-private": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_subnet.vpc-private[\"3\"]" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_subnet.vpc-private[\"3\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_subnet.vpc-private[\"2\"]" | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_subnet.vpc-private[\"1\"]" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_subnet.vpc-private[\"2\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] vertex "aws_subnet.vpc-private[\"1\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_subnet.vpc-private["3"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_subnet.vpc-private[\"0\"]" | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:02 [TRACE] vertex "aws_subnet.vpc-private[\"0\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:02 [TRACE] vertex "aws_internet_gateway.gw-vpc": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_subnet.vpc-private["1"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_subnet.vpc-private["2"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:02 [TRACE] ResourceCountTransformer: adding aws_internet_gateway.gw-vpc["vpc0"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodePlannableResourceInstance | |
------ | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/04/27 16:41:02 [DEBUG] Resource instance state not found for node "aws_internet_gateway.gw-vpc[\"vpc0\"]", instance aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_vpc.the_vpcs" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.vpcs" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_vpc.the_vpcs" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw-vpc[\"vpc0\"]" references: [] | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] vertex "aws_internet_gateway.gw-vpc": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_internet_gateway.gw-vpc[\"vpc0\"]" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_internet_gateway.gw-vpc[\"vpc0\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_subnet.vpc-private["0"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_internet_gateway.gw-vpc["vpc0"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_subnet.vpc-private[\"3\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_subnet.vpc-private[\"2\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_subnet.vpc-private[\"1\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_subnet.vpc-private[\"0\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_internet_gateway.gw-vpc[\"vpc0\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:02 [TRACE] vertex "aws_internet_gateway.gw-vpc[\"vpc0\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_internet_gateway.gw-vpc": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "aws_internet_gateway.gw-vpc": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_internet_gateway.gw-vpc (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "aws_internet_gateway.gw-vpc (expand)": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.nat_gws_only_if_igw (expand)" | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] Expanding local: adding local.nat_gws_only_if_igw as *terraform.NodeLocal | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.nat_gws_only_if_igw" | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws_only_if_igw": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:02 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_subnet.vpc-private["1"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .map_public_ip_on_launch: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .assign_ipv6_address_on_creation: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws_only_if_igw": visit complete | |
2021/04/27 16:41:02 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_subnet.vpc-private["2"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .map_public_ip_on_launch: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .assign_ipv6_address_on_creation: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": visit complete | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.flattened_nat_gws_only_if_igw (expand)" | |
2021/04/27 16:41:02 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:02 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] Expanding local: adding local.flattened_nat_gws_only_if_igw as *terraform.NodeLocal | |
2021/04/27 16:41:02 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.flattened_nat_gws_only_if_igw" | |
2021/04/27 16:41:02 [TRACE] vertex "local.flattened_nat_gws_only_if_igw": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:02 [TRACE] vertex "aws_subnet.vpc-private[\"1\"]": visit complete | |
2021/04/27 16:41:02 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_subnet.vpc-private["3"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .map_public_ip_on_launch: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .assign_ipv6_address_on_creation: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:02 [TRACE] vertex "aws_subnet.vpc-private[\"2\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:02 [TRACE] vertex "local.flattened_nat_gws_only_if_igw": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": visit complete | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:02 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_subnet.vpc-private["0"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .map_public_ip_on_launch: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .assign_ipv6_address_on_creation: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2021/04/27 16:41:02 [TRACE] vertex "aws_subnet.vpc-private[\"3\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:02 [TRACE] vertex "aws_subnet.vpc-private[\"0\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "root" | |
2021/04/27 16:41:02 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) | |
2021/04/27 16:41:02 [TRACE] vertex "root": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_subnet.vpc-private": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "aws_subnet.vpc-private": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_subnet.vpc-private (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "aws_subnet.vpc-private (expand)": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.created_private_subnets (expand)" | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_private_subnets (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_private_subnets (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] Expanding local: adding local.created_private_subnets as *terraform.NodeLocal | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_private_subnets (expand)": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_nat_gateway.natgw-vpc (expand)" | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.created_private_subnets" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_private_subnets": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc (expand)": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_nat_gateway.natgw-vpc" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc": starting visit (*terraform.NodePlannableResource) | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021/04/27 16:41:02 [TRACE] ResourceCountTransformer: adding aws_nat_gateway.natgw-vpc["0"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:02 [TRACE] ResourceCountTransformer: adding aws_nat_gateway.natgw-vpc["1"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodePlannableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodePlannableResourceInstance | |
------ | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/04/27 16:41:02 [DEBUG] Resource instance state not found for node "aws_nat_gateway.natgw-vpc[\"0\"]", instance aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:02 [DEBUG] Resource instance state not found for node "aws_nat_gateway.natgw-vpc[\"1\"]", instance aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.flattened_nat_gws_only_if_igw" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_eip.natgw-eip-vpc" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_subnet.vpc-private" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_nat_gateway.natgw-vpc[\"0\"]" references: [] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.flattened_nat_gws_only_if_igw" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_subnet.vpc-private" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_eip.natgw-eip-vpc" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_nat_gateway.natgw-vpc[\"1\"]" references: [] | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodePlannableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodePlannableResourceInstance | |
root - terraform.graphNodeRoot | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodePlannableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodePlannableResourceInstance | |
------ | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_private_subnets": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_private_subnets (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_private_subnets (expand)": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc[\"1\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_nat_gateway.natgw-vpc[\"0\"]" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc[\"0\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_nat_gateway.natgw-vpc["1"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_nat_gateway.natgw-vpc["0"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_nat_gateway.natgw-vpc[\"0\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc[\"1\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc[\"0\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "root" | |
2021/04/27 16:41:02 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) | |
2021/04/27 16:41:02 [TRACE] vertex "root": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "aws_nat_gateway.natgw-vpc (expand)": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.created_nat_gws (expand)" | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_nat_gws (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_nat_gws (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] Expanding local: adding local.created_nat_gws as *terraform.NodeLocal | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_nat_gws (expand)": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.created_nat_gws" | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_nat_gws": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_nat_gws": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_nat_gws (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "local.created_nat_gws (expand)": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.nat_gws (expand)" | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] Expanding local: adding local.nat_gws as *terraform.NodeLocal | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws (expand)": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.nat_gws" | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "local.nat_gws (expand)": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "output.test3" | |
2021/04/27 16:41:02 [TRACE] vertex "output.test3": starting visit (*terraform.NodeApplyableOutput) | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_route_table.the_private_route_table (expand)" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "output.test" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table (expand)": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] vertex "output.test": starting visit (*terraform.NodeApplyableOutput) | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_route_table.the_private_route_table" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table": starting visit (*terraform.NodePlannableResource) | |
2021/04/27 16:41:02 [TRACE] ExecuteWriteOutput: Saving Create change for output.test in changeset | |
2021/04/27 16:41:02 [TRACE] EvalWriteOutput: Saving value for output.test in state | |
2021/04/27 16:41:02 [TRACE] vertex "output.test": visit complete | |
2021/04/27 16:41:02 [TRACE] ExecuteWriteOutput: Saving Create change for output.test3 in changeset | |
2021/04/27 16:41:02 [TRACE] EvalWriteOutput: Removing output.test3 from state (it is now null) | |
2021/04/27 16:41:02 [TRACE] vertex "output.test3": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021/04/27 16:41:02 [TRACE] ResourceCountTransformer: adding aws_route_table.the_private_route_table["vpc0-private-1A"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:02 [TRACE] ResourceCountTransformer: adding aws_route_table.the_private_route_table["vpc0-private-1B"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:02 [TRACE] ResourceCountTransformer: adding aws_route_table.the_private_route_table["vpc1-private-1A"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:02 [TRACE] ResourceCountTransformer: adding aws_route_table.the_private_route_table["vpc1-private-1B"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodePlannableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodePlannableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodePlannableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodePlannableResourceInstance | |
------ | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/04/27 16:41:02 [DEBUG] Resource instance state not found for node "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]", instance aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] Resource instance state not found for node "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]", instance aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] Resource instance state not found for node "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]", instance aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] Resource instance state not found for node "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]", instance aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.created_private_subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.nat_gws" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.nat_gws" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.nat_gws" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" references: [] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.created_private_subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.nat_gws" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.nat_gws" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.nat_gws" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" references: [] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.created_private_subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.nat_gws" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.nat_gws" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.nat_gws" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" references: [] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.created_private_subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.nat_gws" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.nat_gws" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.nat_gws" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.subnet_info" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" references: [] | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodePlannableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodePlannableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodePlannableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodePlannableResourceInstance | |
root - terraform.graphNodeRoot | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodePlannableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodePlannableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodePlannableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodePlannableResourceInstance | |
------ | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_route_table.the_private_route_table["vpc1-private-1B"]: no state, so not refreshing | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_route_table.the_private_route_table["vpc0-private-1A"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_route_table.the_private_route_table["vpc0-private-1B"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_route_table.the_private_route_table["vpc1-private-1A"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_route_table.the_private_route_table["vpc0-private-1A"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .route: planned value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"carrier_gateway_id":cty.StringVal(""), "cidr_block":cty.UnknownVal(cty.String), "destination_prefix_list_id":cty.StringVal(""), "egress_only_gateway_id":cty.StringVal(""), "gateway_id":cty.StringVal(""), "instance_id":cty.StringVal(""), "ipv6_cidr_block":cty.StringVal(""), "local_gateway_id":cty.StringVal(""), "nat_gateway_id":cty.UnknownVal(cty.String), "network_interface_id":cty.StringVal(""), "transit_gateway_id":cty.StringVal(""), "vpc_endpoint_id":cty.StringVal(""), "vpc_peering_connection_id":cty.StringVal("")})}) does not match config value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"carrier_gateway_id":cty.NullVal(cty.String), "cidr_block":cty.UnknownVal(cty.String), "destination_prefix_list_id":cty.NullVal(cty.String), "egress_only_gateway_id":cty.NullVal(cty.String), "gateway_id":cty.NullVal(cty.String), "instance_id":cty.NullVal(cty.String), "ipv6_cidr_block":cty.NullVal(cty.String), "local_gateway_id":cty.NullVal(cty.String), "nat_gateway_id":cty.UnknownVal(cty.String), "network_interface_id":cty.NullVal(cty.String), "transit_gateway_id":cty.NullVal(cty.String), "vpc_endpoint_id":cty.NullVal(cty.String), "vpc_peering_connection_id":cty.NullVal(cty.String)})}) | |
2021/04/27 16:41:02 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_route_table.the_private_route_table["vpc1-private-1B"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .route: planned value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"carrier_gateway_id":cty.StringVal(""), "cidr_block":cty.UnknownVal(cty.String), "destination_prefix_list_id":cty.StringVal(""), "egress_only_gateway_id":cty.StringVal(""), "gateway_id":cty.StringVal(""), "instance_id":cty.StringVal(""), "ipv6_cidr_block":cty.StringVal(""), "local_gateway_id":cty.StringVal(""), "nat_gateway_id":cty.UnknownVal(cty.String), "network_interface_id":cty.StringVal(""), "transit_gateway_id":cty.StringVal(""), "vpc_endpoint_id":cty.StringVal(""), "vpc_peering_connection_id":cty.StringVal("")})}) does not match config value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"carrier_gateway_id":cty.NullVal(cty.String), "cidr_block":cty.UnknownVal(cty.String), "destination_prefix_list_id":cty.NullVal(cty.String), "egress_only_gateway_id":cty.NullVal(cty.String), "gateway_id":cty.NullVal(cty.String), "instance_id":cty.NullVal(cty.String), "ipv6_cidr_block":cty.NullVal(cty.String), "local_gateway_id":cty.NullVal(cty.String), "nat_gateway_id":cty.UnknownVal(cty.String), "network_interface_id":cty.NullVal(cty.String), "transit_gateway_id":cty.NullVal(cty.String), "vpc_endpoint_id":cty.NullVal(cty.String), "vpc_peering_connection_id":cty.NullVal(cty.String)})}) | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:41:02 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_route_table.the_private_route_table["vpc1-private-1A"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .route: planned value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"carrier_gateway_id":cty.StringVal(""), "cidr_block":cty.UnknownVal(cty.String), "destination_prefix_list_id":cty.StringVal(""), "egress_only_gateway_id":cty.StringVal(""), "gateway_id":cty.StringVal(""), "instance_id":cty.StringVal(""), "ipv6_cidr_block":cty.StringVal(""), "local_gateway_id":cty.StringVal(""), "nat_gateway_id":cty.UnknownVal(cty.String), "network_interface_id":cty.StringVal(""), "transit_gateway_id":cty.StringVal(""), "vpc_endpoint_id":cty.StringVal(""), "vpc_peering_connection_id":cty.StringVal("")})}) does not match config value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"carrier_gateway_id":cty.NullVal(cty.String), "cidr_block":cty.UnknownVal(cty.String), "destination_prefix_list_id":cty.NullVal(cty.String), "egress_only_gateway_id":cty.NullVal(cty.String), "gateway_id":cty.NullVal(cty.String), "instance_id":cty.NullVal(cty.String), "ipv6_cidr_block":cty.NullVal(cty.String), "local_gateway_id":cty.NullVal(cty.String), "nat_gateway_id":cty.UnknownVal(cty.String), "network_interface_id":cty.NullVal(cty.String), "transit_gateway_id":cty.NullVal(cty.String), "vpc_endpoint_id":cty.NullVal(cty.String), "vpc_peering_connection_id":cty.NullVal(cty.String)})}) | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:41:02 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_route_table.the_private_route_table["vpc0-private-1B"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .route: planned value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"carrier_gateway_id":cty.StringVal(""), "cidr_block":cty.UnknownVal(cty.String), "destination_prefix_list_id":cty.StringVal(""), "egress_only_gateway_id":cty.StringVal(""), "gateway_id":cty.StringVal(""), "instance_id":cty.StringVal(""), "ipv6_cidr_block":cty.StringVal(""), "local_gateway_id":cty.StringVal(""), "nat_gateway_id":cty.UnknownVal(cty.String), "network_interface_id":cty.StringVal(""), "transit_gateway_id":cty.StringVal(""), "vpc_endpoint_id":cty.StringVal(""), "vpc_peering_connection_id":cty.StringVal("")})}) does not match config value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"carrier_gateway_id":cty.NullVal(cty.String), "cidr_block":cty.UnknownVal(cty.String), "destination_prefix_list_id":cty.NullVal(cty.String), "egress_only_gateway_id":cty.NullVal(cty.String), "gateway_id":cty.NullVal(cty.String), "instance_id":cty.NullVal(cty.String), "ipv6_cidr_block":cty.NullVal(cty.String), "local_gateway_id":cty.NullVal(cty.String), "nat_gateway_id":cty.UnknownVal(cty.String), "network_interface_id":cty.NullVal(cty.String), "transit_gateway_id":cty.NullVal(cty.String), "vpc_endpoint_id":cty.NullVal(cty.String), "vpc_peering_connection_id":cty.NullVal(cty.String)})}) | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "root" | |
2021/04/27 16:41:02 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) | |
2021/04/27 16:41:02 [TRACE] vertex "root": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table.the_private_route_table (expand)": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "output.test2" | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:02 [TRACE] vertex "output.test2": starting visit (*terraform.NodeApplyableOutput) | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private (expand)": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_route_table_association.src-ra-vpc-private" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private": starting visit (*terraform.NodePlannableResource) | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021/04/27 16:41:02 [TRACE] ResourceCountTransformer: adding aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:02 [TRACE] ResourceCountTransformer: adding aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:02 [TRACE] ResourceCountTransformer: adding aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:02 [TRACE] ResourceCountTransformer: adding aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] as *terraform.NodePlannableResourceInstance | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodePlannableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodePlannableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodePlannableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodePlannableResourceInstance | |
------ | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/04/27 16:41:02 [DEBUG] Resource instance state not found for node "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]", instance aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] Resource instance state not found for node "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]", instance aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] Resource instance state not found for node "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]", instance aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] Resource instance state not found for node "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]", instance aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_route_table.the_private_route_table" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.created_private_subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" references: [] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_route_table.the_private_route_table" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.created_private_subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" references: [] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_route_table.the_private_route_table" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.created_private_subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" references: [] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_route_table.the_private_route_table" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "local.created_private_subnets" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" references: [] | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodePlannableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodePlannableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodePlannableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodePlannableResourceInstance | |
root - terraform.graphNodeRoot | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodePlannableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodePlannableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodePlannableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodePlannableResourceInstance | |
------ | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]": starting visit (*terraform.NodePlannableResourceInstance) | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: reading state for aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] ReadResourceInstanceState: no state present for aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] refresh: aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"]: no state, so not refreshing | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: using RefreshState for aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: removing state object for aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] ExecuteWriteOutput: Saving Create change for output.test2 in changeset | |
2021/04/27 16:41:02 [TRACE] EvalWriteOutput: Saving value for output.test2 in state | |
2021/04/27 16:41:02 [TRACE] vertex "output.test2": visit complete | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] Re-validating config for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteState: writing current state object for aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] EvalWriteDiff: recorded Create change for aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "root" | |
2021/04/27 16:41:02 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) | |
2021/04/27 16:41:02 [TRACE] vertex "root": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "aws_route_table_association.src-ra-vpc-private (expand)": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:41:02 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": starting visit (*terraform.graphNodeCloseProvider) | |
2021/04/27 16:41:02 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: Close | |
2021/04/27 16:41:02 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete | |
2021-04-27T16:41:02.015-0700 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2021-04-27T16:41:02.019-0700 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 pid=73278 | |
2021-04-27T16:41:02.019-0700 [DEBUG] plugin: plugin exited | |
2021/04/27 16:41:02 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "root" | |
2021/04/27 16:41:02 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule) | |
2021/04/27 16:41:02 [TRACE] vertex "root": visit complete | |
2021/04/27 16:41:02 [INFO] backend/local: apply calling Apply | |
2021/04/27 16:41:02 [INFO] terraform: building graph: GraphTypeApply | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2021/04/27 16:41:02 [TRACE] ConfigTransformer: Starting for path: | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
------ | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
------ | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2021/04/27 16:41:02 [TRACE] OutputTransformer: adding test as *terraform.NodeApplyableOutput | |
2021/04/27 16:41:02 [TRACE] OutputTransformer: adding test2 as *terraform.NodeApplyableOutput | |
2021/04/27 16:41:02 [TRACE] OutputTransformer: adding test3 as *terraform.NodeApplyableOutput | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
------ | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.DiffTransformer | |
2021/04/27 16:41:02 [TRACE] DiffTransformer starting | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_eip.natgw-eip-vpc["1"] will be represented by aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_eip.natgw-eip-vpc["0"] will be represented by aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_vpc.the_vpcs["vpc0"] will be represented by aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_vpc.the_vpcs["vpc1"] will be represented by aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_internet_gateway.gw-vpc["vpc0"] will be represented by aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_subnet.vpc-private["1"] will be represented by aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_subnet.vpc-private["2"] will be represented by aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_subnet.vpc-private["3"] will be represented by aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_subnet.vpc-private["0"] will be represented by aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_nat_gateway.natgw-vpc["1"] will be represented by aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_nat_gateway.natgw-vpc["0"] will be represented by aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_route_table.the_private_route_table["vpc0-private-1A"] will be represented by aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_route_table.the_private_route_table["vpc1-private-1B"] will be represented by aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_route_table.the_private_route_table["vpc1-private-1A"] will be represented by aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_route_table.the_private_route_table["vpc0-private-1B"] will be represented by aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] will be represented by aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] will be represented by aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] will be represented by aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: found Create change for aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer: aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] will be represented by aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] DiffTransformer complete | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
------ | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_nat_gateway.natgw-vpc[\"1\"]", instance aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]", instance aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]", instance aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_vpc.the_vpcs[\"vpc1\"]", instance aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]", instance aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_subnet.vpc-private[\"1\"]", instance aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_subnet.vpc-private[\"3\"]", instance aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_nat_gateway.natgw-vpc[\"0\"]", instance aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_eip.natgw-eip-vpc[\"0\"]", instance aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]", instance aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_vpc.the_vpcs[\"vpc0\"]", instance aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_subnet.vpc-private[\"0\"]", instance aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_subnet.vpc-private[\"2\"]", instance aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]", instance aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]", instance aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]", instance aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_eip.natgw-eip-vpc[\"1\"]", instance aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_internet_gateway.gw-vpc[\"vpc0\"]", instance aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:02 [DEBUG] Resource state not found for node "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]", instance aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_vpc.the_vpcs[\"vpc0\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:87,1-26 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_subnet.vpc-private[\"0\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:122,1-32 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:132,1-49 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_vpc.the_vpcs (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:87,1-26 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_vpc.the_vpcs (expand) | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_subnet.vpc-private[\"2\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:122,1-32 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:146,1-56 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table_association.src-ra-vpc-private (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:146,1-56 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table_association.src-ra-vpc-private (expand) | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_internet_gateway.gw-vpc[\"vpc0\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:96,1-37 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:132,1-49 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:146,1-56 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:146,1-56 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_eip.natgw-eip-vpc[\"1\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:105,1-31 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_vpc.the_vpcs[\"vpc1\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:87,1-26 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_nat_gateway.natgw-vpc[\"1\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:113,1-35 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:132,1-49 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:146,1-56 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_subnet.vpc-private (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:122,1-32 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_subnet.vpc-private (expand) | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:132,1-49 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_internet_gateway.gw-vpc (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:96,1-37 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_internet_gateway.gw-vpc (expand) | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_eip.natgw-eip-vpc (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:105,1-31 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_eip.natgw-eip-vpc (expand) | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_eip.natgw-eip-vpc[\"0\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:105,1-31 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_subnet.vpc-private[\"1\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:122,1-32 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_subnet.vpc-private[\"3\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:122,1-32 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_nat_gateway.natgw-vpc[\"0\"]" (*terraform.NodeApplyableResourceInstance) config from main.tf:113,1-35 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_route_table.the_private_route_table (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:132,1-49 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_route_table.the_private_route_table (expand) | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching to "aws_nat_gateway.natgw-vpc (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:113,1-35 | |
2021/04/27 16:41:02 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_nat_gateway.natgw-vpc (expand) | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ProvisionerTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2021/04/27 16:41:02 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2021/04/27 16:41:02 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from main.tf:1,1-15 | |
2021/04/27 16:41:02 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:02 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2021/04/27 16:41:02 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_internet_gateway.gw-vpc (expand) | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_internet_gateway.gw-vpc (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_eip.natgw-eip-vpc (expand) | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_eip.natgw-eip-vpc (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_nat_gateway.natgw-vpc (expand) | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_nat_gateway.natgw-vpc (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_vpc.the_vpcs[\"vpc0\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_subnet.vpc-private[\"2\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_nat_gateway.natgw-vpc[\"1\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_vpc.the_vpcs[\"vpc1\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_subnet.vpc-private[\"3\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_vpc.the_vpcs (expand) | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_vpc.the_vpcs (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table_association.src-ra-vpc-private (expand) | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_route_table_association.src-ra-vpc-private (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table.the_private_route_table (expand) | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_route_table.the_private_route_table (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_eip.natgw-eip-vpc[\"1\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_internet_gateway.gw-vpc[\"vpc0\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_subnet.vpc-private (expand) | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_subnet.vpc-private (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_subnet.vpc-private[\"1\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_nat_gateway.natgw-vpc[\"0\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_eip.natgw-eip-vpc[\"0\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:02 [DEBUG] ProviderTransformer: "aws_subnet.vpc-private[\"0\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:02 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2021/04/27 16:41:02 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2021/04/27 16:41:02 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_vpc.the_vpcs (expand) | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table_association.src-ra-vpc-private (expand) | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_subnet.vpc-private (expand) | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_internet_gateway.gw-vpc (expand) | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_eip.natgw-eip-vpc (expand) | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_route_table.the_private_route_table (expand) | |
2021/04/27 16:41:02 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_nat_gateway.natgw-vpc (expand) | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_vpc.the_vpcs (expand)" references: [local.vpcs (expand)] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "local.flattened_nat_gws_only_if_igw (expand)" references: [local.nat_gws_only_if_igw (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_vpc.the_vpcs[\"vpc0\"]" references: [local.vpcs (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_vpc.the_vpcs#destroy" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_subnet.vpc-private[\"0\"]" references: [local.subnets (expand) local.subnets (expand) local.subnets (expand) aws_vpc.the_vpcs (expand) aws_vpc.the_vpcs["vpc0"] aws_vpc.the_vpcs["vpc1"]] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" references: [local.created_private_subnets (expand) local.nat_gws (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand)] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table_association.src-ra-vpc-private (expand)" references: [aws_route_table.the_private_route_table["vpc0-private-1B"] aws_route_table.the_private_route_table["vpc1-private-1A"] aws_route_table.the_private_route_table["vpc1-private-1B"] aws_route_table.the_private_route_table["vpc0-private-1A"] aws_route_table.the_private_route_table (expand)] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "local.created_private_subnets (expand)" references: [aws_subnet.vpc-private["0"] aws_subnet.vpc-private["2"] aws_subnet.vpc-private (expand) aws_subnet.vpc-private["3"] aws_subnet.vpc-private["1"]] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_vpc.the_vpcs#destroy" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_subnet.vpc-private[\"2\"]" references: [local.subnets (expand) aws_vpc.the_vpcs (expand) aws_vpc.the_vpcs["vpc0"] aws_vpc.the_vpcs["vpc1"] local.subnets (expand) local.subnets (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_route_table.the_private_route_table#destroy" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" references: [aws_route_table.the_private_route_table["vpc0-private-1B"] aws_route_table.the_private_route_table["vpc1-private-1A"] aws_route_table.the_private_route_table["vpc1-private-1B"] aws_route_table.the_private_route_table["vpc0-private-1A"] aws_route_table.the_private_route_table (expand) local.created_private_subnets (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_route_table.the_private_route_table#destroy" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" references: [aws_route_table.the_private_route_table["vpc0-private-1B"] aws_route_table.the_private_route_table["vpc1-private-1A"] aws_route_table.the_private_route_table["vpc1-private-1B"] aws_route_table.the_private_route_table["vpc0-private-1A"] aws_route_table.the_private_route_table (expand) local.created_private_subnets (expand)] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "local.subnet_info (expand)" references: [local.subnets (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_eip.natgw-eip-vpc[\"1\"]" references: [local.subnets (expand) local.vpcs (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_vpc.the_vpcs#destroy" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_vpc.the_vpcs#destroy" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw-vpc[\"vpc0\"]" references: [aws_vpc.the_vpcs (expand) aws_vpc.the_vpcs["vpc0"] aws_vpc.the_vpcs["vpc1"] local.vpcs (expand) aws_vpc.the_vpcs (expand) aws_vpc.the_vpcs["vpc0"] aws_vpc.the_vpcs["vpc1"]] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" references: [local.created_private_subnets (expand) local.nat_gws (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_route_table.the_private_route_table#destroy" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" references: [aws_route_table.the_private_route_table["vpc0-private-1B"] aws_route_table.the_private_route_table["vpc1-private-1A"] aws_route_table.the_private_route_table["vpc1-private-1B"] aws_route_table.the_private_route_table["vpc0-private-1A"] aws_route_table.the_private_route_table (expand) local.created_private_subnets (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" references: [local.created_private_subnets (expand) local.nat_gws (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_route_table.the_private_route_table#destroy" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" references: [aws_route_table.the_private_route_table["vpc0-private-1B"] aws_route_table.the_private_route_table["vpc1-private-1A"] aws_route_table.the_private_route_table["vpc1-private-1B"] aws_route_table.the_private_route_table["vpc0-private-1A"] aws_route_table.the_private_route_table (expand) local.created_private_subnets (expand)] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_subnet.vpc-private (expand)" references: [local.subnets (expand)] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "local.created_nat_gws (expand)" references: [aws_nat_gateway.natgw-vpc["1"] aws_nat_gateway.natgw-vpc["0"] aws_nat_gateway.natgw-vpc (expand)] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "local.subnets (expand)" references: [] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_vpc.the_vpcs[\"vpc1\"]" references: [local.vpcs (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_eip.natgw-eip-vpc#destroy" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_subnet.vpc-private#destroy" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_nat_gateway.natgw-vpc[\"1\"]" references: [local.flattened_nat_gws_only_if_igw (expand) aws_eip.natgw-eip-vpc["1"] aws_eip.natgw-eip-vpc (expand) aws_eip.natgw-eip-vpc["0"] aws_subnet.vpc-private["0"] aws_subnet.vpc-private["2"] aws_subnet.vpc-private (expand) aws_subnet.vpc-private["3"] aws_subnet.vpc-private["1"]] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw-vpc (expand)" references: [aws_vpc.the_vpcs (expand) aws_vpc.the_vpcs["vpc0"] aws_vpc.the_vpcs["vpc1"] local.vpcs (expand)] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_eip.natgw-eip-vpc (expand)" references: [local.subnets (expand) local.vpcs (expand)] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "local.vpcs (expand)" references: [] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "output.test" references: [local.nat_gws (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" references: [local.created_private_subnets (expand) local.nat_gws (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_vpc.the_vpcs#destroy" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_subnet.vpc-private[\"3\"]" references: [local.subnets (expand) aws_vpc.the_vpcs (expand) aws_vpc.the_vpcs["vpc0"] aws_vpc.the_vpcs["vpc1"] local.subnets (expand) local.subnets (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_subnet.vpc-private#destroy" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_eip.natgw-eip-vpc#destroy" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_nat_gateway.natgw-vpc[\"0\"]" references: [local.flattened_nat_gws_only_if_igw (expand) aws_subnet.vpc-private["0"] aws_subnet.vpc-private["2"] aws_subnet.vpc-private (expand) aws_subnet.vpc-private["3"] aws_subnet.vpc-private["1"] aws_eip.natgw-eip-vpc["1"] aws_eip.natgw-eip-vpc (expand) aws_eip.natgw-eip-vpc["0"]] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "local.nat_gws (expand)" references: [local.created_nat_gws (expand)] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "local.nat_gws_only_if_igw (expand)" references: [local.subnets (expand) aws_internet_gateway.gw-vpc["vpc0"] aws_internet_gateway.gw-vpc (expand)] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "output.test2" references: [local.created_private_subnets (expand) aws_route_table.the_private_route_table["vpc0-private-1B"] aws_route_table.the_private_route_table["vpc1-private-1A"] aws_route_table.the_private_route_table["vpc1-private-1B"] aws_route_table.the_private_route_table["vpc0-private-1A"] aws_route_table.the_private_route_table (expand) local.subnet_info (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_eip.natgw-eip-vpc[\"0\"]" references: [local.subnets (expand) local.vpcs (expand)] | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.key" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "each.value" | |
2021/04/27 16:41:02 [INFO] ReferenceTransformer: reference not found: "aws_vpc.the_vpcs#destroy" | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_subnet.vpc-private[\"1\"]" references: [local.subnets (expand) local.subnets (expand) local.subnets (expand) aws_vpc.the_vpcs (expand) aws_vpc.the_vpcs["vpc0"] aws_vpc.the_vpcs["vpc1"]] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_route_table.the_private_route_table (expand)" references: [local.created_private_subnets (expand)] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "aws_nat_gateway.natgw-vpc (expand)" references: [local.flattened_nat_gws_only_if_igw (expand)] | |
2021/04/27 16:41:02 [DEBUG] ReferenceTransformer: "output.test3" references: [local.created_private_subnets (expand) local.nat_gws (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand) local.nat_gws (expand) local.subnet_info (expand) local.subnet_info (expand)] | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_vpc.the_vpcs depends on [] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_subnet.vpc-private depends on [aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_route_table.the_private_route_table depends on [aws_eip.natgw-eip-vpc aws_internet_gateway.gw-vpc aws_nat_gateway.natgw-vpc aws_subnet.vpc-private aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_subnet.vpc-private depends on [aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_route_table_association.src-ra-vpc-private depends on [aws_eip.natgw-eip-vpc aws_internet_gateway.gw-vpc aws_nat_gateway.natgw-vpc aws_route_table.the_private_route_table aws_subnet.vpc-private aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_internet_gateway.gw-vpc depends on [aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_route_table.the_private_route_table depends on [aws_eip.natgw-eip-vpc aws_internet_gateway.gw-vpc aws_nat_gateway.natgw-vpc aws_subnet.vpc-private aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_route_table_association.src-ra-vpc-private depends on [aws_eip.natgw-eip-vpc aws_internet_gateway.gw-vpc aws_nat_gateway.natgw-vpc aws_route_table.the_private_route_table aws_subnet.vpc-private aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_route_table_association.src-ra-vpc-private depends on [aws_eip.natgw-eip-vpc aws_internet_gateway.gw-vpc aws_nat_gateway.natgw-vpc aws_route_table.the_private_route_table aws_subnet.vpc-private aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_eip.natgw-eip-vpc depends on [] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_vpc.the_vpcs depends on [] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_nat_gateway.natgw-vpc depends on [aws_eip.natgw-eip-vpc aws_internet_gateway.gw-vpc aws_subnet.vpc-private aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_route_table.the_private_route_table depends on [aws_eip.natgw-eip-vpc aws_internet_gateway.gw-vpc aws_nat_gateway.natgw-vpc aws_subnet.vpc-private aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_route_table_association.src-ra-vpc-private depends on [aws_eip.natgw-eip-vpc aws_internet_gateway.gw-vpc aws_nat_gateway.natgw-vpc aws_route_table.the_private_route_table aws_subnet.vpc-private aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_route_table.the_private_route_table depends on [aws_eip.natgw-eip-vpc aws_internet_gateway.gw-vpc aws_nat_gateway.natgw-vpc aws_subnet.vpc-private aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_eip.natgw-eip-vpc depends on [] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_subnet.vpc-private depends on [aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_subnet.vpc-private depends on [aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] AttachDependenciesTransformer: aws_nat_gateway.natgw-vpc depends on [aws_eip.natgw-eip-vpc aws_internet_gateway.gw-vpc aws_subnet.vpc-private aws_vpc.the_vpcs] | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_subnet.vpc-private[\"1\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_subnet.vpc-private[\"3\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_nat_gateway.natgw-vpc[\"0\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_eip.natgw-eip-vpc[\"0\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_vpc.the_vpcs[\"vpc0\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_subnet.vpc-private[\"0\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_subnet.vpc-private[\"2\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_eip.natgw-eip-vpc[\"1\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_internet_gateway.gw-vpc[\"vpc0\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_nat_gateway.natgw-vpc[\"1\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] ForcedCBDTransformer: "aws_vpc.the_vpcs[\"vpc1\"]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes) | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
------ | |
2021/04/27 16:41:02 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2021/04/27 16:41:02 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_internet_gateway.gw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_eip.natgw-eip-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table (expand) - *terraform.nodeExpandApplyableResource | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_vpc.the_vpcs["vpc0"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
aws_vpc.the_vpcs["vpc1"] - *terraform.NodeApplyableResourceInstance | |
aws_vpc.the_vpcs (expand) - *terraform.nodeExpandApplyableResource | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
aws_nat_gateway.natgw-vpc["0"] - *terraform.NodeApplyableResourceInstance | |
aws_nat_gateway.natgw-vpc["1"] - *terraform.NodeApplyableResourceInstance | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
aws_subnet.vpc-private["0"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["1"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["2"] - *terraform.NodeApplyableResourceInstance | |
aws_subnet.vpc-private["3"] - *terraform.NodeApplyableResourceInstance | |
local.flattened_nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.created_nat_gws (expand) - *terraform.nodeExpandLocal | |
local.nat_gws_only_if_igw (expand) - *terraform.nodeExpandLocal | |
aws_internet_gateway.gw-vpc["vpc0"] - *terraform.NodeApplyableResourceInstance | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.subnets (expand) - *terraform.nodeExpandLocal | |
local.vpcs (expand) - *terraform.nodeExpandLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
output.test - *terraform.NodeApplyableOutput | |
output.test2 - *terraform.NodeApplyableOutput | |
output.test3 - *terraform.NodeApplyableOutput | |
output.test - *terraform.NodeApplyableOutput | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
output.test2 - *terraform.NodeApplyableOutput | |
aws_route_table.the_private_route_table["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table.the_private_route_table["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
output.test3 - *terraform.NodeApplyableOutput | |
local.created_private_subnets (expand) - *terraform.nodeExpandLocal | |
local.nat_gws (expand) - *terraform.nodeExpandLocal | |
local.subnet_info (expand) - *terraform.nodeExpandLocal | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc0-private-1B"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1A"] - *terraform.NodeApplyableResourceInstance | |
aws_route_table_association.src-ra-vpc-private["vpc1-private-1B"] - *terraform.NodeApplyableResourceInstance | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
------ | |
2021/04/27 16:41:02 [DEBUG] Starting graph walk: walkApply | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/aws\"]" | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.vpcs (expand)" | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.subnets (expand)" | |
2021/04/27 16:41:02 [TRACE] vertex "local.vpcs (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:02 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider) | |
2021/04/27 16:41:02 [TRACE] vertex "local.vpcs (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnets (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:02 [TRACE] Expanding local: adding local.vpcs as *terraform.NodeLocal | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnets (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] vertex "local.vpcs (expand)": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] Expanding local: adding local.subnets as *terraform.NodeLocal | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnets (expand)": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.vpcs" | |
2021/04/27 16:41:02 [TRACE] vertex "local.vpcs": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.subnets" | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnets": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:02 [TRACE] vertex "local.vpcs": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "local.vpcs (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "local.vpcs (expand)": visit complete | |
2021-04-27T16:41:02.030-0700 [INFO] plugin: configuring client automatic mTLS | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnets": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnets (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnets (expand)": visit complete | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.subnet_info (expand)" | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnet_info (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnet_info (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] Expanding local: adding local.subnet_info as *terraform.NodeLocal | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnet_info (expand)": entering dynamic subgraph | |
2021/04/27 16:41:02 [TRACE] dag/walk: visiting "local.subnet_info" | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnet_info": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnet_info": visit complete | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnet_info (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:02 [TRACE] vertex "local.subnet_info (expand)": visit complete | |
2021-04-27T16:41:02.056-0700 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5] | |
2021-04-27T16:41:02.066-0700 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 pid=73284 | |
2021-04-27T16:41:02.066-0700 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 | |
2021-04-27T16:41:02.111-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: configuring server automatic mTLS: timestamp=2021-04-27T16:41:02.111-0700 | |
2021-04-27T16:41:02.148-0700 [DEBUG] plugin: using plugin: version=5 | |
2021-04-27T16:41:02.149-0700 [DEBUG] plugin.terraform-provider-aws_v3.37.0_x5: plugin address: address=/var/folders/7c/v3sltxnx47q5vf84qb7fsk1w0000gp/T/plugin838390179 network=unix timestamp=2021-04-27T16:41:02.148-0700 | |
2021/04/27 16:41:02 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"] | |
2021-04-27T16:41:02.191-0700 [TRACE] plugin.stdio: waiting for stdio data | |
2021/04/27 16:41:02 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: GetSchema | |
2021/04/27 16:41:02 [TRACE] GRPCProvider: Configure | |
2021-04-27T16:41:02.257-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:02 [INFO] AWS Auth provider used: "SharedCredentialsProvider": timestamp=2021-04-27T16:41:02.257-0700 | |
2021-04-27T16:41:02.257-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:02 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-04-27T16:41:02.257-0700 | |
2021-04-27T16:41:02.258-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:02 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: sts.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 43 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=74240a0d2518a6f9b77a1eedc09417416699dec071bf7a6efcdb25776b7d0e98 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234102Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:02.257-0700 | |
2021-04-27T16:41:02.714-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:02 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 485 | |
Content-Type: text/xml | |
Date: Tue, 27 Apr 2021 23:41:02 GMT | |
X-Amzn-Requestid: 6677c449-5c7f-487b-9798-134dcec7f111 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:02.714-0700 | |
2021-04-27T16:41:02.714-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:02 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws:sts::99999999999:assumed-role/somegroup/the.username@company.com</Arn> | |
<UserId>XXXXXXXXXXXXXXXXXXXX:the.username@company.com</UserId> | |
<Account>99999999999</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>6677c449-5c7f-487b-9798-134dcec7f111</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse>: timestamp=2021-04-27T16:41:02.714-0700 | |
2021-04-27T16:41:02.714-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:02 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-04-27T16:41:02.714-0700 | |
2021-04-27T16:41:02.714-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:02 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: sts.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 43 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=74240a0d2518a6f9b77a1eedc09417416699dec071bf7a6efcdb25776b7d0e98 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234102Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:02.714-0700 | |
2021-04-27T16:41:03.025-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 485 | |
Content-Type: text/xml | |
Date: Tue, 27 Apr 2021 23:41:02 GMT | |
X-Amzn-Requestid: 5eeb173b-24a9-42bf-b57d-daa65a031023 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.025-0700 | |
2021-04-27T16:41:03.025-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws:sts::99999999999:assumed-role/somegroup/the.username@company.com</Arn> | |
<UserId>XXXXXXXXXXXXXXXXXXXX:the.username@company.com</UserId> | |
<Account>99999999999</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>5eeb173b-24a9-42bf-b57d-daa65a031023</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse>: timestamp=2021-04-27T16:41:03.025-0700 | |
2021-04-27T16:41:03.029-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 87 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=f26079a9b46ecc4a3c5ee4c238397fb1003304e74cdb1dd4fd731c4c36470c49 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.029-0700 | |
2021-04-27T16:41:03.153-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 540 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:02 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: d0f02aac-eda0-4fee-af73-8bf309d18276 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.153-0700 | |
2021-04-27T16:41:03.153-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>d0f02aac-eda0-4fee-af73-8bf309d18276</requestId> | |
<accountAttributeSet> | |
<item> | |
<attributeName>supported-platforms</attributeName> | |
<attributeValueSet> | |
<item> | |
<attributeValue>VPC</attributeValue> | |
</item> | |
</attributeValueSet> | |
</item> | |
</accountAttributeSet> | |
</DescribeAccountAttributesResponse>: timestamp=2021-04-27T16:41:03.153-0700 | |
2021/04/27 16:41:03 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete | |
2021/04/27 16:41:03 [TRACE] dag/walk: visiting "aws_subnet.vpc-private (expand)" | |
2021/04/27 16:41:03 [TRACE] vertex "aws_subnet.vpc-private (expand)": starting visit (*terraform.nodeExpandApplyableResource) | |
2021/04/27 16:41:03 [TRACE] vertex "aws_subnet.vpc-private (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:03 [TRACE] dag/walk: visiting "aws_eip.natgw-eip-vpc (expand)" | |
2021/04/27 16:41:03 [TRACE] vertex "aws_subnet.vpc-private (expand)": entering dynamic subgraph | |
2021/04/27 16:41:03 [TRACE] vertex "aws_eip.natgw-eip-vpc (expand)": starting visit (*terraform.nodeExpandApplyableResource) | |
2021/04/27 16:41:03 [TRACE] dag/walk: visiting "aws_vpc.the_vpcs (expand)" | |
2021/04/27 16:41:03 [TRACE] vertex "aws_eip.natgw-eip-vpc (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:03 [TRACE] vertex "aws_vpc.the_vpcs (expand)": starting visit (*terraform.nodeExpandApplyableResource) | |
2021/04/27 16:41:03 [TRACE] vertex "aws_eip.natgw-eip-vpc (expand)": entering dynamic subgraph | |
2021/04/27 16:41:03 [TRACE] vertex "aws_vpc.the_vpcs (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:03 [TRACE] dag/walk: visiting "aws_subnet.vpc-private" | |
2021/04/27 16:41:03 [TRACE] vertex "aws_vpc.the_vpcs (expand)": entering dynamic subgraph | |
2021/04/27 16:41:03 [TRACE] vertex "aws_subnet.vpc-private": starting visit (*terraform.NodeApplyableResource) | |
2021/04/27 16:41:03 [TRACE] dag/walk: visiting "aws_eip.natgw-eip-vpc" | |
2021/04/27 16:41:03 [TRACE] dag/walk: visiting "aws_vpc.the_vpcs" | |
2021/04/27 16:41:03 [TRACE] vertex "aws_eip.natgw-eip-vpc": starting visit (*terraform.NodeApplyableResource) | |
2021/04/27 16:41:03 [TRACE] vertex "aws_vpc.the_vpcs": starting visit (*terraform.NodeApplyableResource) | |
2021/04/27 16:41:03 [TRACE] vertex "aws_vpc.the_vpcs": visit complete | |
2021/04/27 16:41:03 [TRACE] vertex "aws_subnet.vpc-private": visit complete | |
2021/04/27 16:41:03 [TRACE] vertex "aws_vpc.the_vpcs (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:03 [TRACE] vertex "aws_subnet.vpc-private (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:03 [TRACE] vertex "aws_vpc.the_vpcs (expand)": visit complete | |
2021/04/27 16:41:03 [TRACE] vertex "aws_subnet.vpc-private (expand)": visit complete | |
2021/04/27 16:41:03 [TRACE] dag/walk: visiting "aws_vpc.the_vpcs[\"vpc0\"]" | |
2021/04/27 16:41:03 [TRACE] vertex "aws_vpc.the_vpcs[\"vpc0\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:41:03 [TRACE] dag/walk: visiting "aws_vpc.the_vpcs[\"vpc1\"]" | |
2021/04/27 16:41:03 [TRACE] vertex "aws_vpc.the_vpcs[\"vpc1\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:41:03 [TRACE] vertex "aws_eip.natgw-eip-vpc": visit complete | |
2021/04/27 16:41:03 [TRACE] vertex "aws_eip.natgw-eip-vpc (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:03 [TRACE] vertex "aws_eip.natgw-eip-vpc (expand)": visit complete | |
2021/04/27 16:41:03 [TRACE] dag/walk: visiting "aws_eip.natgw-eip-vpc[\"1\"]" | |
2021/04/27 16:41:03 [TRACE] vertex "aws_eip.natgw-eip-vpc[\"1\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:41:03 [TRACE] dag/walk: visiting "aws_eip.natgw-eip-vpc[\"0\"]" | |
2021/04/27 16:41:03 [TRACE] vertex "aws_eip.natgw-eip-vpc[\"0\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:41:03 [TRACE] EvalReadDiff: Read Create change from plan for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:03 [TRACE] EvalReadDiff: Read Create change from plan for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:03 [TRACE] EvalReadState: reading state for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:03 [TRACE] EvalReadState: reading state for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:03 [TRACE] EvalReadState: no state present for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:03 [TRACE] EvalReadDiff: Read Create change from plan for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:03 [TRACE] EvalReadState: reading state for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:03 [TRACE] EvalReadState: no state present for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:03 [TRACE] EvalReadState: no state present for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:03 [TRACE] EvalReadDiff: Read Create change from plan for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:03 [TRACE] EvalReadDiff: Read Create change from plan for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:03 [TRACE] EvalReadDiff: Read Create change from plan for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:03 [TRACE] EvalReadState: reading state for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:03 [TRACE] EvalReadDiff: Read Create change from plan for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:03 [TRACE] EvalReadState: no state present for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:03 [TRACE] EvalReadDiff: Read Create change from plan for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:03 [TRACE] Re-validating config for "aws_vpc.the_vpcs[\"vpc0\"]" | |
2021/04/27 16:41:03 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:03 [TRACE] Re-validating config for "aws_eip.natgw-eip-vpc[\"0\"]" | |
2021/04/27 16:41:03 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:03 [TRACE] Re-validating config for "aws_eip.natgw-eip-vpc[\"1\"]" | |
2021/04/27 16:41:03 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:03 [TRACE] Re-validating config for "aws_vpc.the_vpcs[\"vpc1\"]" | |
2021/04/27 16:41:03 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:03 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:03 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:03 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:03 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:03 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:41:03 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:41:03 [TRACE] EvalReadState: reading state for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:03 [TRACE] EvalReadState: reading state for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:03 [TRACE] EvalReadState: no state present for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:03 [TRACE] EvalReadState: no state present for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:03 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_vpc.the_vpcs["vpc1"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .enable_dns_support: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .assign_generated_ipv6_cidr_block: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2021/04/27 16:41:03 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:41:03 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_vpc.the_vpcs["vpc0"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .assign_generated_ipv6_cidr_block: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .enable_dns_support: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
2021/04/27 16:41:03 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:41:03 [DEBUG] EvalApply: ProviderMeta config value set | |
2021/04/27 16:41:03 [DEBUG] aws_eip.natgw-eip-vpc["1"]: applying the planned Create change | |
2021/04/27 16:41:03 [TRACE] EvalReadState: reading state for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:03 [TRACE] EvalReadState: no state present for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:03 [TRACE] EvalReadState: reading state for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:03 [TRACE] GRPCProvider: ApplyResourceChange | |
2021/04/27 16:41:03 [DEBUG] EvalApply: ProviderMeta config value set | |
2021/04/27 16:41:03 [TRACE] EvalReadState: no state present for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:03 [DEBUG] aws_eip.natgw-eip-vpc["0"]: applying the planned Create change | |
2021/04/27 16:41:03 [TRACE] GRPCProvider: ApplyResourceChange | |
2021/04/27 16:41:03 [DEBUG] EvalApply: ProviderMeta config value set | |
2021/04/27 16:41:03 [DEBUG] aws_vpc.the_vpcs["vpc1"]: applying the planned Create change | |
2021/04/27 16:41:03 [DEBUG] EvalApply: ProviderMeta config value set | |
2021/04/27 16:41:03 [DEBUG] aws_vpc.the_vpcs["vpc0"]: applying the planned Create change | |
2021/04/27 16:41:03 [TRACE] GRPCProvider: ApplyResourceChange | |
2021/04/27 16:41:03 [TRACE] GRPCProvider: ApplyResourceChange | |
2021-04-27T16:41:03.158-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] EIP create configuration: { | |
Domain: "vpc", | |
TagSpecifications: [{ | |
ResourceType: "elastic-ip", | |
Tags: [{ | |
Key: "Name", | |
Value: "vpc0-nat-us-west-1b" | |
}] | |
}] | |
}: timestamp=2021-04-27T16:41:03.158-0700 | |
2021-04-27T16:41:03.158-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] EIP create configuration: { | |
Domain: "vpc", | |
TagSpecifications: [{ | |
ResourceType: "elastic-ip", | |
Tags: [{ | |
Key: "Name", | |
Value: "vpc0-nat-us-west-1a" | |
}] | |
}] | |
}: timestamp=2021-04-27T16:41:03.158-0700 | |
2021-04-27T16:41:03.158-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] VPC create config: { | |
AmazonProvidedIpv6CidrBlock: false, | |
CidrBlock: "10.0.0.0/16", | |
InstanceTenancy: "default", | |
TagSpecifications: [{ | |
ResourceType: "vpc", | |
Tags: [{ | |
Key: "Name", | |
Value: "us-west-1-vpc0" | |
}] | |
}] | |
}: timestamp=2021-04-27T16:41:03.158-0700 | |
2021-04-27T16:41:03.158-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] VPC create config: { | |
AmazonProvidedIpv6CidrBlock: false, | |
CidrBlock: "10.1.0.0/16", | |
InstanceTenancy: "default", | |
TagSpecifications: [{ | |
ResourceType: "vpc", | |
Tags: [{ | |
Key: "Name", | |
Value: "us-west-1-vpc1" | |
}] | |
}] | |
}: timestamp=2021-04-27T16:41:03.158-0700 | |
2021-04-27T16:41:03.159-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AllocateAddress Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 180 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=468d66206e824a1cddd6a075e1cc5ccfe45d342d90497e708e6f70790ca4de6b | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=AllocateAddress&Domain=vpc&TagSpecification.1.ResourceType=elastic-ip&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=vpc0-nat-us-west-1a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.158-0700 | |
2021-04-27T16:41:03.159-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateVpc Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 233 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=3716f91fcef642f35e9aa22bb0f8034a73d6937d5c37b6535065f0f6d3df349a | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=CreateVpc&AmazonProvidedIpv6CidrBlock=false&CidrBlock=10.0.0.0%2F16&InstanceTenancy=default&TagSpecification.1.ResourceType=vpc&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=us-west-1-vpc0&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.159-0700 | |
2021-04-27T16:41:03.159-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AllocateAddress Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 180 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=4694c4a551fc56cd2b62ede0bf08931d0c2887563a9026ea48de45cc4c041bc1 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=AllocateAddress&Domain=vpc&TagSpecification.1.ResourceType=elastic-ip&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=vpc0-nat-us-west-1b&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.159-0700 | |
2021-04-27T16:41:03.159-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateVpc Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 233 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=e63bad7c582f40b6559fec6a63a9dce7fea13a2dd66c230c72e60b3f0c758e94 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=CreateVpc&AmazonProvidedIpv6CidrBlock=false&CidrBlock=10.1.0.0%2F16&InstanceTenancy=default&TagSpecification.1.ResourceType=vpc&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=us-west-1-vpc1&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.159-0700 | |
2021-04-27T16:41:03.401-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AllocateAddress Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 419 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:02 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 8c89895b-c12e-4fc8-827a-dd8459d02028 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.401-0700 | |
2021-04-27T16:41:03.401-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<AllocateAddressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>8c89895b-c12e-4fc8-827a-dd8459d02028</requestId> | |
<publicIp>54.241.231.69</publicIp> | |
<domain>vpc</domain> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<publicIpv4Pool>amazon</publicIpv4Pool> | |
<networkBorderGroup>us-west-1</networkBorderGroup> | |
</AllocateAddressResponse>: timestamp=2021-04-27T16:41:03.401-0700 | |
2021-04-27T16:41:03.401-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] EIP Allocate: { | |
AllocationId: "eipalloc-b1323b84", | |
Domain: "vpc", | |
NetworkBorderGroup: "us-west-1", | |
PublicIp: "54.241.231.69", | |
PublicIpv4Pool: "amazon" | |
}: timestamp=2021-04-27T16:41:03.401-0700 | |
2021-04-27T16:41:03.401-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [INFO] EIP ID: eipalloc-b1323b84 (domain: vpc): timestamp=2021-04-27T16:41:03.401-0700 | |
2021-04-27T16:41:03.401-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] EIP describe configuration: { | |
AllocationIds: ["eipalloc-b1323b84"] | |
} (domain: vpc): timestamp=2021-04-27T16:41:03.401-0700 | |
2021-04-27T16:41:03.401-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] Waiting for state to become: [success]: timestamp=2021-04-27T16:41:03.401-0700 | |
2021-04-27T16:41:03.402-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAddresses Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 76 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=27d388b43de22a3ab239a4eee1394090ba830ac4b39497b432279c199e09cbfa | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeAddresses&AllocationId.1=eipalloc-b1323b84&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.402-0700 | |
2021-04-27T16:41:03.407-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AllocateAddress Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 420 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 54ec1eca-fae8-4da9-b617-2feda9ebd70b | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.407-0700 | |
2021-04-27T16:41:03.407-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<AllocateAddressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>54ec1eca-fae8-4da9-b617-2feda9ebd70b</requestId> | |
<publicIp>204.236.185.55</publicIp> | |
<domain>vpc</domain> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<publicIpv4Pool>amazon</publicIpv4Pool> | |
<networkBorderGroup>us-west-1</networkBorderGroup> | |
</AllocateAddressResponse>: timestamp=2021-04-27T16:41:03.407-0700 | |
2021-04-27T16:41:03.407-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] EIP Allocate: { | |
AllocationId: "eipalloc-8ccec7b9", | |
Domain: "vpc", | |
NetworkBorderGroup: "us-west-1", | |
PublicIp: "204.236.185.55", | |
PublicIpv4Pool: "amazon" | |
}: timestamp=2021-04-27T16:41:03.407-0700 | |
2021-04-27T16:41:03.407-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [INFO] EIP ID: eipalloc-8ccec7b9 (domain: vpc): timestamp=2021-04-27T16:41:03.407-0700 | |
2021-04-27T16:41:03.407-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] EIP describe configuration: { | |
AllocationIds: ["eipalloc-8ccec7b9"] | |
} (domain: vpc): timestamp=2021-04-27T16:41:03.407-0700 | |
2021-04-27T16:41:03.407-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] Waiting for state to become: [success]: timestamp=2021-04-27T16:41:03.407-0700 | |
2021-04-27T16:41:03.408-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAddresses Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 76 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=41c1296a170dcb32fa0ab40fe11bb24b64b18892537157f7a00af8f19dd186a4 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeAddresses&AllocationId.1=eipalloc-8ccec7b9&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.408-0700 | |
2021-04-27T16:41:03.422-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateVpc Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1057 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: d18fd46b-5709-4507-a51e-838b0b978af2 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.421-0700 | |
2021-04-27T16:41:03.422-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<CreateVpcResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>d18fd46b-5709-4507-a51e-838b0b978af2</requestId> | |
<vpc> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<ownerId>99999999999</ownerId> | |
<state>pending</state> | |
<cidrBlock>10.0.0.0/16</cidrBlock> | |
<cidrBlockAssociationSet> | |
<item> | |
<cidrBlock>10.0.0.0/16</cidrBlock> | |
<associationId>vpc-cidr-assoc-037d317547e1b4ce1</associationId> | |
<cidrBlockState> | |
<state>associated</state> | |
</cidrBlockState> | |
</item> | |
</cidrBlockAssociationSet> | |
<ipv6CidrBlockAssociationSet/> | |
<dhcpOptionsId>dopt-acbeabcb</dhcpOptionsId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>us-west-1-vpc0</value> | |
</item> | |
</tagSet> | |
<instanceTenancy>default</instanceTenancy> | |
<isDefault>false</isDefault> | |
</vpc> | |
</CreateVpcResponse>: timestamp=2021-04-27T16:41:03.422-0700 | |
2021-04-27T16:41:03.422-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [INFO] VPC ID: vpc-051d6090e222def68: timestamp=2021-04-27T16:41:03.422-0700 | |
2021-04-27T16:41:03.422-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] Waiting for VPC (vpc-051d6090e222def68) to become available: timestamp=2021-04-27T16:41:03.422-0700 | |
2021-04-27T16:41:03.422-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] Waiting for state to become: [available]: timestamp=2021-04-27T16:41:03.422-0700 | |
2021-04-27T16:41:03.422-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 68 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=ad60d0e3d36d1ebba470d8543faef09190edac847f53fb73d213aa261a04d9fb | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-051d6090e222def68 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.422-0700 | |
2021-04-27T16:41:03.529-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateVpc Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1057 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 4d2dabc3-6e3c-460f-87fb-4852f4f17a90 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.528-0700 | |
2021-04-27T16:41:03.529-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<CreateVpcResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>4d2dabc3-6e3c-460f-87fb-4852f4f17a90</requestId> | |
<vpc> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<ownerId>99999999999</ownerId> | |
<state>pending</state> | |
<cidrBlock>10.1.0.0/16</cidrBlock> | |
<cidrBlockAssociationSet> | |
<item> | |
<cidrBlock>10.1.0.0/16</cidrBlock> | |
<associationId>vpc-cidr-assoc-0691111925d565438</associationId> | |
<cidrBlockState> | |
<state>associated</state> | |
</cidrBlockState> | |
</item> | |
</cidrBlockAssociationSet> | |
<ipv6CidrBlockAssociationSet/> | |
<dhcpOptionsId>dopt-acbeabcb</dhcpOptionsId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>us-west-1-vpc1</value> | |
</item> | |
</tagSet> | |
<instanceTenancy>default</instanceTenancy> | |
<isDefault>false</isDefault> | |
</vpc> | |
</CreateVpcResponse>: timestamp=2021-04-27T16:41:03.528-0700 | |
2021-04-27T16:41:03.529-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [INFO] VPC ID: vpc-0bc3d741be5151246: timestamp=2021-04-27T16:41:03.529-0700 | |
2021-04-27T16:41:03.529-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] Waiting for VPC (vpc-0bc3d741be5151246) to become available: timestamp=2021-04-27T16:41:03.529-0700 | |
2021-04-27T16:41:03.529-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] Waiting for state to become: [available]: timestamp=2021-04-27T16:41:03.529-0700 | |
2021-04-27T16:41:03.529-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 68 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=33b3b0a85652da02a34352c752ba895dc123de97467c568b0626eb2511bd4e99 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-0bc3d741be5151246 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.529-0700 | |
2021-04-27T16:41:03.570-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1150 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: e8ec3510-75f2-4d85-bc0e-38c5fcfc5bb5 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.570-0700 | |
2021-04-27T16:41:03.570-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>e8ec3510-75f2-4d85-bc0e-38c5fcfc5bb5</requestId> | |
<vpcSet> | |
<item> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<ownerId>99999999999</ownerId> | |
<state>available</state> | |
<cidrBlock>10.0.0.0/16</cidrBlock> | |
<cidrBlockAssociationSet> | |
<item> | |
<cidrBlock>10.0.0.0/16</cidrBlock> | |
<associationId>vpc-cidr-assoc-037d317547e1b4ce1</associationId> | |
<cidrBlockState> | |
<state>associated</state> | |
</cidrBlockState> | |
</item> | |
</cidrBlockAssociationSet> | |
<dhcpOptionsId>dopt-acbeabcb</dhcpOptionsId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>us-west-1-vpc0</value> | |
</item> | |
</tagSet> | |
<instanceTenancy>default</instanceTenancy> | |
<isDefault>false</isDefault> | |
</item> | |
</vpcSet> | |
</DescribeVpcsResponse>: timestamp=2021-04-27T16:41:03.570-0700 | |
2021-04-27T16:41:03.570-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] Waiting for state to become: [success]: timestamp=2021-04-27T16:41:03.570-0700 | |
2021-04-27T16:41:03.571-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 68 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=ad60d0e3d36d1ebba470d8543faef09190edac847f53fb73d213aa261a04d9fb | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-051d6090e222def68 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.571-0700 | |
2021-04-27T16:41:03.580-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAddresses Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 714 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 09198469-caae-4a26-b7c5-b2acb8af5410 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.580-0700 | |
2021-04-27T16:41:03.581-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeAddressesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>09198469-caae-4a26-b7c5-b2acb8af5410</requestId> | |
<addressesSet> | |
<item> | |
<publicIp>204.236.185.55</publicIp> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<domain>vpc</domain> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-nat-us-west-1b</value> | |
</item> | |
</tagSet> | |
<publicIpv4Pool>amazon</publicIpv4Pool> | |
<networkBorderGroup>us-west-1</networkBorderGroup> | |
</item> | |
</addressesSet> | |
</DescribeAddressesResponse>: timestamp=2021-04-27T16:41:03.580-0700 | |
2021/04/27 16:41:03 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_eip.natgw-eip-vpc["1"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .customer_owned_ipv4_pool: was null, but now cty.StringVal("") | |
2021/04/27 16:41:03 [TRACE] EvalWriteState: recording 0 dependencies for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:03 [TRACE] EvalWriteState: writing current state object for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:03 [TRACE] EvalWriteState: recording 0 dependencies for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:03 [TRACE] EvalWriteState: writing current state object for aws_eip.natgw-eip-vpc["1"] | |
2021/04/27 16:41:03 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup | |
2021/04/27 16:41:03 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 98 | |
2021/04/27 16:41:03 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021-04-27T16:41:03.592-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAddresses Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 713 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 0c3ce186-2998-4b58-a1fa-f363200c55e4 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.592-0700 | |
2021-04-27T16:41:03.592-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeAddressesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>0c3ce186-2998-4b58-a1fa-f363200c55e4</requestId> | |
<addressesSet> | |
<item> | |
<publicIp>54.241.231.69</publicIp> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<domain>vpc</domain> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-nat-us-west-1a</value> | |
</item> | |
</tagSet> | |
<publicIpv4Pool>amazon</publicIpv4Pool> | |
<networkBorderGroup>us-west-1</networkBorderGroup> | |
</item> | |
</addressesSet> | |
</DescribeAddressesResponse>: timestamp=2021-04-27T16:41:03.592-0700 | |
2021/04/27 16:41:03 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_eip.natgw-eip-vpc["0"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .customer_owned_ipv4_pool: was null, but now cty.StringVal("") | |
2021/04/27 16:41:03 [TRACE] EvalWriteState: recording 0 dependencies for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:03 [TRACE] EvalWriteState: writing current state object for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:03 [TRACE] vertex "aws_eip.natgw-eip-vpc[\"1\"]": visit complete | |
2021/04/27 16:41:03 [TRACE] EvalWriteState: recording 0 dependencies for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:03 [TRACE] EvalWriteState: writing current state object for aws_eip.natgw-eip-vpc["0"] | |
2021/04/27 16:41:03 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2021/04/27 16:41:03 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 99 | |
2021/04/27 16:41:03 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021/04/27 16:41:03 [TRACE] vertex "aws_eip.natgw-eip-vpc[\"0\"]": visit complete | |
2021-04-27T16:41:03.684-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1150 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: d3130502-8214-42f3-9881-c8550dd40880 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.684-0700 | |
2021-04-27T16:41:03.684-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>d3130502-8214-42f3-9881-c8550dd40880</requestId> | |
<vpcSet> | |
<item> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<ownerId>99999999999</ownerId> | |
<state>available</state> | |
<cidrBlock>10.1.0.0/16</cidrBlock> | |
<cidrBlockAssociationSet> | |
<item> | |
<cidrBlock>10.1.0.0/16</cidrBlock> | |
<associationId>vpc-cidr-assoc-0691111925d565438</associationId> | |
<cidrBlockState> | |
<state>associated</state> | |
</cidrBlockState> | |
</item> | |
</cidrBlockAssociationSet> | |
<dhcpOptionsId>dopt-acbeabcb</dhcpOptionsId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>us-west-1-vpc1</value> | |
</item> | |
</tagSet> | |
<instanceTenancy>default</instanceTenancy> | |
<isDefault>false</isDefault> | |
</item> | |
</vpcSet> | |
</DescribeVpcsResponse>: timestamp=2021-04-27T16:41:03.684-0700 | |
2021-04-27T16:41:03.684-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] Waiting for state to become: [success]: timestamp=2021-04-27T16:41:03.684-0700 | |
2021-04-27T16:41:03.685-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 68 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=33b3b0a85652da02a34352c752ba895dc123de97467c568b0626eb2511bd4e99 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-0bc3d741be5151246 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.685-0700 | |
2021-04-27T16:41:03.704-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1150 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: d9a96969-1e78-4d48-9bf9-bf72b52523ad | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.704-0700 | |
2021-04-27T16:41:03.704-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>d9a96969-1e78-4d48-9bf9-bf72b52523ad</requestId> | |
<vpcSet> | |
<item> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<ownerId>99999999999</ownerId> | |
<state>available</state> | |
<cidrBlock>10.0.0.0/16</cidrBlock> | |
<cidrBlockAssociationSet> | |
<item> | |
<cidrBlock>10.0.0.0/16</cidrBlock> | |
<associationId>vpc-cidr-assoc-037d317547e1b4ce1</associationId> | |
<cidrBlockState> | |
<state>associated</state> | |
</cidrBlockState> | |
</item> | |
</cidrBlockAssociationSet> | |
<dhcpOptionsId>dopt-acbeabcb</dhcpOptionsId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>us-west-1-vpc0</value> | |
</item> | |
</tagSet> | |
<instanceTenancy>default</instanceTenancy> | |
<isDefault>false</isDefault> | |
</item> | |
</vpcSet> | |
</DescribeVpcsResponse>: timestamp=2021-04-27T16:41:03.704-0700 | |
2021-04-27T16:41:03.704-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 103 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=855dfbff9f7a6883bc0f047ae88e8ba69998deb27eff335211dbeac065aa1c57 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeVpcAttribute&Attribute=enableDnsHostnames&Version=2016-11-15&VpcId=vpc-051d6090e222def68 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.704-0700 | |
2021-04-27T16:41:03.810-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1150 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 352ef6d5-fe25-40e7-87d2-79f0553094fb | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.810-0700 | |
2021-04-27T16:41:03.810-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>352ef6d5-fe25-40e7-87d2-79f0553094fb</requestId> | |
<vpcSet> | |
<item> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<ownerId>99999999999</ownerId> | |
<state>available</state> | |
<cidrBlock>10.1.0.0/16</cidrBlock> | |
<cidrBlockAssociationSet> | |
<item> | |
<cidrBlock>10.1.0.0/16</cidrBlock> | |
<associationId>vpc-cidr-assoc-0691111925d565438</associationId> | |
<cidrBlockState> | |
<state>associated</state> | |
</cidrBlockState> | |
</item> | |
</cidrBlockAssociationSet> | |
<dhcpOptionsId>dopt-acbeabcb</dhcpOptionsId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>us-west-1-vpc1</value> | |
</item> | |
</tagSet> | |
<instanceTenancy>default</instanceTenancy> | |
<isDefault>false</isDefault> | |
</item> | |
</vpcSet> | |
</DescribeVpcsResponse>: timestamp=2021-04-27T16:41:03.810-0700 | |
2021-04-27T16:41:03.811-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 103 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=f171fda45ca93b6c2370406cbd8085a6951a79723b577a31608ed9c7d667ce4e | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeVpcAttribute&Attribute=enableDnsHostnames&Version=2016-11-15&VpcId=vpc-0bc3d741be5151246 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.810-0700 | |
2021-04-27T16:41:03.843-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 335 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 7ba9398b-6ab8-48f2-8842-934146587b59 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.843-0700 | |
2021-04-27T16:41:03.843-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>7ba9398b-6ab8-48f2-8842-934146587b59</requestId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<enableDnsHostnames> | |
<value>false</value> | |
</enableDnsHostnames> | |
</DescribeVpcAttributeResponse>: timestamp=2021-04-27T16:41:03.843-0700 | |
2021-04-27T16:41:03.844-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 101 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=822b6c464257e612c2e4a7b7820f7b393506814c6fd50e2f6bbc0b961a39beee | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeVpcAttribute&Attribute=enableDnsSupport&Version=2016-11-15&VpcId=vpc-051d6090e222def68 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.843-0700 | |
2021-04-27T16:41:03.949-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 335 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 5b602538-d11d-4d5e-bcd8-2f725487e054 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.949-0700 | |
2021-04-27T16:41:03.949-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>5b602538-d11d-4d5e-bcd8-2f725487e054</requestId> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<enableDnsHostnames> | |
<value>false</value> | |
</enableDnsHostnames> | |
</DescribeVpcAttributeResponse>: timestamp=2021-04-27T16:41:03.949-0700 | |
2021-04-27T16:41:03.950-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 101 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=b739a9bbed396b8bb8a2632f95248684f8b51d147854fb4088e34296e571534d | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeVpcAttribute&Attribute=enableDnsSupport&Version=2016-11-15&VpcId=vpc-0bc3d741be5151246 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.950-0700 | |
2021-04-27T16:41:03.967-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 330 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 1254248e-24f8-43f3-9795-962e7f0b1ce6 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.967-0700 | |
2021-04-27T16:41:03.967-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>1254248e-24f8-43f3-9795-962e7f0b1ce6</requestId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<enableDnsSupport> | |
<value>true</value> | |
</enableDnsSupport> | |
</DescribeVpcAttributeResponse>: timestamp=2021-04-27T16:41:03.967-0700 | |
2021-04-27T16:41:03.968-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLink Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 78 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=9b2e04a310c68d9650cb2dd2ee186e5ac26f2b13fb9bcaf55851dc8a1cc64644 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234103Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeVpcClassicLink&Version=2016-11-15&VpcId.1=vpc-051d6090e222def68 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:03.968-0700 | |
2021-04-27T16:41:04.065-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 330 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: c8aca200-4626-46f6-8e4a-2539fba26183 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.065-0700 | |
2021-04-27T16:41:04.065-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>c8aca200-4626-46f6-8e4a-2539fba26183</requestId> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<enableDnsSupport> | |
<value>true</value> | |
</enableDnsSupport> | |
</DescribeVpcAttributeResponse>: timestamp=2021-04-27T16:41:04.065-0700 | |
2021-04-27T16:41:04.065-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLink Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 78 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=f6e4f94dcd20d3712d1a7cb80d4356d6f4db3221a18cb3beb469f6d348fa333a | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeVpcClassicLink&Version=2016-11-15&VpcId.1=vpc-0bc3d741be5151246 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.065-0700 | |
2021-04-27T16:41:04.104-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLink Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 560 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 76da7dd9-be16-4894-9240-71f2d51cabec | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.104-0700 | |
2021-04-27T16:41:04.104-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeVpcClassicLinkResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>76da7dd9-be16-4894-9240-71f2d51cabec</requestId> | |
<vpcSet> | |
<item> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<classicLinkEnabled>false</classicLinkEnabled> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>us-west-1-vpc0</value> | |
</item> | |
</tagSet> | |
</item> | |
</vpcSet> | |
</DescribeVpcClassicLinkResponse>: timestamp=2021-04-27T16:41:04.104-0700 | |
2021-04-27T16:41:04.104-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLinkDnsSupport Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 89 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=5e689716daa509ae14f4651daa7abb766f02d46baff26a569a0db702b291f789 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeVpcClassicLinkDnsSupport&Version=2016-11-15&VpcIds.1=vpc-051d6090e222def68 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.104-0700 | |
2021-04-27T16:41:04.193-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLink Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 560 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: b6bd2653-37dc-40c5-ae70-e668308a36e1 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.193-0700 | |
2021-04-27T16:41:04.193-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeVpcClassicLinkResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>b6bd2653-37dc-40c5-ae70-e668308a36e1</requestId> | |
<vpcSet> | |
<item> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<classicLinkEnabled>false</classicLinkEnabled> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>us-west-1-vpc1</value> | |
</item> | |
</tagSet> | |
</item> | |
</vpcSet> | |
</DescribeVpcClassicLinkResponse>: timestamp=2021-04-27T16:41:04.193-0700 | |
2021-04-27T16:41:04.193-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLinkDnsSupport Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 89 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=25a33b0e11c5263f80921810cc771a62e17dd3fb838238b029d381f27c7f8767 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeVpcClassicLinkDnsSupport&Version=2016-11-15&VpcIds.1=vpc-0bc3d741be5151246 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.193-0700 | |
2021-04-27T16:41:04.216-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLinkDnsSupport Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 7c5e96f2-89e7-4625-bb25-1cfbc6197b87 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.216-0700 | |
2021-04-27T16:41:04.216-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeVpcClassicLinkDnsSupportResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>7c5e96f2-89e7-4625-bb25-1cfbc6197b87</requestId> | |
<vpcs> | |
<item> | |
<classicLinkDnsSupported>false</classicLinkDnsSupported> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</vpcs> | |
</DescribeVpcClassicLinkDnsSupportResponse>: timestamp=2021-04-27T16:41:04.216-0700 | |
2021-04-27T16:41:04.216-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 158 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=639cb372499071b5e36ef65f0e3cd5150694f5662b7d391a9be6ab813dd23a01 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeRouteTables&Filter.1.Name=association.main&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-051d6090e222def68&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.216-0700 | |
2021-04-27T16:41:04.322-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLinkDnsSupport Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: db4e1690-338c-450a-ba84-f5cc2cb77550 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.322-0700 | |
2021-04-27T16:41:04.323-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeVpcClassicLinkDnsSupportResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>db4e1690-338c-450a-ba84-f5cc2cb77550</requestId> | |
<vpcs> | |
<item> | |
<classicLinkDnsSupported>false</classicLinkDnsSupported> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
</item> | |
</vpcs> | |
</DescribeVpcClassicLinkDnsSupportResponse>: timestamp=2021-04-27T16:41:04.322-0700 | |
2021-04-27T16:41:04.323-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 158 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=cc321cd5ce42030b252d1e95aba3e966643ebcd76da64538a1edd1b69717f3cd | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeRouteTables&Filter.1.Name=association.main&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-0bc3d741be5151246&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.323-0700 | |
2021-04-27T16:41:04.361-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1253 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 8bae3339-ff13-4d81-8cb7-697a54a482aa | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.361-0700 | |
2021-04-27T16:41:04.361-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>8bae3339-ff13-4d81-8cb7-697a54a482aa</requestId> | |
<routeTableSet> | |
<item> | |
<routeTableId>rtb-0141d99aaced892c1</routeTableId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<ownerId>99999999999</ownerId> | |
<routeSet> | |
<item> | |
<destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
<gatewayId>local</gatewayId> | |
<state>active</state> | |
<origin>CreateRouteTable</origin> | |
</item> | |
</routeSet> | |
<associationSet> | |
<item> | |
<routeTableAssociationId>rtbassoc-0a79bd3e627903f58</routeTableAssociationId> | |
<routeTableId>rtb-0141d99aaced892c1</routeTableId> | |
<main>true</main> | |
<associationState> | |
<state>associated</state> | |
</associationState> | |
</item> | |
</associationSet> | |
<propagatingVgwSet/> | |
<tagSet/> | |
</item> | |
</routeTableSet> | |
</DescribeRouteTablesResponse>: timestamp=2021-04-27T16:41:04.361-0700 | |
2021-04-27T16:41:04.361-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNetworkAcls Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 149 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=4aa004ca61e82e3836282003a2227992ea92aa2695ad297b278bf966f98a9cca | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNetworkAcls&Filter.1.Name=default&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-051d6090e222def68&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.361-0700 | |
2021-04-27T16:41:04.479-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1253 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: cde176ce-a7a2-426e-b1fc-c80bb773a1a8 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.478-0700 | |
2021-04-27T16:41:04.479-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>cde176ce-a7a2-426e-b1fc-c80bb773a1a8</requestId> | |
<routeTableSet> | |
<item> | |
<routeTableId>rtb-0bce145ce4def90a4</routeTableId> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<ownerId>99999999999</ownerId> | |
<routeSet> | |
<item> | |
<destinationCidrBlock>10.1.0.0/16</destinationCidrBlock> | |
<gatewayId>local</gatewayId> | |
<state>active</state> | |
<origin>CreateRouteTable</origin> | |
</item> | |
</routeSet> | |
<associationSet> | |
<item> | |
<routeTableAssociationId>rtbassoc-08e6978ac65a19697</routeTableAssociationId> | |
<routeTableId>rtb-0bce145ce4def90a4</routeTableId> | |
<main>true</main> | |
<associationState> | |
<state>associated</state> | |
</associationState> | |
</item> | |
</associationSet> | |
<propagatingVgwSet/> | |
<tagSet/> | |
</item> | |
</routeTableSet> | |
</DescribeRouteTablesResponse>: timestamp=2021-04-27T16:41:04.478-0700 | |
2021-04-27T16:41:04.479-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNetworkAcls Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 149 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=8feb19083b2c848116697161da105ba6b9dad7156973be782afe482a6e58cf90 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNetworkAcls&Filter.1.Name=default&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-0bc3d741be5151246&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.479-0700 | |
2021-04-27T16:41:04.501-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNetworkAcls Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1723 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:03 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 761d34b5-f3e2-4a94-8777-68def7f8176e | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.501-0700 | |
2021-04-27T16:41:04.501-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNetworkAclsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>761d34b5-f3e2-4a94-8777-68def7f8176e</requestId> | |
<networkAclSet> | |
<item> | |
<networkAclId>acl-0cee41f2b7ba157d2</networkAclId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<ownerId>99999999999</ownerId> | |
<default>true</default> | |
<entrySet> | |
<item> | |
<ruleNumber>100</ruleNumber> | |
<protocol>-1</protocol> | |
<ruleAction>allow</ruleAction> | |
<egress>true</egress> | |
<cidrBlock>0.0.0.0/0</cidrBlock> | |
</item> | |
<item> | |
<ruleNumber>32767</ruleNumber> | |
<protocol>-1</protocol> | |
<ruleAction>deny</ruleAction> | |
<egress>true</egress> | |
<cidrBlock>0.0.0.0/0</cidrBlock> | |
</item> | |
<item> | |
<ruleNumber>100</ruleNumber> | |
<protocol>-1</protocol> | |
<ruleAction>allow</ruleAction> | |
<egress>false</egress> | |
<cidrBlock>0.0.0.0/0</cidrBlock> | |
</item> | |
<item> | |
<ruleNumber>32767</ruleNumber> | |
<protocol>-1</protocol> | |
<ruleAction>deny</ruleAction> | |
<egress>false</egress> | |
<cidrBlock>0.0.0.0/0</cidrBlock> | |
</item> | |
</entrySet> | |
<associationSet/> | |
<tagSet/> | |
</item> | |
</networkAclSet> | |
</DescribeNetworkAclsResponse>: timestamp=2021-04-27T16:41:04.501-0700 | |
2021-04-27T16:41:04.501-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 158 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=daf5a7a14bd0af77904b89dc2d7807a744d04ce576b99693316ef1c156a781cf | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeSecurityGroups&Filter.1.Name=group-name&Filter.1.Value.1=default&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-051d6090e222def68&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.501-0700 | |
2021-04-27T16:41:04.630-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNetworkAcls Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1723 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 6eaa2fc8-85d4-4b23-8500-e43e1e424250 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.630-0700 | |
2021-04-27T16:41:04.631-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNetworkAclsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>6eaa2fc8-85d4-4b23-8500-e43e1e424250</requestId> | |
<networkAclSet> | |
<item> | |
<networkAclId>acl-015a47347c48bc9fb</networkAclId> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<ownerId>99999999999</ownerId> | |
<default>true</default> | |
<entrySet> | |
<item> | |
<ruleNumber>100</ruleNumber> | |
<protocol>-1</protocol> | |
<ruleAction>allow</ruleAction> | |
<egress>true</egress> | |
<cidrBlock>0.0.0.0/0</cidrBlock> | |
</item> | |
<item> | |
<ruleNumber>32767</ruleNumber> | |
<protocol>-1</protocol> | |
<ruleAction>deny</ruleAction> | |
<egress>true</egress> | |
<cidrBlock>0.0.0.0/0</cidrBlock> | |
</item> | |
<item> | |
<ruleNumber>100</ruleNumber> | |
<protocol>-1</protocol> | |
<ruleAction>allow</ruleAction> | |
<egress>false</egress> | |
<cidrBlock>0.0.0.0/0</cidrBlock> | |
</item> | |
<item> | |
<ruleNumber>32767</ruleNumber> | |
<protocol>-1</protocol> | |
<ruleAction>deny</ruleAction> | |
<egress>false</egress> | |
<cidrBlock>0.0.0.0/0</cidrBlock> | |
</item> | |
</entrySet> | |
<associationSet/> | |
<tagSet/> | |
</item> | |
</networkAclSet> | |
</DescribeNetworkAclsResponse>: timestamp=2021-04-27T16:41:04.630-0700 | |
2021-04-27T16:41:04.631-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 158 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=4880a02db2d8163ff8a33af054d1dbc716fa7a56416cdf0c543dc26885ac19a6 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeSecurityGroups&Filter.1.Name=group-name&Filter.1.Value.1=default&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-0bc3d741be5151246&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.631-0700 | |
2021-04-27T16:41:04.686-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1511 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 41815837-39fe-4f1d-a5ca-19e797ba18a9 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.686-0700 | |
2021-04-27T16:41:04.686-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>41815837-39fe-4f1d-a5ca-19e797ba18a9</requestId> | |
<securityGroupInfo> | |
<item> | |
<ownerId>99999999999</ownerId> | |
<groupId>sg-0d0e0de155046e0fb</groupId> | |
<groupName>default</groupName> | |
<groupDescription>default VPC security group</groupDescription> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<ipPermissions> | |
<item> | |
<ipProtocol>-1</ipProtocol> | |
<groups> | |
<item> | |
<userId>99999999999</userId> | |
<groupId>sg-0d0e0de155046e0fb</groupId> | |
</item> | |
</groups> | |
<ipRanges/> | |
<ipv6Ranges/> | |
<prefixListIds/> | |
</item> | |
</ipPermissions> | |
<ipPermissionsEgress> | |
<item> | |
<ipProtocol>-1</ipProtocol> | |
<groups/> | |
<ipRanges> | |
<item> | |
<cidrIp>0.0.0.0/0</cidrIp> | |
</item> | |
</ipRanges> | |
<ipv6Ranges/> | |
<prefixListIds/> | |
</item> | |
</ipPermissionsEgress> | |
</item> | |
</securityGroupInfo> | |
</DescribeSecurityGroupsResponse>: timestamp=2021-04-27T16:41:04.686-0700 | |
2021-04-27T16:41:04.686-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 158 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=639cb372499071b5e36ef65f0e3cd5150694f5662b7d391a9be6ab813dd23a01 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeRouteTables&Filter.1.Name=association.main&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-051d6090e222def68&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.686-0700 | |
2021-04-27T16:41:04.792-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1511 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 5eca98e8-57eb-4c1a-8c16-65ab818598fb | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.792-0700 | |
2021-04-27T16:41:04.792-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>5eca98e8-57eb-4c1a-8c16-65ab818598fb</requestId> | |
<securityGroupInfo> | |
<item> | |
<ownerId>99999999999</ownerId> | |
<groupId>sg-0b2cfa903378c774f</groupId> | |
<groupName>default</groupName> | |
<groupDescription>default VPC security group</groupDescription> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<ipPermissions> | |
<item> | |
<ipProtocol>-1</ipProtocol> | |
<groups> | |
<item> | |
<userId>99999999999</userId> | |
<groupId>sg-0b2cfa903378c774f</groupId> | |
</item> | |
</groups> | |
<ipRanges/> | |
<ipv6Ranges/> | |
<prefixListIds/> | |
</item> | |
</ipPermissions> | |
<ipPermissionsEgress> | |
<item> | |
<ipProtocol>-1</ipProtocol> | |
<groups/> | |
<ipRanges> | |
<item> | |
<cidrIp>0.0.0.0/0</cidrIp> | |
</item> | |
</ipRanges> | |
<ipv6Ranges/> | |
<prefixListIds/> | |
</item> | |
</ipPermissionsEgress> | |
</item> | |
</securityGroupInfo> | |
</DescribeSecurityGroupsResponse>: timestamp=2021-04-27T16:41:04.792-0700 | |
2021-04-27T16:41:04.792-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 158 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=cc321cd5ce42030b252d1e95aba3e966643ebcd76da64538a1edd1b69717f3cd | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeRouteTables&Filter.1.Name=association.main&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-0bc3d741be5151246&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.792-0700 | |
2021-04-27T16:41:04.815-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1253 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 463a4043-e6d2-4249-8165-0cd89cfb18d7 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.815-0700 | |
2021-04-27T16:41:04.815-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>463a4043-e6d2-4249-8165-0cd89cfb18d7</requestId> | |
<routeTableSet> | |
<item> | |
<routeTableId>rtb-0141d99aaced892c1</routeTableId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<ownerId>99999999999</ownerId> | |
<routeSet> | |
<item> | |
<destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
<gatewayId>local</gatewayId> | |
<state>active</state> | |
<origin>CreateRouteTable</origin> | |
</item> | |
</routeSet> | |
<associationSet> | |
<item> | |
<routeTableAssociationId>rtbassoc-0a79bd3e627903f58</routeTableAssociationId> | |
<routeTableId>rtb-0141d99aaced892c1</routeTableId> | |
<main>true</main> | |
<associationState> | |
<state>associated</state> | |
</associationState> | |
</item> | |
</associationSet> | |
<propagatingVgwSet/> | |
<tagSet/> | |
</item> | |
</routeTableSet> | |
</DescribeRouteTablesResponse>: timestamp=2021-04-27T16:41:04.815-0700 | |
2021/04/27 16:41:04 [TRACE] EvalWriteState: recording 0 dependencies for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:04 [TRACE] EvalWriteState: writing current state object for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:04 [TRACE] EvalWriteState: recording 0 dependencies for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:04 [TRACE] EvalWriteState: writing current state object for aws_vpc.the_vpcs["vpc0"] | |
2021/04/27 16:41:04 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2021/04/27 16:41:04 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 100 | |
2021/04/27 16:41:04 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021/04/27 16:41:04 [TRACE] vertex "aws_vpc.the_vpcs[\"vpc0\"]": visit complete | |
2021-04-27T16:41:04.924-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1253 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 301e5f53-a38d-4e05-80c7-8fbca9333bf6 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.924-0700 | |
2021-04-27T16:41:04.924-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>301e5f53-a38d-4e05-80c7-8fbca9333bf6</requestId> | |
<routeTableSet> | |
<item> | |
<routeTableId>rtb-0bce145ce4def90a4</routeTableId> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<ownerId>99999999999</ownerId> | |
<routeSet> | |
<item> | |
<destinationCidrBlock>10.1.0.0/16</destinationCidrBlock> | |
<gatewayId>local</gatewayId> | |
<state>active</state> | |
<origin>CreateRouteTable</origin> | |
</item> | |
</routeSet> | |
<associationSet> | |
<item> | |
<routeTableAssociationId>rtbassoc-08e6978ac65a19697</routeTableAssociationId> | |
<routeTableId>rtb-0bce145ce4def90a4</routeTableId> | |
<main>true</main> | |
<associationState> | |
<state>associated</state> | |
</associationState> | |
</item> | |
</associationSet> | |
<propagatingVgwSet/> | |
<tagSet/> | |
</item> | |
</routeTableSet> | |
</DescribeRouteTablesResponse>: timestamp=2021-04-27T16:41:04.924-0700 | |
2021/04/27 16:41:04 [TRACE] EvalWriteState: recording 0 dependencies for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:04 [TRACE] EvalWriteState: writing current state object for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:04 [TRACE] EvalWriteState: recording 0 dependencies for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:04 [TRACE] EvalWriteState: writing current state object for aws_vpc.the_vpcs["vpc1"] | |
2021/04/27 16:41:04 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2021/04/27 16:41:04 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 101 | |
2021/04/27 16:41:04 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021/04/27 16:41:04 [TRACE] vertex "aws_vpc.the_vpcs[\"vpc1\"]": visit complete | |
2021/04/27 16:41:04 [TRACE] dag/walk: visiting "aws_subnet.vpc-private[\"0\"]" | |
2021/04/27 16:41:04 [TRACE] vertex "aws_subnet.vpc-private[\"0\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:41:04 [TRACE] dag/walk: visiting "aws_internet_gateway.gw-vpc (expand)" | |
2021/04/27 16:41:04 [TRACE] vertex "aws_internet_gateway.gw-vpc (expand)": starting visit (*terraform.nodeExpandApplyableResource) | |
2021/04/27 16:41:04 [TRACE] vertex "aws_internet_gateway.gw-vpc (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:04 [TRACE] vertex "aws_internet_gateway.gw-vpc (expand)": entering dynamic subgraph | |
2021/04/27 16:41:04 [TRACE] dag/walk: visiting "aws_subnet.vpc-private[\"3\"]" | |
2021/04/27 16:41:04 [TRACE] vertex "aws_subnet.vpc-private[\"3\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:41:04 [TRACE] dag/walk: visiting "aws_internet_gateway.gw-vpc" | |
2021/04/27 16:41:04 [TRACE] vertex "aws_internet_gateway.gw-vpc": starting visit (*terraform.NodeApplyableResource) | |
2021/04/27 16:41:04 [TRACE] dag/walk: visiting "aws_subnet.vpc-private[\"1\"]" | |
2021/04/27 16:41:04 [TRACE] vertex "aws_subnet.vpc-private[\"1\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:41:04 [TRACE] dag/walk: visiting "aws_subnet.vpc-private[\"2\"]" | |
2021/04/27 16:41:04 [TRACE] vertex "aws_subnet.vpc-private[\"2\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:41:04 [TRACE] EvalReadDiff: Read Create change from plan for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:04 [TRACE] EvalReadDiff: Read Create change from plan for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: reading state for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: reading state for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: no state present for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: no state present for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:04 [TRACE] EvalReadDiff: Read Create change from plan for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: reading state for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:04 [TRACE] EvalReadDiff: Read Create change from plan for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: no state present for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:04 [TRACE] EvalReadDiff: Read Create change from plan for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:04 [TRACE] EvalReadDiff: Read Create change from plan for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: reading state for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: no state present for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:04 [TRACE] EvalReadDiff: Read Create change from plan for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:04 [TRACE] EvalReadDiff: Read Create change from plan for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:04 [TRACE] vertex "aws_internet_gateway.gw-vpc": visit complete | |
2021/04/27 16:41:04 [TRACE] vertex "aws_internet_gateway.gw-vpc (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:04 [TRACE] vertex "aws_internet_gateway.gw-vpc (expand)": visit complete | |
2021/04/27 16:41:04 [TRACE] dag/walk: visiting "aws_internet_gateway.gw-vpc[\"vpc0\"]" | |
2021/04/27 16:41:04 [TRACE] vertex "aws_internet_gateway.gw-vpc[\"vpc0\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:41:04 [TRACE] EvalReadDiff: Read Create change from plan for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: reading state for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: no state present for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:04 [TRACE] EvalReadDiff: Read Create change from plan for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:04 [TRACE] Re-validating config for "aws_subnet.vpc-private[\"0\"]" | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:04 [TRACE] Re-validating config for "aws_subnet.vpc-private[\"3\"]" | |
2021/04/27 16:41:04 [TRACE] Re-validating config for "aws_subnet.vpc-private[\"1\"]" | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:04 [TRACE] Re-validating config for "aws_subnet.vpc-private[\"2\"]" | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:04 [TRACE] Re-validating config for "aws_internet_gateway.gw-vpc[\"vpc0\"]" | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:04 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_subnet.vpc-private["1"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .map_public_ip_on_launch: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .assign_ipv6_address_on_creation: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2021/04/27 16:41:04 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:41:04 [TRACE] EvalReadState: reading state for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: no state present for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:04 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_subnet.vpc-private["0"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .map_public_ip_on_launch: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .assign_ipv6_address_on_creation: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2021/04/27 16:41:04 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:41:04 [TRACE] EvalReadState: reading state for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: no state present for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:04 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_subnet.vpc-private["2"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .map_public_ip_on_launch: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .assign_ipv6_address_on_creation: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2021/04/27 16:41:04 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:41:04 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:41:04 [TRACE] EvalReadState: reading state for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: no state present for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: reading state for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: no state present for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:04 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_subnet.vpc-private["3"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .map_public_ip_on_launch: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .assign_ipv6_address_on_creation: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2021/04/27 16:41:04 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:41:04 [TRACE] EvalReadState: reading state for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:04 [TRACE] EvalReadState: no state present for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:04 [DEBUG] EvalApply: ProviderMeta config value set | |
2021/04/27 16:41:04 [DEBUG] aws_subnet.vpc-private["1"]: applying the planned Create change | |
2021/04/27 16:41:04 [DEBUG] EvalApply: ProviderMeta config value set | |
2021/04/27 16:41:04 [DEBUG] aws_subnet.vpc-private["0"]: applying the planned Create change | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: ApplyResourceChange | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: ApplyResourceChange | |
2021/04/27 16:41:04 [DEBUG] EvalApply: ProviderMeta config value set | |
2021/04/27 16:41:04 [DEBUG] aws_subnet.vpc-private["2"]: applying the planned Create change | |
2021/04/27 16:41:04 [DEBUG] EvalApply: ProviderMeta config value set | |
2021/04/27 16:41:04 [DEBUG] aws_subnet.vpc-private["3"]: applying the planned Create change | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: ApplyResourceChange | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: ApplyResourceChange | |
2021/04/27 16:41:04 [DEBUG] EvalApply: ProviderMeta config value set | |
2021/04/27 16:41:04 [DEBUG] aws_internet_gateway.gw-vpc["vpc0"]: applying the planned Create change | |
2021/04/27 16:41:04 [TRACE] GRPCProvider: ApplyResourceChange | |
2021-04-27T16:41:04.959-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateSubnet Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 258 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=8cf22df65658dd04ba2e9e3b4ddcfe958787fb0a0d2741c10979ccbd3a95dbc7 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=CreateSubnet&AvailabilityZone=us-west-1a&AvailabilityZoneId=&CidrBlock=10.0.0.0%2F19&TagSpecification.1.ResourceType=subnet&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=vpc0-private-1A&Version=2016-11-15&VpcId=vpc-051d6090e222def68 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.959-0700 | |
2021-04-27T16:41:04.959-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] Creating internet gateway: timestamp=2021-04-27T16:41:04.959-0700 | |
2021-04-27T16:41:04.959-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateSubnet Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 259 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=1c24563909608cb3e5536599b646fcec5ca5e4e2466fddcbb78a00088c96844f | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=CreateSubnet&AvailabilityZone=us-west-1b&AvailabilityZoneId=&CidrBlock=10.0.64.0%2F19&TagSpecification.1.ResourceType=subnet&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=vpc0-private-1B&Version=2016-11-15&VpcId=vpc-051d6090e222def68 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.959-0700 | |
2021-04-27T16:41:04.960-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateInternetGateway Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 179 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=7ea73a095e23416d98f2ce8eb80709495d28ae282f8f33b2777f3e7278d37857 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=CreateInternetGateway&TagSpecification.1.ResourceType=internet-gateway&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=gw-us-west-1-vpc0&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.960-0700 | |
2021-04-27T16:41:04.960-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateSubnet Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 259 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=8c742f2a0256a7a283b1f811c47baae4e86d83024b3c5ce6f0c426adf13b630e | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=CreateSubnet&AvailabilityZone=us-west-1b&AvailabilityZoneId=&CidrBlock=10.1.64.0%2F19&TagSpecification.1.ResourceType=subnet&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=vpc1-private-1B&Version=2016-11-15&VpcId=vpc-0bc3d741be5151246 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.960-0700 | |
2021-04-27T16:41:04.960-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateSubnet Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 258 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=d97d105b199889f0942c35f3e614ab44a699d05a8048854ea2de674b9d302e5f | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234104Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=CreateSubnet&AvailabilityZone=us-west-1a&AvailabilityZoneId=&CidrBlock=10.1.0.0%2F19&TagSpecification.1.ResourceType=subnet&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=vpc1-private-1A&Version=2016-11-15&VpcId=vpc-0bc3d741be5151246 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:04.960-0700 | |
2021-04-27T16:41:05.155-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateInternetGateway Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 574 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: b43122db-6422-42e7-9ef4-0944b24334c5 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.155-0700 | |
2021-04-27T16:41:05.155-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<CreateInternetGatewayResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>b43122db-6422-42e7-9ef4-0944b24334c5</requestId> | |
<internetGateway> | |
<internetGatewayId>igw-062cd5c51af1b7d77</internetGatewayId> | |
<ownerId>99999999999</ownerId> | |
<attachmentSet/> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>gw-us-west-1-vpc0</value> | |
</item> | |
</tagSet> | |
<association/> | |
</internetGateway> | |
</CreateInternetGatewayResponse>: timestamp=2021-04-27T16:41:05.155-0700 | |
2021-04-27T16:41:05.155-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [INFO] InternetGateway ID: igw-062cd5c51af1b7d77: timestamp=2021-04-27T16:41:05.155-0700 | |
2021-04-27T16:41:05.155-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for state to become: [success]: timestamp=2021-04-27T16:41:05.155-0700 | |
2021-04-27T16:41:05.155-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInternetGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 92 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2e72b5db9a27c4208b617b95a9f48be2c7661885f5f1ff073f678626529423c8 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeInternetGateways&InternetGatewayId.1=igw-062cd5c51af1b7d77&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.155-0700 | |
2021-04-27T16:41:05.249-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateSubnet Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1082 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 534109f1-12d4-45a3-a267-27be0dd0fb26 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.248-0700 | |
2021-04-27T16:41:05.249-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<CreateSubnetResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>534109f1-12d4-45a3-a267-27be0dd0fb26</requestId> | |
<subnet> | |
<subnetId>subnet-03c9f23800bbce134</subnetId> | |
<subnetArn>arn:aws:ec2:us-west-1:99999999999:subnet/subnet-03c9f23800bbce134</subnetArn> | |
<state>available</state> | |
<ownerId>99999999999</ownerId> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<cidrBlock>10.1.0.0/19</cidrBlock> | |
<ipv6CidrBlockAssociationSet/> | |
<availableIpAddressCount>8187</availableIpAddressCount> | |
<availabilityZone>us-west-1a</availabilityZone> | |
<availabilityZoneId>usw1-az3</availabilityZoneId> | |
<defaultForAz>false</defaultForAz> | |
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc1-private-1A</value> | |
</item> | |
</tagSet> | |
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
</subnet> | |
</CreateSubnetResponse>: timestamp=2021-04-27T16:41:05.249-0700 | |
2021-04-27T16:41:05.249-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [INFO] Subnet ID: subnet-03c9f23800bbce134: timestamp=2021-04-27T16:41:05.249-0700 | |
2021-04-27T16:41:05.249-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for subnet (subnet-03c9f23800bbce134) to become available: timestamp=2021-04-27T16:41:05.249-0700 | |
2021-04-27T16:41:05.249-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for state to become: [available]: timestamp=2021-04-27T16:41:05.249-0700 | |
2021-04-27T16:41:05.249-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 77 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=1e39b29127a32dfa1879435faf9f74eb26446c46951b4718754882ad8d5f4d7a | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeSubnets&SubnetId.1=subnet-03c9f23800bbce134&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.249-0700 | |
2021-04-27T16:41:05.254-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateSubnet Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1083 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:05 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 8f954ea4-0e0b-4d2b-85e8-bd2f59dc67a8 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.254-0700 | |
2021-04-27T16:41:05.254-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<CreateSubnetResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>8f954ea4-0e0b-4d2b-85e8-bd2f59dc67a8</requestId> | |
<subnet> | |
<subnetId>subnet-0208b677333a49042</subnetId> | |
<subnetArn>arn:aws:ec2:us-west-1:99999999999:subnet/subnet-0208b677333a49042</subnetArn> | |
<state>available</state> | |
<ownerId>99999999999</ownerId> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<cidrBlock>10.1.64.0/19</cidrBlock> | |
<ipv6CidrBlockAssociationSet/> | |
<availableIpAddressCount>8187</availableIpAddressCount> | |
<availabilityZone>us-west-1b</availabilityZone> | |
<availabilityZoneId>usw1-az1</availabilityZoneId> | |
<defaultForAz>false</defaultForAz> | |
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc1-private-1B</value> | |
</item> | |
</tagSet> | |
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
</subnet> | |
</CreateSubnetResponse>: timestamp=2021-04-27T16:41:05.254-0700 | |
2021-04-27T16:41:05.254-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [INFO] Subnet ID: subnet-0208b677333a49042: timestamp=2021-04-27T16:41:05.254-0700 | |
2021-04-27T16:41:05.254-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for subnet (subnet-0208b677333a49042) to become available: timestamp=2021-04-27T16:41:05.254-0700 | |
2021-04-27T16:41:05.254-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for state to become: [available]: timestamp=2021-04-27T16:41:05.254-0700 | |
2021-04-27T16:41:05.255-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 77 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=85739f30c578862f58dafb2244c048b803c164cd784e3dc52eee4373d0b2393d | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeSubnets&SubnetId.1=subnet-0208b677333a49042&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.255-0700 | |
2021-04-27T16:41:05.286-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateSubnet Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1082 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: f794ba4d-fffc-4047-a989-1280778ab27a | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.286-0700 | |
2021-04-27T16:41:05.286-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<CreateSubnetResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>f794ba4d-fffc-4047-a989-1280778ab27a</requestId> | |
<subnet> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<subnetArn>arn:aws:ec2:us-west-1:99999999999:subnet/subnet-0137870358a2154fc</subnetArn> | |
<state>available</state> | |
<ownerId>99999999999</ownerId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<cidrBlock>10.0.0.0/19</cidrBlock> | |
<ipv6CidrBlockAssociationSet/> | |
<availableIpAddressCount>8187</availableIpAddressCount> | |
<availabilityZone>us-west-1a</availabilityZone> | |
<availabilityZoneId>usw1-az3</availabilityZoneId> | |
<defaultForAz>false</defaultForAz> | |
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-private-1A</value> | |
</item> | |
</tagSet> | |
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
</subnet> | |
</CreateSubnetResponse>: timestamp=2021-04-27T16:41:05.286-0700 | |
2021-04-27T16:41:05.286-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [INFO] Subnet ID: subnet-0137870358a2154fc: timestamp=2021-04-27T16:41:05.286-0700 | |
2021-04-27T16:41:05.286-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for subnet (subnet-0137870358a2154fc) to become available: timestamp=2021-04-27T16:41:05.286-0700 | |
2021-04-27T16:41:05.286-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for state to become: [available]: timestamp=2021-04-27T16:41:05.286-0700 | |
2021-04-27T16:41:05.286-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 77 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=3be58c2100cbb0eb9ad75e25ca46b088b1904dc184fc0438166aca8869e21e45 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeSubnets&SubnetId.1=subnet-0137870358a2154fc&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.286-0700 | |
2021-04-27T16:41:05.304-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInternetGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 629 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 247bea2d-aef7-49dd-8a5a-8ff9fb69500d | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.304-0700 | |
2021-04-27T16:41:05.304-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeInternetGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>247bea2d-aef7-49dd-8a5a-8ff9fb69500d</requestId> | |
<internetGatewaySet> | |
<item> | |
<internetGatewayId>igw-062cd5c51af1b7d77</internetGatewayId> | |
<ownerId>99999999999</ownerId> | |
<attachmentSet/> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>gw-us-west-1-vpc0</value> | |
</item> | |
</tagSet> | |
</item> | |
</internetGatewaySet> | |
</DescribeInternetGatewaysResponse>: timestamp=2021-04-27T16:41:05.304-0700 | |
2021-04-27T16:41:05.304-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [INFO] Attaching Internet Gateway 'igw-062cd5c51af1b7d77' to VPC 'vpc-051d6090e222def68': timestamp=2021-04-27T16:41:05.304-0700 | |
2021-04-27T16:41:05.304-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for state to become: [success]: timestamp=2021-04-27T16:41:05.304-0700 | |
2021-04-27T16:41:05.304-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AttachInternetGateway Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 115 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=c6aae603716fda0b1ed8b026663d79bf98e37e625cad6bd436d7d545b3974173 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=AttachInternetGateway&InternetGatewayId=igw-062cd5c51af1b7d77&Version=2016-11-15&VpcId=vpc-051d6090e222def68 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.304-0700 | |
2021-04-27T16:41:05.315-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateSubnet Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1083 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 4b81687c-5616-46ad-afde-5e98f5ea8b23 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.315-0700 | |
2021-04-27T16:41:05.315-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<CreateSubnetResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>4b81687c-5616-46ad-afde-5e98f5ea8b23</requestId> | |
<subnet> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<subnetArn>arn:aws:ec2:us-west-1:99999999999:subnet/subnet-0b141eee33db0f3ea</subnetArn> | |
<state>available</state> | |
<ownerId>99999999999</ownerId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<cidrBlock>10.0.64.0/19</cidrBlock> | |
<ipv6CidrBlockAssociationSet/> | |
<availableIpAddressCount>8187</availableIpAddressCount> | |
<availabilityZone>us-west-1b</availabilityZone> | |
<availabilityZoneId>usw1-az1</availabilityZoneId> | |
<defaultForAz>false</defaultForAz> | |
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-private-1B</value> | |
</item> | |
</tagSet> | |
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
</subnet> | |
</CreateSubnetResponse>: timestamp=2021-04-27T16:41:05.315-0700 | |
2021-04-27T16:41:05.315-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [INFO] Subnet ID: subnet-0b141eee33db0f3ea: timestamp=2021-04-27T16:41:05.315-0700 | |
2021-04-27T16:41:05.315-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for subnet (subnet-0b141eee33db0f3ea) to become available: timestamp=2021-04-27T16:41:05.315-0700 | |
2021-04-27T16:41:05.315-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for state to become: [available]: timestamp=2021-04-27T16:41:05.315-0700 | |
2021-04-27T16:41:05.315-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 77 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=e1aedcae55b7ce44ac909cdd20a9bf0c26ebd44424b58595746fb3c0291d68c5 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeSubnets&SubnetId.1=subnet-0b141eee33db0f3ea&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.315-0700 | |
2021-04-27T16:41:05.414-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1276 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: c0166a70-0419-43ca-86e2-21c7e90d29d0 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.414-0700 | |
2021-04-27T16:41:05.414-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>c0166a70-0419-43ca-86e2-21c7e90d29d0</requestId> | |
<subnetSet> | |
<item> | |
<subnetId>subnet-0208b677333a49042</subnetId> | |
<subnetArn>arn:aws:ec2:us-west-1:99999999999:subnet/subnet-0208b677333a49042</subnetArn> | |
<state>available</state> | |
<ownerId>99999999999</ownerId> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<cidrBlock>10.1.64.0/19</cidrBlock> | |
<ipv6CidrBlockAssociationSet/> | |
<availableIpAddressCount>8187</availableIpAddressCount> | |
<availabilityZone>us-west-1b</availabilityZone> | |
<availabilityZoneId>usw1-az1</availabilityZoneId> | |
<defaultForAz>false</defaultForAz> | |
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc1-private-1B</value> | |
</item> | |
</tagSet> | |
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
<mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch> | |
</item> | |
</subnetSet> | |
</DescribeSubnetsResponse>: timestamp=2021-04-27T16:41:05.414-0700 | |
2021-04-27T16:41:05.414-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for state to become: [success]: timestamp=2021-04-27T16:41:05.414-0700 | |
2021-04-27T16:41:05.414-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 77 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=85739f30c578862f58dafb2244c048b803c164cd784e3dc52eee4373d0b2393d | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeSubnets&SubnetId.1=subnet-0208b677333a49042&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.414-0700 | |
2021-04-27T16:41:05.417-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1275 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: eedd6cdc-e4ea-4737-ba9b-46bbae5b0ea8 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.417-0700 | |
2021-04-27T16:41:05.417-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>eedd6cdc-e4ea-4737-ba9b-46bbae5b0ea8</requestId> | |
<subnetSet> | |
<item> | |
<subnetId>subnet-03c9f23800bbce134</subnetId> | |
<subnetArn>arn:aws:ec2:us-west-1:99999999999:subnet/subnet-03c9f23800bbce134</subnetArn> | |
<state>available</state> | |
<ownerId>99999999999</ownerId> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<cidrBlock>10.1.0.0/19</cidrBlock> | |
<ipv6CidrBlockAssociationSet/> | |
<availableIpAddressCount>8187</availableIpAddressCount> | |
<availabilityZone>us-west-1a</availabilityZone> | |
<availabilityZoneId>usw1-az3</availabilityZoneId> | |
<defaultForAz>false</defaultForAz> | |
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc1-private-1A</value> | |
</item> | |
</tagSet> | |
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
<mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch> | |
</item> | |
</subnetSet> | |
</DescribeSubnetsResponse>: timestamp=2021-04-27T16:41:05.417-0700 | |
2021-04-27T16:41:05.417-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for state to become: [success]: timestamp=2021-04-27T16:41:05.417-0700 | |
2021-04-27T16:41:05.417-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 77 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=1e39b29127a32dfa1879435faf9f74eb26446c46951b4718754882ad8d5f4d7a | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeSubnets&SubnetId.1=subnet-03c9f23800bbce134&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.417-0700 | |
2021-04-27T16:41:05.462-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1275 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 7977cd1f-0b01-4af3-9581-a91afe84ad31 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.462-0700 | |
2021-04-27T16:41:05.462-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>7977cd1f-0b01-4af3-9581-a91afe84ad31</requestId> | |
<subnetSet> | |
<item> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<subnetArn>arn:aws:ec2:us-west-1:99999999999:subnet/subnet-0137870358a2154fc</subnetArn> | |
<state>available</state> | |
<ownerId>99999999999</ownerId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<cidrBlock>10.0.0.0/19</cidrBlock> | |
<ipv6CidrBlockAssociationSet/> | |
<availableIpAddressCount>8187</availableIpAddressCount> | |
<availabilityZone>us-west-1a</availabilityZone> | |
<availabilityZoneId>usw1-az3</availabilityZoneId> | |
<defaultForAz>false</defaultForAz> | |
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-private-1A</value> | |
</item> | |
</tagSet> | |
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
<mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch> | |
</item> | |
</subnetSet> | |
</DescribeSubnetsResponse>: timestamp=2021-04-27T16:41:05.462-0700 | |
2021-04-27T16:41:05.462-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for state to become: [success]: timestamp=2021-04-27T16:41:05.462-0700 | |
2021-04-27T16:41:05.463-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 77 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=3be58c2100cbb0eb9ad75e25ca46b088b1904dc184fc0438166aca8869e21e45 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeSubnets&SubnetId.1=subnet-0137870358a2154fc&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.463-0700 | |
2021-04-27T16:41:05.465-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1276 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 4cf041a4-fb7b-4ba8-b4aa-83e16fa205fd | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.465-0700 | |
2021-04-27T16:41:05.465-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>4cf041a4-fb7b-4ba8-b4aa-83e16fa205fd</requestId> | |
<subnetSet> | |
<item> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<subnetArn>arn:aws:ec2:us-west-1:99999999999:subnet/subnet-0b141eee33db0f3ea</subnetArn> | |
<state>available</state> | |
<ownerId>99999999999</ownerId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<cidrBlock>10.0.64.0/19</cidrBlock> | |
<ipv6CidrBlockAssociationSet/> | |
<availableIpAddressCount>8187</availableIpAddressCount> | |
<availabilityZone>us-west-1b</availabilityZone> | |
<availabilityZoneId>usw1-az1</availabilityZoneId> | |
<defaultForAz>false</defaultForAz> | |
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-private-1B</value> | |
</item> | |
</tagSet> | |
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
<mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch> | |
</item> | |
</subnetSet> | |
</DescribeSubnetsResponse>: timestamp=2021-04-27T16:41:05.465-0700 | |
2021-04-27T16:41:05.465-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for state to become: [success]: timestamp=2021-04-27T16:41:05.465-0700 | |
2021-04-27T16:41:05.466-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 77 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=e1aedcae55b7ce44ac909cdd20a9bf0c26ebd44424b58595746fb3c0291d68c5 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeSubnets&SubnetId.1=subnet-0b141eee33db0f3ea&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.466-0700 | |
2021-04-27T16:41:05.539-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AttachInternetGateway Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 243 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: a36a2be3-0bd5-477a-acdc-27adf362fc02 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.539-0700 | |
2021-04-27T16:41:05.539-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<AttachInternetGatewayResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>a36a2be3-0bd5-477a-acdc-27adf362fc02</requestId> | |
<return>true</return> | |
</AttachInternetGatewayResponse>: timestamp=2021-04-27T16:41:05.539-0700 | |
2021-04-27T16:41:05.539-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for internet gateway (igw-062cd5c51af1b7d77) to attach: timestamp=2021-04-27T16:41:05.539-0700 | |
2021-04-27T16:41:05.539-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Waiting for state to become: [available]: timestamp=2021-04-27T16:41:05.539-0700 | |
2021-04-27T16:41:05.540-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInternetGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 92 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2e72b5db9a27c4208b617b95a9f48be2c7661885f5f1ff073f678626529423c8 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeInternetGateways&InternetGatewayId.1=igw-062cd5c51af1b7d77&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.540-0700 | |
2021-04-27T16:41:05.588-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1275 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:05 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: b4cffe43-c689-4f53-8b85-7ba89b97065f | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.588-0700 | |
2021-04-27T16:41:05.588-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>b4cffe43-c689-4f53-8b85-7ba89b97065f</requestId> | |
<subnetSet> | |
<item> | |
<subnetId>subnet-03c9f23800bbce134</subnetId> | |
<subnetArn>arn:aws:ec2:us-west-1:99999999999:subnet/subnet-03c9f23800bbce134</subnetArn> | |
<state>available</state> | |
<ownerId>99999999999</ownerId> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<cidrBlock>10.1.0.0/19</cidrBlock> | |
<ipv6CidrBlockAssociationSet/> | |
<availableIpAddressCount>8187</availableIpAddressCount> | |
<availabilityZone>us-west-1a</availabilityZone> | |
<availabilityZoneId>usw1-az3</availabilityZoneId> | |
<defaultForAz>false</defaultForAz> | |
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc1-private-1A</value> | |
</item> | |
</tagSet> | |
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
<mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch> | |
</item> | |
</subnetSet> | |
</DescribeSubnetsResponse>: timestamp=2021-04-27T16:41:05.588-0700 | |
2021/04/27 16:41:05 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_subnet.vpc-private["2"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .customer_owned_ipv4_pool: was null, but now cty.StringVal("") | |
- .ipv6_cidr_block: was null, but now cty.StringVal("") | |
- .outpost_arn: was null, but now cty.StringVal("") | |
- .map_customer_owned_ip_on_launch: was null, but now cty.False | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: recording 1 dependencies for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: writing current state object for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: recording 1 dependencies for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: writing current state object for aws_subnet.vpc-private["2"] | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 102 | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021-04-27T16:41:05.603-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1276 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:05 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 2f8ecbbb-5742-41e9-933f-f9a68f22758a | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.603-0700 | |
2021-04-27T16:41:05.603-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>2f8ecbbb-5742-41e9-933f-f9a68f22758a</requestId> | |
<subnetSet> | |
<item> | |
<subnetId>subnet-0208b677333a49042</subnetId> | |
<subnetArn>arn:aws:ec2:us-west-1:99999999999:subnet/subnet-0208b677333a49042</subnetArn> | |
<state>available</state> | |
<ownerId>99999999999</ownerId> | |
<vpcId>vpc-0bc3d741be5151246</vpcId> | |
<cidrBlock>10.1.64.0/19</cidrBlock> | |
<ipv6CidrBlockAssociationSet/> | |
<availableIpAddressCount>8187</availableIpAddressCount> | |
<availabilityZone>us-west-1b</availabilityZone> | |
<availabilityZoneId>usw1-az1</availabilityZoneId> | |
<defaultForAz>false</defaultForAz> | |
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc1-private-1B</value> | |
</item> | |
</tagSet> | |
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
<mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch> | |
</item> | |
</subnetSet> | |
</DescribeSubnetsResponse>: timestamp=2021-04-27T16:41:05.603-0700 | |
2021/04/27 16:41:05 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_subnet.vpc-private["3"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .map_customer_owned_ip_on_launch: was null, but now cty.False | |
- .customer_owned_ipv4_pool: was null, but now cty.StringVal("") | |
- .ipv6_cidr_block: was null, but now cty.StringVal("") | |
- .outpost_arn: was null, but now cty.StringVal("") | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: recording 1 dependencies for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: writing current state object for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:05 [TRACE] vertex "aws_subnet.vpc-private[\"2\"]": visit complete | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: recording 1 dependencies for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: writing current state object for aws_subnet.vpc-private["3"] | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 103 | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021-04-27T16:41:05.619-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1275 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:05 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 99def258-8c67-4f0a-a4df-b42ce6bd5671 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.619-0700 | |
2021-04-27T16:41:05.620-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>99def258-8c67-4f0a-a4df-b42ce6bd5671</requestId> | |
<subnetSet> | |
<item> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<subnetArn>arn:aws:ec2:us-west-1:99999999999:subnet/subnet-0137870358a2154fc</subnetArn> | |
<state>available</state> | |
<ownerId>99999999999</ownerId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<cidrBlock>10.0.0.0/19</cidrBlock> | |
<ipv6CidrBlockAssociationSet/> | |
<availableIpAddressCount>8187</availableIpAddressCount> | |
<availabilityZone>us-west-1a</availabilityZone> | |
<availabilityZoneId>usw1-az3</availabilityZoneId> | |
<defaultForAz>false</defaultForAz> | |
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-private-1A</value> | |
</item> | |
</tagSet> | |
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
<mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch> | |
</item> | |
</subnetSet> | |
</DescribeSubnetsResponse>: timestamp=2021-04-27T16:41:05.619-0700 | |
2021/04/27 16:41:05 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_subnet.vpc-private["0"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .customer_owned_ipv4_pool: was null, but now cty.StringVal("") | |
- .ipv6_cidr_block: was null, but now cty.StringVal("") | |
- .outpost_arn: was null, but now cty.StringVal("") | |
- .map_customer_owned_ip_on_launch: was null, but now cty.False | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: recording 1 dependencies for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: writing current state object for aws_subnet.vpc-private["0"] | |
2021-04-27T16:41:05.624-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1276 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:04 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: f4fcae3e-7de2-4a8b-aa57-ea5aaaa98e66 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.624-0700 | |
2021-04-27T16:41:05.624-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>f4fcae3e-7de2-4a8b-aa57-ea5aaaa98e66</requestId> | |
<subnetSet> | |
<item> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<subnetArn>arn:aws:ec2:us-west-1:99999999999:subnet/subnet-0b141eee33db0f3ea</subnetArn> | |
<state>available</state> | |
<ownerId>99999999999</ownerId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<cidrBlock>10.0.64.0/19</cidrBlock> | |
<ipv6CidrBlockAssociationSet/> | |
<availableIpAddressCount>8187</availableIpAddressCount> | |
<availabilityZone>us-west-1b</availabilityZone> | |
<availabilityZoneId>usw1-az1</availabilityZoneId> | |
<defaultForAz>false</defaultForAz> | |
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-private-1B</value> | |
</item> | |
</tagSet> | |
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
<mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch> | |
</item> | |
</subnetSet> | |
</DescribeSubnetsResponse>: timestamp=2021-04-27T16:41:05.624-0700 | |
2021/04/27 16:41:05 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_subnet.vpc-private["1"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .customer_owned_ipv4_pool: was null, but now cty.StringVal("") | |
- .ipv6_cidr_block: was null, but now cty.StringVal("") | |
- .outpost_arn: was null, but now cty.StringVal("") | |
- .map_customer_owned_ip_on_launch: was null, but now cty.False | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: recording 1 dependencies for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: writing current state object for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:05 [TRACE] vertex "aws_subnet.vpc-private[\"3\"]": visit complete | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: recording 1 dependencies for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: writing current state object for aws_subnet.vpc-private["0"] | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: recording 1 dependencies for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: writing current state object for aws_subnet.vpc-private["1"] | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 104 | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021-04-27T16:41:05.665-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInternetGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 806 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:05 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 6b227539-4b5c-4d8c-9c02-1b5d64fe4471 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.665-0700 | |
2021-04-27T16:41:05.665-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeInternetGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>6b227539-4b5c-4d8c-9c02-1b5d64fe4471</requestId> | |
<internetGatewaySet> | |
<item> | |
<internetGatewayId>igw-062cd5c51af1b7d77</internetGatewayId> | |
<ownerId>99999999999</ownerId> | |
<attachmentSet> | |
<item> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<state>available</state> | |
</item> | |
</attachmentSet> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>gw-us-west-1-vpc0</value> | |
</item> | |
</tagSet> | |
</item> | |
</internetGatewaySet> | |
</DescribeInternetGatewaysResponse>: timestamp=2021-04-27T16:41:05.665-0700 | |
2021-04-27T16:41:05.665-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInternetGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 92 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2e72b5db9a27c4208b617b95a9f48be2c7661885f5f1ff073f678626529423c8 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeInternetGateways&InternetGatewayId.1=igw-062cd5c51af1b7d77&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.665-0700 | |
2021/04/27 16:41:05 [TRACE] vertex "aws_subnet.vpc-private[\"0\"]": visit complete | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 105 | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021/04/27 16:41:05 [TRACE] vertex "aws_subnet.vpc-private[\"1\"]": visit complete | |
2021/04/27 16:41:05 [TRACE] dag/walk: visiting "local.created_private_subnets (expand)" | |
2021/04/27 16:41:05 [TRACE] vertex "local.created_private_subnets (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:05 [TRACE] vertex "local.created_private_subnets (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:05 [TRACE] Expanding local: adding local.created_private_subnets as *terraform.NodeLocal | |
2021/04/27 16:41:05 [TRACE] vertex "local.created_private_subnets (expand)": entering dynamic subgraph | |
2021/04/27 16:41:05 [TRACE] dag/walk: visiting "local.created_private_subnets" | |
2021/04/27 16:41:05 [TRACE] vertex "local.created_private_subnets": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:05 [TRACE] vertex "local.created_private_subnets": visit complete | |
2021/04/27 16:41:05 [TRACE] vertex "local.created_private_subnets (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:05 [TRACE] vertex "local.created_private_subnets (expand)": visit complete | |
2021/04/27 16:41:05 [TRACE] dag/walk: visiting "aws_route_table.the_private_route_table (expand)" | |
2021/04/27 16:41:05 [TRACE] vertex "aws_route_table.the_private_route_table (expand)": starting visit (*terraform.nodeExpandApplyableResource) | |
2021/04/27 16:41:05 [TRACE] vertex "aws_route_table.the_private_route_table (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:05 [TRACE] vertex "aws_route_table.the_private_route_table (expand)": entering dynamic subgraph | |
2021/04/27 16:41:05 [TRACE] dag/walk: visiting "aws_route_table.the_private_route_table" | |
2021/04/27 16:41:05 [TRACE] vertex "aws_route_table.the_private_route_table": starting visit (*terraform.NodeApplyableResource) | |
2021/04/27 16:41:05 [TRACE] vertex "aws_route_table.the_private_route_table": visit complete | |
2021/04/27 16:41:05 [TRACE] vertex "aws_route_table.the_private_route_table (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:05 [TRACE] vertex "aws_route_table.the_private_route_table (expand)": visit complete | |
2021-04-27T16:41:05.778-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInternetGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 806 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:05 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 1c70fc73-4413-4e09-9433-2aa3124fc2cf | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.778-0700 | |
2021-04-27T16:41:05.778-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeInternetGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>1c70fc73-4413-4e09-9433-2aa3124fc2cf</requestId> | |
<internetGatewaySet> | |
<item> | |
<internetGatewayId>igw-062cd5c51af1b7d77</internetGatewayId> | |
<ownerId>99999999999</ownerId> | |
<attachmentSet> | |
<item> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<state>available</state> | |
</item> | |
</attachmentSet> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>gw-us-west-1-vpc0</value> | |
</item> | |
</tagSet> | |
</item> | |
</internetGatewaySet> | |
</DescribeInternetGatewaysResponse>: timestamp=2021-04-27T16:41:05.778-0700 | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: recording 1 dependencies for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: writing current state object for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: recording 1 dependencies for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:05 [TRACE] EvalWriteState: writing current state object for aws_internet_gateway.gw-vpc["vpc0"] | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 106 | |
2021/04/27 16:41:05 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021/04/27 16:41:05 [TRACE] vertex "aws_internet_gateway.gw-vpc[\"vpc0\"]": visit complete | |
2021/04/27 16:41:05 [TRACE] dag/walk: visiting "local.nat_gws_only_if_igw (expand)" | |
2021/04/27 16:41:05 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:05 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:05 [TRACE] Expanding local: adding local.nat_gws_only_if_igw as *terraform.NodeLocal | |
2021/04/27 16:41:05 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": entering dynamic subgraph | |
2021/04/27 16:41:05 [TRACE] dag/walk: visiting "local.nat_gws_only_if_igw" | |
2021/04/27 16:41:05 [TRACE] vertex "local.nat_gws_only_if_igw": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:05 [TRACE] vertex "local.nat_gws_only_if_igw": visit complete | |
2021/04/27 16:41:05 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:05 [TRACE] vertex "local.nat_gws_only_if_igw (expand)": visit complete | |
2021/04/27 16:41:05 [TRACE] dag/walk: visiting "local.flattened_nat_gws_only_if_igw (expand)" | |
2021/04/27 16:41:05 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:41:05 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:05 [TRACE] Expanding local: adding local.flattened_nat_gws_only_if_igw as *terraform.NodeLocal | |
2021/04/27 16:41:05 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": entering dynamic subgraph | |
2021/04/27 16:41:05 [TRACE] dag/walk: visiting "local.flattened_nat_gws_only_if_igw" | |
2021/04/27 16:41:05 [TRACE] vertex "local.flattened_nat_gws_only_if_igw": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:41:05 [TRACE] vertex "local.flattened_nat_gws_only_if_igw": visit complete | |
2021/04/27 16:41:05 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:05 [TRACE] vertex "local.flattened_nat_gws_only_if_igw (expand)": visit complete | |
2021/04/27 16:41:05 [TRACE] dag/walk: visiting "aws_nat_gateway.natgw-vpc (expand)" | |
2021/04/27 16:41:05 [TRACE] vertex "aws_nat_gateway.natgw-vpc (expand)": starting visit (*terraform.nodeExpandApplyableResource) | |
2021/04/27 16:41:05 [TRACE] vertex "aws_nat_gateway.natgw-vpc (expand)": expanding dynamic subgraph | |
2021/04/27 16:41:05 [TRACE] vertex "aws_nat_gateway.natgw-vpc (expand)": entering dynamic subgraph | |
2021/04/27 16:41:05 [TRACE] dag/walk: visiting "aws_nat_gateway.natgw-vpc" | |
2021/04/27 16:41:05 [TRACE] vertex "aws_nat_gateway.natgw-vpc": starting visit (*terraform.NodeApplyableResource) | |
2021/04/27 16:41:05 [TRACE] vertex "aws_nat_gateway.natgw-vpc": visit complete | |
2021/04/27 16:41:05 [TRACE] vertex "aws_nat_gateway.natgw-vpc (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:41:05 [TRACE] vertex "aws_nat_gateway.natgw-vpc (expand)": visit complete | |
2021/04/27 16:41:05 [TRACE] dag/walk: visiting "aws_nat_gateway.natgw-vpc[\"0\"]" | |
2021/04/27 16:41:05 [TRACE] vertex "aws_nat_gateway.natgw-vpc[\"0\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:41:05 [TRACE] dag/walk: visiting "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:05 [TRACE] vertex "aws_nat_gateway.natgw-vpc[\"1\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:41:05 [TRACE] EvalReadDiff: Read Create change from plan for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:05 [TRACE] EvalReadState: reading state for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:05 [TRACE] EvalReadState: no state present for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:05 [TRACE] EvalReadDiff: Read Create change from plan for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:05 [TRACE] EvalReadDiff: Read Create change from plan for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:05 [TRACE] EvalReadState: reading state for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:05 [TRACE] EvalReadState: no state present for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:05 [TRACE] EvalReadDiff: Read Create change from plan for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:05 [TRACE] Re-validating config for "aws_nat_gateway.natgw-vpc[\"0\"]" | |
2021/04/27 16:41:05 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:05 [TRACE] Re-validating config for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:05 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:41:05 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:05 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:41:05 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:41:05 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:41:05 [TRACE] EvalReadState: reading state for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:05 [TRACE] EvalReadState: no state present for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:41:05 [TRACE] EvalReadState: reading state for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:05 [TRACE] EvalReadState: no state present for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:41:05 [DEBUG] EvalApply: ProviderMeta config value set | |
2021/04/27 16:41:05 [DEBUG] aws_nat_gateway.natgw-vpc["0"]: applying the planned Create change | |
2021/04/27 16:41:05 [DEBUG] EvalApply: ProviderMeta config value set | |
2021/04/27 16:41:05 [DEBUG] aws_nat_gateway.natgw-vpc["1"]: applying the planned Create change | |
2021/04/27 16:41:05 [TRACE] GRPCProvider: ApplyResourceChange | |
2021/04/27 16:41:05 [TRACE] GRPCProvider: ApplyResourceChange | |
2021-04-27T16:41:05.812-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Create NAT Gateway: { | |
AllocationId: "eipalloc-8ccec7b9", | |
SubnetId: "subnet-0b141eee33db0f3ea", | |
TagSpecifications: [{ | |
ResourceType: "natgateway", | |
Tags: [{ | |
Key: "Name", | |
Value: "vpc0-natgw-1B" | |
}] | |
}] | |
}: timestamp=2021-04-27T16:41:05.812-0700 | |
2021-04-27T16:41:05.812-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] Create NAT Gateway: { | |
AllocationId: "eipalloc-b1323b84", | |
SubnetId: "subnet-0137870358a2154fc", | |
TagSpecifications: [{ | |
ResourceType: "natgateway", | |
Tags: [{ | |
Key: "Name", | |
Value: "vpc0-natgw-1A" | |
}] | |
}] | |
}: timestamp=2021-04-27T16:41:05.812-0700 | |
2021-04-27T16:41:05.812-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateNatGateway Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 278 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=61c146409e7de1be5dc96e3ab987a668c8b885074f33561cbdf01e3bc5962e54 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=CreateNatGateway&AllocationId=eipalloc-8ccec7b9&ClientToken=E1823ED6-99DC-4513-97CC-CC780CD2BB9A&SubnetId=subnet-0b141eee33db0f3ea&TagSpecification.1.ResourceType=natgateway&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=vpc0-natgw-1B&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.812-0700 | |
2021-04-27T16:41:05.812-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateNatGateway Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 278 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=41ec59f4c6db388e7cf815b8fec6580a49a388fb29018b92b1180812a7984aa4 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234105Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=CreateNatGateway&AllocationId=eipalloc-b1323b84&ClientToken=4D7092FC-0BC8-499A-A0C1-9C67C9CA6908&SubnetId=subnet-0137870358a2154fc&TagSpecification.1.ResourceType=natgateway&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=vpc0-natgw-1A&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:05.812-0700 | |
2021-04-27T16:41:06.251-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateNatGateway Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:05 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 0aea2e38-f7ce-4f0d-a7af-5fce35c3a9c0 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:06.251-0700 | |
2021-04-27T16:41:06.251-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<CreateNatGatewayResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>0aea2e38-f7ce-4f0d-a7af-5fce35c3a9c0</requestId> | |
<clientToken>E1823ED6-99DC-4513-97CC-CC780CD2BB9A</clientToken> | |
<natGateway> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</natGateway> | |
</CreateNatGatewayResponse>: timestamp=2021-04-27T16:41:06.251-0700 | |
2021-04-27T16:41:06.251-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateNatGateway Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:05 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 3aceafab-2dc9-42ff-85a2-825e52c48c95 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:06.251-0700 | |
2021-04-27T16:41:06.251-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<CreateNatGatewayResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>3aceafab-2dc9-42ff-85a2-825e52c48c95</requestId> | |
<clientToken>4D7092FC-0BC8-499A-A0C1-9C67C9CA6908</clientToken> | |
<natGateway> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</natGateway> | |
</CreateNatGatewayResponse>: timestamp=2021-04-27T16:41:06.251-0700 | |
2021-04-27T16:41:06.251-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [INFO] NAT Gateway ID: nat-0e1f1acd4d74cc41a: timestamp=2021-04-27T16:41:06.251-0700 | |
2021-04-27T16:41:06.251-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] Waiting for NAT Gateway (nat-0e1f1acd4d74cc41a) to become available: timestamp=2021-04-27T16:41:06.251-0700 | |
2021-04-27T16:41:06.251-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] Waiting for state to become: [available]: timestamp=2021-04-27T16:41:06.251-0700 | |
2021-04-27T16:41:06.251-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [INFO] NAT Gateway ID: nat-0ddb58d52b968febe: timestamp=2021-04-27T16:41:06.251-0700 | |
2021-04-27T16:41:06.251-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] Waiting for NAT Gateway (nat-0ddb58d52b968febe) to become available: timestamp=2021-04-27T16:41:06.251-0700 | |
2021-04-27T16:41:06.251-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] Waiting for state to become: [available]: timestamp=2021-04-27T16:41:06.251-0700 | |
2021-04-27T16:41:06.252-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=c024e0550447f1baf3e1b1cef48c161770c19a4195013b0f2401aa0caafa1b59 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234106Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:06.252-0700 | |
2021-04-27T16:41:06.252-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=24fb85d08e67607194bcd46ea68443d310e0978f20a42fa008bb29cfcabd6600 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234106Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:06.252-0700 | |
2021-04-27T16:41:06.399-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:05 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: fc9e4cb8-2b76-4a2a-9b9d-46bdb242a150 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:06.399-0700 | |
2021-04-27T16:41:06.399-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>fc9e4cb8-2b76-4a2a-9b9d-46bdb242a150</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:06.399-0700 | |
2021-04-27T16:41:06.399-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [TRACE] Waiting 200ms before next try: timestamp=2021-04-27T16:41:06.399-0700 | |
2021-04-27T16:41:06.403-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:06 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 91a3d46f-8bb8-4d16-9cc1-fdca387831bc | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:06.403-0700 | |
2021-04-27T16:41:06.403-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>91a3d46f-8bb8-4d16-9cc1-fdca387831bc</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:06.403-0700 | |
2021-04-27T16:41:06.403-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [TRACE] Waiting 200ms before next try: timestamp=2021-04-27T16:41:06.403-0700 | |
2021-04-27T16:41:06.604-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=24fb85d08e67607194bcd46ea68443d310e0978f20a42fa008bb29cfcabd6600 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234106Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:06.604-0700 | |
2021-04-27T16:41:06.604-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=c024e0550447f1baf3e1b1cef48c161770c19a4195013b0f2401aa0caafa1b59 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234106Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:06.604-0700 | |
2021-04-27T16:41:06.749-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:06 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: bcb48594-ac7b-45a9-9285-5725a126454c | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:06.749-0700 | |
2021-04-27T16:41:06.749-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>bcb48594-ac7b-45a9-9285-5725a126454c</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:06.749-0700 | |
2021-04-27T16:41:06.749-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [TRACE] Waiting 400ms before next try: timestamp=2021-04-27T16:41:06.749-0700 | |
2021-04-27T16:41:06.750-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:06 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: b4b7d968-de20-4c81-8c9c-30fcadb7a72b | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:06.750-0700 | |
2021-04-27T16:41:06.750-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>b4b7d968-de20-4c81-8c9c-30fcadb7a72b</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:06.750-0700 | |
2021-04-27T16:41:06.750-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:06 [TRACE] Waiting 400ms before next try: timestamp=2021-04-27T16:41:06.750-0700 | |
2021/04/27 16:41:07 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:41:07 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:07 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:07 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:07 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:07 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:41:07 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:07 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:41:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021-04-27T16:41:07.150-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:07 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=726f43d038f14e7b8311ad67013037bbf520cb074ef46cc7922fac41e35e0ed1 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234107Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:07.150-0700 | |
2021-04-27T16:41:07.150-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:07 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=0c14048d45d14179468d0b60ef73b94ff0e132ebb512f93b32294ed751548068 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234107Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:07.150-0700 | |
2021-04-27T16:41:07.302-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:07 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:06 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: a87f15e6-d4a5-463e-9629-4455e58d3703 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:07.302-0700 | |
2021-04-27T16:41:07.302-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:07 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>a87f15e6-d4a5-463e-9629-4455e58d3703</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:07.302-0700 | |
2021-04-27T16:41:07.302-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:07 [TRACE] Waiting 800ms before next try: timestamp=2021-04-27T16:41:07.302-0700 | |
2021-04-27T16:41:07.313-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:07 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:06 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: cabfd954-d7f3-4765-b281-fd51a72e92a7 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:07.313-0700 | |
2021-04-27T16:41:07.313-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:07 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>cabfd954-d7f3-4765-b281-fd51a72e92a7</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:07.313-0700 | |
2021-04-27T16:41:07.313-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:07 [TRACE] Waiting 800ms before next try: timestamp=2021-04-27T16:41:07.313-0700 | |
2021-04-27T16:41:08.107-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=4f787923f0f849970277674cf97ea2d0b50333e817913139824dca9e2ee5c16d | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234108Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:08.107-0700 | |
2021-04-27T16:41:08.115-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2f13f70969a06e6db388fe67bf328dd8ed8dbcece0062aa1adffdceb281d737a | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234108Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:08.115-0700 | |
2021-04-27T16:41:08.252-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:07 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: e326a9bc-5eb8-43f4-99b3-87ac77af649d | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:08.251-0700 | |
2021-04-27T16:41:08.252-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>e326a9bc-5eb8-43f4-99b3-87ac77af649d</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:08.251-0700 | |
2021-04-27T16:41:08.252-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:08 [TRACE] Waiting 1.6s before next try: timestamp=2021-04-27T16:41:08.251-0700 | |
2021-04-27T16:41:08.252-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:08 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 2865a5d5-2a01-46e3-a419-02e7f2511f7b | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:08.252-0700 | |
2021-04-27T16:41:08.252-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>2865a5d5-2a01-46e3-a419-02e7f2511f7b</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:08.252-0700 | |
2021-04-27T16:41:08.252-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:08 [TRACE] Waiting 1.6s before next try: timestamp=2021-04-27T16:41:08.252-0700 | |
2021-04-27T16:41:09.856-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=6e09fb7b582929c5b18a184f9aa561e24341572b3dad07d7cced75fa5b65c352 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234109Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:09.856-0700 | |
2021-04-27T16:41:09.856-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=5fe6898b97caea63a17452b06c45e24fcf643e8ae3a2acb5b849d913b9d9a9b2 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234109Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:09.856-0700 | |
2021-04-27T16:41:10.006-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:10 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:09 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: b310a7e9-f776-4246-8688-ce7e289fadb0 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:10.006-0700 | |
2021-04-27T16:41:10.006-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:10 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>b310a7e9-f776-4246-8688-ce7e289fadb0</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:10.006-0700 | |
2021-04-27T16:41:10.006-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:10 [TRACE] Waiting 3.2s before next try: timestamp=2021-04-27T16:41:10.006-0700 | |
2021-04-27T16:41:10.008-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:10 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:09 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 360a0c5a-8476-4fb2-acbf-0a6a3dcfcaa5 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:10.008-0700 | |
2021-04-27T16:41:10.008-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:10 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>360a0c5a-8476-4fb2-acbf-0a6a3dcfcaa5</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:10.008-0700 | |
2021-04-27T16:41:10.008-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:10 [TRACE] Waiting 3.2s before next try: timestamp=2021-04-27T16:41:10.008-0700 | |
2021/04/27 16:41:10 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:10 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:10 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:10 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:12 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:41:12 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:12 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:12 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:12 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:41:12 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:41:12 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:12 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021-04-27T16:41:13.207-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:13 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=db8262a482d05f855edc73a29918cd8ed3de6f16b8b57daaaf96a8a6c8367d16 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234113Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:13.207-0700 | |
2021-04-27T16:41:13.209-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:13 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=6e981d91a3c67388972ea797a40351478f5a4841b47bb6e2d7d0c505667f17b0 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234113Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:13.209-0700 | |
2021-04-27T16:41:13.359-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:13 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:12 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 75bcba95-f217-47f1-ab55-2fed9a28d27c | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:13.359-0700 | |
2021-04-27T16:41:13.359-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:13 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>75bcba95-f217-47f1-ab55-2fed9a28d27c</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:13.359-0700 | |
2021-04-27T16:41:13.359-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:13 [TRACE] Waiting 6.4s before next try: timestamp=2021-04-27T16:41:13.359-0700 | |
2021-04-27T16:41:13.362-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:13 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:12 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: ad569505-1172-4264-b53d-aa1f993ae9a7 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:13.362-0700 | |
2021-04-27T16:41:13.362-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:13 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>ad569505-1172-4264-b53d-aa1f993ae9a7</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:13.362-0700 | |
2021-04-27T16:41:13.362-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:13 [TRACE] Waiting 6.4s before next try: timestamp=2021-04-27T16:41:13.362-0700 | |
2021/04/27 16:41:15 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:15 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:15 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:15 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:17 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:17 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:17 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:17 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:17 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:17 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:17 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:17 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:17 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:41:17 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:17 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:41:17 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:17 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021-04-27T16:41:19.762-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:19 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=03e911f03029573bbdb574a78558536ba40e8c74b68e83b996c50510d8482df4 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234119Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:19.762-0700 | |
2021-04-27T16:41:19.763-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:19 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=7cf97edb6bbbddbd034ff2dff45a0be855d84a28a0be392566753e3406b93a51 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234119Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:19.762-0700 | |
2021-04-27T16:41:19.911-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:19 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:19 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 3959d100-16db-4501-8c70-a38d32ec39c6 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:19.911-0700 | |
2021-04-27T16:41:19.911-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:19 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:19 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: e63fb46e-1848-4fbc-a3e6-d0cb4d4cd3bb | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:19.911-0700 | |
2021-04-27T16:41:19.911-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:19 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>e63fb46e-1848-4fbc-a3e6-d0cb4d4cd3bb</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:19.911-0700 | |
2021-04-27T16:41:19.911-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:19 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>3959d100-16db-4501-8c70-a38d32ec39c6</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<networkInterfaceId>eni-02fc7eed5bfeb7ce6</networkInterfaceId> | |
<privateIp>10.0.23.113</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:19.911-0700 | |
2021-04-27T16:41:19.911-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:19 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:41:19.911-0700 | |
2021-04-27T16:41:19.911-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:19 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:41:19.911-0700 | |
2021/04/27 16:41:20 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:20 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:20 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:20 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:22 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:22 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:41:22 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:41:22 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:22 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:22 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:22 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:22 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:22 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:41:22 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:22 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:22 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:22 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:25 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:25 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:25 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:25 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:27 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:27 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:27 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:41:27 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:41:27 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:27 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:27 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:27 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:27 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:27 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:27 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:27 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:27 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021-04-27T16:41:29.912-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:29 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=9f25e2bd8ae1347bc681144836b0290a75b2b0e3ff844b522f37a81c55f0a05e | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234129Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:29.912-0700 | |
2021-04-27T16:41:29.912-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:29 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=b01e08b447d45867b789138d5e2f3db760f03a8bfa50a6c2350c387852d6b348 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234129Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:29.912-0700 | |
2021-04-27T16:41:30.072-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:30 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:29 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: c2740616-2ef4-4864-b6e5-c6a6c832248a | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:30.071-0700 | |
2021-04-27T16:41:30.072-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:30 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>c2740616-2ef4-4864-b6e5-c6a6c832248a</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:30.071-0700 | |
2021-04-27T16:41:30.072-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:30 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:41:30.071-0700 | |
2021-04-27T16:41:30.073-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:30 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:29 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 4a111b28-a613-4ac2-8115-735c490d3f54 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:30.073-0700 | |
2021-04-27T16:41:30.073-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:30 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>4a111b28-a613-4ac2-8115-735c490d3f54</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<networkInterfaceId>eni-02fc7eed5bfeb7ce6</networkInterfaceId> | |
<privateIp>10.0.23.113</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:30.073-0700 | |
2021-04-27T16:41:30.073-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:30 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:41:30.073-0700 | |
2021/04/27 16:41:30 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:30 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:30 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:30 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:32 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:41:32 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:32 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:32 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:32 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:32 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:32 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:32 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:41:32 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:32 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:32 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:32 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:32 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:41:35 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:35 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:35 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:35 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:37 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:41:37 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:37 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:37 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:37 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:37 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:37 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:41:37 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:37 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:37 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:37 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:37 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:37 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021-04-27T16:41:40.077-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:40 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=0fdbc40d3194e33792c5505b3bcc9c7bdd850196b845707a9f4a67c22965d988 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234140Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:40.077-0700 | |
2021-04-27T16:41:40.077-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:40 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=a64b6523980aab46e82958758c410a896f7c9fcb8819c08d54f314daa1e13964 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234140Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:40.077-0700 | |
2021-04-27T16:41:40.222-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:40 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:39 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 876777dc-6499-475e-be4d-3ab35ea22539 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:40.222-0700 | |
2021-04-27T16:41:40.222-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:40 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>876777dc-6499-475e-be4d-3ab35ea22539</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:40.222-0700 | |
2021-04-27T16:41:40.222-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:40 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:41:40.222-0700 | |
2021-04-27T16:41:40.237-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:40 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:40 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 229761e6-71a7-4d92-a338-189d5378fbd9 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:40.237-0700 | |
2021-04-27T16:41:40.237-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:40 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>229761e6-71a7-4d92-a338-189d5378fbd9</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<networkInterfaceId>eni-02fc7eed5bfeb7ce6</networkInterfaceId> | |
<privateIp>10.0.23.113</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:40.237-0700 | |
2021-04-27T16:41:40.238-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:40 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:41:40.237-0700 | |
2021/04/27 16:41:40 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:40 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:40 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:40 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:42 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:42 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:41:42 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:42 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:42 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:41:42 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:42 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:41:42 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:42 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:42 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:42 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:42 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:42 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:45 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:45 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:45 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:45 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:47 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:47 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:47 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:47 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:47 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:47 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:47 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:41:47 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:41:47 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:47 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:47 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:47 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:41:47 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021-04-27T16:41:50.228-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:50 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=7208ed2e3e41fd9e321d500ac3df0133802a574d0ccc95ffd0acbb7522acced0 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234150Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:50.228-0700 | |
2021-04-27T16:41:50.239-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:50 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=092e762b1ce4ef9ce1430c6e45d1cf4ebb33168fcf4dbfca71486301ca6b8b46 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234150Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:50.238-0700 | |
2021-04-27T16:41:50.389-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:50 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:49 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 1d423a82-6165-4f84-9e33-51f6210a0286 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:50.389-0700 | |
2021-04-27T16:41:50.389-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:50 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>1d423a82-6165-4f84-9e33-51f6210a0286</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:50.389-0700 | |
2021-04-27T16:41:50.389-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:50 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:41:50.389-0700 | |
2021-04-27T16:41:50.394-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:50 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:41:49 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 7ececf3f-21f9-483d-8dcc-b9005fbaf199 | |
-----------------------------------------------------: timestamp=2021-04-27T16:41:50.393-0700 | |
2021-04-27T16:41:50.394-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:50 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>7ececf3f-21f9-483d-8dcc-b9005fbaf199</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<networkInterfaceId>eni-02fc7eed5bfeb7ce6</networkInterfaceId> | |
<privateIp>10.0.23.113</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:41:50.393-0700 | |
2021-04-27T16:41:50.394-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:41:50 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:41:50.393-0700 | |
2021/04/27 16:41:50 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:50 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:50 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:50 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:52 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:52 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:41:52 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:52 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:52 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:52 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:41:52 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:52 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:41:52 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:52 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:52 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:41:52 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:52 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:55 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:55 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:55 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:55 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:57 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:41:57 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:57 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:41:57 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:41:57 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:57 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:41:57 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:57 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:41:57 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:41:57 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:57 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:41:57 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:41:57 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021-04-27T16:42:00.391-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:00 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2401c033deec775a3e853c331d3cdff540f55abe223a4d7b2aae68e41140a774 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234200Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:00.390-0700 | |
2021-04-27T16:42:00.395-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:00 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=60aa9997eba227c6bb1344196023b42a1f3c9cc80a3e3dd5df0fa8ba037ef12d | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234200Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:00.395-0700 | |
2021-04-27T16:42:00.553-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:00 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:42:00 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 4021c819-cda5-4a4a-ad89-3017e79da524 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:00.553-0700 | |
2021-04-27T16:42:00.553-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:00 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>4021c819-cda5-4a4a-ad89-3017e79da524</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:42:00.553-0700 | |
2021-04-27T16:42:00.553-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:00 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:42:00.553-0700 | |
2021-04-27T16:42:00.553-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:00 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:42:00 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: c4c2dc16-3048-4acd-acdc-06c192ac7786 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:00.553-0700 | |
2021-04-27T16:42:00.553-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:00 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>c4c2dc16-3048-4acd-acdc-06c192ac7786</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<networkInterfaceId>eni-02fc7eed5bfeb7ce6</networkInterfaceId> | |
<privateIp>10.0.23.113</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:42:00.553-0700 | |
2021-04-27T16:42:00.553-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:00 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:42:00.553-0700 | |
2021/04/27 16:42:00 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:00 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:00 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:00 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:02 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:42:02 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:02 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:42:02 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:02 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:42:02 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:02 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:42:02 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:02 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:42:02 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:42:02 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:02 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:42:02 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:05 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:05 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:05 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:05 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:07 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:42:07 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:42:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:07 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:42:07 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:07 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:42:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:07 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:42:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:42:07 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:07 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021-04-27T16:42:10.556-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:10 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=37b01a9f6dfeb2fc1eab0bb6ba5a8f3386d66a37a5dda62a38d290b073526267 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234210Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:10.556-0700 | |
2021-04-27T16:42:10.556-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:10 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=3dca557c3843730301755c03f4c7fb76fcb42d9601c6ebef6899dbe37667b3fc | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234210Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:10.556-0700 | |
2021-04-27T16:42:10.716-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:10 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:42:10 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 77c3f69a-0465-4222-97b6-4acc9b204289 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:10.716-0700 | |
2021-04-27T16:42:10.716-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:10 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>77c3f69a-0465-4222-97b6-4acc9b204289</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<networkInterfaceId>eni-02fc7eed5bfeb7ce6</networkInterfaceId> | |
<privateIp>10.0.23.113</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:42:10.716-0700 | |
2021-04-27T16:42:10.716-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:10 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:42:10.716-0700 | |
2021-04-27T16:42:10.721-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:10 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:42:09 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 2c1f5253-b3a2-4fc9-a853-8f492b47ebdd | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:10.720-0700 | |
2021-04-27T16:42:10.721-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:10 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>2c1f5253-b3a2-4fc9-a853-8f492b47ebdd</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:42:10.721-0700 | |
2021-04-27T16:42:10.721-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:10 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:42:10.721-0700 | |
2021/04/27 16:42:10 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:10 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:10 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:10 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:12 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:42:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:12 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:42:12 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:42:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:12 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:12 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:42:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:12 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:42:12 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:42:12 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:42:15 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:15 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:15 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:15 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:17 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:42:17 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:17 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:42:17 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:42:17 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:17 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:17 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:42:17 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:42:17 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:17 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:42:17 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:42:17 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:17 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021-04-27T16:42:20.719-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:20 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=6008a8de07751ad711a392f26f6e1307fec98e0fab21a1d64de9a365e99602e1 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234220Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:20.719-0700 | |
2021-04-27T16:42:20.722-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:20 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=6f1e01e87dfd9b038e67885d8ec9aded5b8b7d3e8d613b17e7ff9cdb00e51c4b | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234220Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:20.722-0700 | |
2021/04/27 16:42:20 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:20 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:20 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:20 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021-04-27T16:42:20.872-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:20 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:42:20 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 569a8cb9-276b-47de-ac58-3a9303438f38 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:20.872-0700 | |
2021-04-27T16:42:20.872-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:20 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>569a8cb9-276b-47de-ac58-3a9303438f38</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<networkInterfaceId>eni-02fc7eed5bfeb7ce6</networkInterfaceId> | |
<privateIp>10.0.23.113</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:42:20.872-0700 | |
2021-04-27T16:42:20.872-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:20 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:42:20.872-0700 | |
2021-04-27T16:42:20.876-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:20 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:42:20 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 85ac13c1-3359-431b-9668-58f157ed3a97 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:20.876-0700 | |
2021-04-27T16:42:20.876-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:20 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>85ac13c1-3359-431b-9668-58f157ed3a97</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:42:20.876-0700 | |
2021-04-27T16:42:20.876-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:20 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:42:20.876-0700 | |
2021/04/27 16:42:22 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:42:22 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:22 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:22 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:22 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:22 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:22 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:42:22 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:42:22 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:42:22 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:42:22 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:42:22 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:22 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:42:25 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:25 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:25 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:25 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:27 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:42:27 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:42:27 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:42:27 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:42:27 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:42:27 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:27 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:42:27 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:27 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:42:27 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:27 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:27 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:27 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:30 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:30 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:30 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:30 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021-04-27T16:42:30.876-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:30 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=0e1fcc0c1455b615d884474837b019620fa009a1953d2c22eaf22fbdd9172291 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234230Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:30.876-0700 | |
2021-04-27T16:42:30.877-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:30 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=95e5677f394be2dd49783951315c7d8c359e19eb78eac940c58f0c299a29331b | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234230Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:30.877-0700 | |
2021-04-27T16:42:31.029-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:31 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:42:30 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: b6b1450d-5e02-49da-b61e-b379569fe499 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:31.029-0700 | |
2021-04-27T16:42:31.029-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:31 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>b6b1450d-5e02-49da-b61e-b379569fe499</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:42:31.029-0700 | |
2021-04-27T16:42:31.029-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:31 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:42:31.029-0700 | |
2021-04-27T16:42:31.042-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:31 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:42:30 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 4500ba95-9b30-441c-9e11-e451bc8a01ce | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:31.042-0700 | |
2021-04-27T16:42:31.042-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:31 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>4500ba95-9b30-441c-9e11-e451bc8a01ce</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<networkInterfaceId>eni-02fc7eed5bfeb7ce6</networkInterfaceId> | |
<privateIp>10.0.23.113</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:42:31.042-0700 | |
2021-04-27T16:42:31.042-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:31 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:42:31.042-0700 | |
2021/04/27 16:42:32 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:32 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:32 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:42:32 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:42:32 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:32 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:42:32 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:32 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:42:32 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:42:32 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:32 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:32 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:42:32 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:42:35 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:35 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:35 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:35 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:37 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:42:37 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:37 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:37 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:37 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:42:37 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:37 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:42:37 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:37 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:37 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:42:37 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:42:37 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:42:37 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:42:40 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:40 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:40 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:40 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021-04-27T16:42:41.032-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:41 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=e4d07cc9ba654defde40d652e9bbed5d2e2e5fc299d2b69e1bec2f315397934e | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234241Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:41.032-0700 | |
2021-04-27T16:42:41.043-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:41 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=64827bda7daf503d196f5718d2b8d61a9506e5d69801d2909d3b6ddf02db9c88 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234241Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:41.043-0700 | |
2021-04-27T16:42:41.183-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:41 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:42:40 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 74bd6877-c4e6-409f-9bfc-a9df87bdcdff | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:41.183-0700 | |
2021-04-27T16:42:41.183-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:41 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>74bd6877-c4e6-409f-9bfc-a9df87bdcdff</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:42:41.183-0700 | |
2021-04-27T16:42:41.183-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:41 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:42:41.183-0700 | |
2021-04-27T16:42:41.202-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:41 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:42:40 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 9130f1be-61a3-4cbe-83ad-3ea70b6073d2 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:41.202-0700 | |
2021-04-27T16:42:41.202-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:41 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>9130f1be-61a3-4cbe-83ad-3ea70b6073d2</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<networkInterfaceId>eni-02fc7eed5bfeb7ce6</networkInterfaceId> | |
<privateIp>10.0.23.113</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:42:41.202-0700 | |
2021-04-27T16:42:41.202-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:41 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:42:41.202-0700 | |
2021/04/27 16:42:42 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:42 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:42:42 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:42 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:42:42 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:42 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:42 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:42:42 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:42 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:42:42 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:42:42 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:42:42 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:42 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:42:45 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:45 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:45 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:45 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:47 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:42:47 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:47 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:47 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:42:47 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:42:47 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:47 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:47 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:47 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:42:47 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:47 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:42:47 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:42:47 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:42:50 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:50 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:50 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:50 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021-04-27T16:42:51.187-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:51 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=e2dd6e2f21c25808541f296ba0f578b928a4d86c8f00f13f1a0a4536487bd0d5 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234251Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:51.187-0700 | |
2021-04-27T16:42:51.204-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:51 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=c69eded4310048657c78ba34eacd7e436d312a2ecb0002b41ad2eaa4dcc73ece | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234251Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:51.204-0700 | |
2021-04-27T16:42:51.336-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:51 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:42:50 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 8443908d-3a2e-45c9-a6ba-2a7d183d5d44 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:51.336-0700 | |
2021-04-27T16:42:51.336-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:51 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>8443908d-3a2e-45c9-a6ba-2a7d183d5d44</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:42:51.336-0700 | |
2021-04-27T16:42:51.336-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:51 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:42:51.336-0700 | |
2021-04-27T16:42:51.358-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:51 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:42:51 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: a7db4678-9f6d-4627-9277-1b03a4917ce7 | |
-----------------------------------------------------: timestamp=2021-04-27T16:42:51.358-0700 | |
2021-04-27T16:42:51.358-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:51 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>a7db4678-9f6d-4627-9277-1b03a4917ce7</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<networkInterfaceId>eni-02fc7eed5bfeb7ce6</networkInterfaceId> | |
<privateIp>10.0.23.113</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:42:51.358-0700 | |
2021-04-27T16:42:51.358-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:42:51 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:42:51.358-0700 | |
2021/04/27 16:42:52 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:42:52 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:52 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:52 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:42:52 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:42:52 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:52 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:52 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:42:52 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:42:52 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:52 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:42:52 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:52 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:42:55 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:55 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:55 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:55 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:57 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:42:57 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:42:57 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:42:57 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:42:57 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:57 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:57 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:57 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:42:57 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:42:57 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:42:57 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:42:57 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:42:57 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:43:00 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:00 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:00 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:00 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021-04-27T16:43:01.339-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:01 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=61acbab648c53936beffa4e7f8410dd9669c4aebff191561fb24db14fd30dc52 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234301Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:01.339-0700 | |
2021-04-27T16:43:01.360-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:01 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=79c2569bca062855a3fac10c80d80f28fc055aa628529bbdf74c5ef5a6ab45d0 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234301Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:01.360-0700 | |
2021-04-27T16:43:01.486-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:01 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:43:01 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 56871f2c-7f59-44a5-9079-5e9d2c300b2f | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:01.486-0700 | |
2021-04-27T16:43:01.486-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:01 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>56871f2c-7f59-44a5-9079-5e9d2c300b2f</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>pending</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:43:01.486-0700 | |
2021-04-27T16:43:01.486-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:01 [TRACE] Waiting 10s before next try: timestamp=2021-04-27T16:43:01.486-0700 | |
2021-04-27T16:43:01.511-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:01 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:43:01 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 102306d2-565b-415e-b4b9-7a9940d6d1fb | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:01.511-0700 | |
2021-04-27T16:43:01.511-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:01 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>102306d2-565b-415e-b4b9-7a9940d6d1fb</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<networkInterfaceId>eni-02fc7eed5bfeb7ce6</networkInterfaceId> | |
<privateIp>10.0.23.113</privateIp> | |
<publicIp>54.241.231.69</publicIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>available</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:43:01.511-0700 | |
2021-04-27T16:43:01.512-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:01 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=79c2569bca062855a3fac10c80d80f28fc055aa628529bbdf74c5ef5a6ab45d0 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234301Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0ddb58d52b968febe&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:01.512-0700 | |
2021-04-27T16:43:01.670-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:01 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:43:00 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 736d4255-ed51-4ef1-85e2-c3d1c10f85a3 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:01.670-0700 | |
2021-04-27T16:43:01.670-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:01 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>736d4255-ed51-4ef1-85e2-c3d1c10f85a3</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-b1323b84</allocationId> | |
<networkInterfaceId>eni-02fc7eed5bfeb7ce6</networkInterfaceId> | |
<privateIp>10.0.23.113</privateIp> | |
<publicIp>54.241.231.69</publicIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>available</state> | |
<subnetId>subnet-0137870358a2154fc</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1A</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:43:01.670-0700 | |
2021/04/27 16:43:01 [TRACE] EvalWriteState: recording 4 dependencies for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:43:01 [TRACE] EvalWriteState: writing current state object for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:43:01 [TRACE] EvalWriteState: recording 4 dependencies for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:43:01 [TRACE] EvalWriteState: writing current state object for aws_nat_gateway.natgw-vpc["0"] | |
2021/04/27 16:43:01 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2021/04/27 16:43:01 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 107 | |
2021/04/27 16:43:01 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021/04/27 16:43:01 [TRACE] vertex "aws_nat_gateway.natgw-vpc[\"0\"]": visit complete | |
2021/04/27 16:43:02 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:43:02 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:43:02 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:43:02 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:43:02 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:43:02 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:02 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:43:02 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:43:02 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:43:02 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:43:02 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:43:02 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:43:02 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:05 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:05 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:05 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:05 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:43:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:43:07 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:43:07 [TRACE] dag/walk: vertex "output.test2" is waiting for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:43:07 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:43:07 [TRACE] dag/walk: vertex "output.test" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:07 [TRACE] dag/walk: vertex "local.created_nat_gws (expand)" is waiting for "aws_nat_gateway.natgw-vpc[\"1\"]" | |
2021/04/27 16:43:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:43:07 [TRACE] dag/walk: vertex "local.nat_gws (expand)" is waiting for "local.created_nat_gws (expand)" | |
2021/04/27 16:43:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:43:07 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:07 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:43:07 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:43:10 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:10 [TRACE] dag/walk: vertex "output.test3" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:10 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" is waiting for "local.nat_gws (expand)" | |
2021/04/27 16:43:10 [TRACE] dag/walk: vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" is waiting for "local.nat_gws (expand)" | |
2021-04-27T16:43:11.491-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=9660accdba4bfc309bcd8f46e0a726423b3ddff3ca15b7c4e3479da2edb7918f | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234311Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:11.491-0700 | |
2021-04-27T16:43:11.634-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:43:10 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: d4d5b75a-c1f9-40cd-99ff-85239f4faab3 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:11.634-0700 | |
2021-04-27T16:43:11.634-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>d4d5b75a-c1f9-40cd-99ff-85239f4faab3</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
<publicIp>204.236.185.55</publicIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>available</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:43:11.634-0700 | |
2021-04-27T16:43:11.634-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=9660accdba4bfc309bcd8f46e0a726423b3ddff3ca15b7c4e3479da2edb7918f | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234311Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeNatGateways&NatGatewayId.1=nat-0e1f1acd4d74cc41a&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:11.634-0700 | |
2021-04-27T16:43:11.783-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:43:11 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: 554ae68e-89e4-40e6-b895-68ad1d7eb70a | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:11.783-0700 | |
2021-04-27T16:43:11.783-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>554ae68e-89e4-40e6-b895-68ad1d7eb70a</requestId> | |
<natGatewaySet> | |
<item> | |
<connectivityType>public</connectivityType> | |
<createTime>2021-04-27T23:41:06.000Z</createTime> | |
<natGatewayAddressSet> | |
<item> | |
<allocationId>eipalloc-8ccec7b9</allocationId> | |
<networkInterfaceId>eni-07543839cae88e62b</networkInterfaceId> | |
<privateIp>10.0.94.216</privateIp> | |
<publicIp>204.236.185.55</publicIp> | |
</item> | |
</natGatewayAddressSet> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>available</state> | |
<subnetId>subnet-0b141eee33db0f3ea</subnetId> | |
<tagSet> | |
<item> | |
<key>Name</key> | |
<value>vpc0-natgw-1B</value> | |
</item> | |
</tagSet> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
</item> | |
</natGatewaySet> | |
</DescribeNatGatewaysResponse>: timestamp=2021-04-27T16:43:11.783-0700 | |
2021/04/27 16:43:11 [TRACE] EvalWriteState: recording 4 dependencies for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:43:11 [TRACE] EvalWriteState: writing current state object for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:43:11 [TRACE] EvalWriteState: recording 4 dependencies for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:43:11 [TRACE] EvalWriteState: writing current state object for aws_nat_gateway.natgw-vpc["1"] | |
2021/04/27 16:43:11 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2021/04/27 16:43:11 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 108 | |
2021/04/27 16:43:11 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021/04/27 16:43:11 [TRACE] vertex "aws_nat_gateway.natgw-vpc[\"1\"]": visit complete | |
2021/04/27 16:43:11 [TRACE] dag/walk: visiting "local.created_nat_gws (expand)" | |
2021/04/27 16:43:11 [TRACE] vertex "local.created_nat_gws (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:43:11 [TRACE] vertex "local.created_nat_gws (expand)": expanding dynamic subgraph | |
2021/04/27 16:43:11 [TRACE] Expanding local: adding local.created_nat_gws as *terraform.NodeLocal | |
2021/04/27 16:43:11 [TRACE] vertex "local.created_nat_gws (expand)": entering dynamic subgraph | |
2021/04/27 16:43:11 [TRACE] dag/walk: visiting "local.created_nat_gws" | |
2021/04/27 16:43:11 [TRACE] vertex "local.created_nat_gws": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:43:11 [TRACE] vertex "local.created_nat_gws": visit complete | |
2021/04/27 16:43:11 [TRACE] vertex "local.created_nat_gws (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:43:11 [TRACE] vertex "local.created_nat_gws (expand)": visit complete | |
2021/04/27 16:43:11 [TRACE] dag/walk: visiting "local.nat_gws (expand)" | |
2021/04/27 16:43:11 [TRACE] vertex "local.nat_gws (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/04/27 16:43:11 [TRACE] vertex "local.nat_gws (expand)": expanding dynamic subgraph | |
2021/04/27 16:43:11 [TRACE] Expanding local: adding local.nat_gws as *terraform.NodeLocal | |
2021/04/27 16:43:11 [TRACE] vertex "local.nat_gws (expand)": entering dynamic subgraph | |
2021/04/27 16:43:11 [TRACE] dag/walk: visiting "local.nat_gws" | |
2021/04/27 16:43:11 [TRACE] vertex "local.nat_gws": starting visit (*terraform.NodeLocal) | |
2021/04/27 16:43:11 [TRACE] vertex "local.nat_gws": visit complete | |
2021/04/27 16:43:11 [TRACE] vertex "local.nat_gws (expand)": dynamic subgraph completed successfully | |
2021/04/27 16:43:11 [TRACE] vertex "local.nat_gws (expand)": visit complete | |
2021/04/27 16:43:11 [TRACE] dag/walk: visiting "output.test" | |
2021/04/27 16:43:11 [TRACE] vertex "output.test": starting visit (*terraform.NodeApplyableOutput) | |
2021/04/27 16:43:11 [TRACE] dag/walk: visiting "output.test3" | |
2021/04/27 16:43:11 [TRACE] vertex "output.test3": starting visit (*terraform.NodeApplyableOutput) | |
2021/04/27 16:43:11 [TRACE] dag/walk: visiting "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" | |
2021/04/27 16:43:11 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:43:11 [TRACE] dag/walk: visiting "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:43:11 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:43:11 [TRACE] dag/walk: visiting "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" | |
2021/04/27 16:43:11 [TRACE] dag/walk: visiting "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:43:11 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:43:11 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]": starting visit (*terraform.NodeApplyableResourceInstance) | |
2021/04/27 16:43:11 [TRACE] EvalReadDiff: Read Create change from plan for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:43:11 [TRACE] EvalReadState: reading state for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:43:11 [TRACE] EvalReadState: no state present for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:43:11 [TRACE] EvalReadDiff: Read Create change from plan for aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:43:11 [TRACE] EvalReadState: reading state for aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:43:11 [TRACE] EvalReadState: no state present for aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:43:11 [TRACE] EvalReadDiff: Read Create change from plan for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:43:11 [TRACE] EvalReadDiff: Read Create change from plan for aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:43:11 [TRACE] EvalReadState: reading state for aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:43:11 [TRACE] EvalReadState: no state present for aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:43:11 [TRACE] EvalReadDiff: Read Create change from plan for aws_route_table.the_private_route_table["vpc1-private-1B"] | |
2021/04/27 16:43:11 [TRACE] EvalReadDiff: Read Create change from plan for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:43:11 [TRACE] EvalReadState: reading state for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:43:11 [TRACE] EvalReadState: no state present for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:43:11 [TRACE] EvalReadDiff: Read Create change from plan for aws_route_table.the_private_route_table["vpc1-private-1A"] | |
2021/04/27 16:43:11 [TRACE] ExecuteWriteOutput: Saving Create change for output.test in changeset | |
2021/04/27 16:43:11 [TRACE] EvalReadDiff: Read Create change from plan for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:43:11 [TRACE] EvalWriteOutput: Saving value for output.test in state | |
2021/04/27 16:43:11 [TRACE] vertex "output.test": visit complete | |
2021/04/27 16:43:11 [TRACE] ExecuteWriteOutput: Saving Create change for output.test3 in changeset | |
2021/04/27 16:43:11 [TRACE] EvalWriteOutput: Saving value for output.test3 in state | |
2021/04/27 16:43:11 [TRACE] vertex "output.test3": visit complete | |
2021/04/27 16:43:11 [TRACE] Re-validating config for "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]" | |
2021/04/27 16:43:11 [TRACE] Re-validating config for "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]" | |
2021/04/27 16:43:11 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:43:11 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:43:11 [TRACE] Re-validating config for "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]" | |
2021/04/27 16:43:11 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021/04/27 16:43:11 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:43:11 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:43:11 [TRACE] Re-validating config for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021/04/27 16:43:11 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2021-04-27T16:43:11.817-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-04-27T16:43:11.817-0700 | |
2021/04/27 16:43:11 [TRACE] GRPCProvider: PlanResourceChange | |
2021-04-27T16:43:11.817-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-04-27T16:43:11.817-0700 | |
2021/04/27 16:43:11 [TRACE] GRPCProvider: PlanResourceChange | |
2021/04/27 16:43:11 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:43:11 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:43:11 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc1-private-1B\"]": visit complete | |
2021/04/27 16:43:11 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc1-private-1A\"]": visit complete | |
2021/04/27 16:43:11 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_route_table.the_private_route_table["vpc0-private-1B"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .route: planned value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"carrier_gateway_id":cty.StringVal(""), "cidr_block":cty.StringVal("0.0.0.0/0"), "destination_prefix_list_id":cty.StringVal(""), "egress_only_gateway_id":cty.StringVal(""), "gateway_id":cty.StringVal(""), "instance_id":cty.StringVal(""), "ipv6_cidr_block":cty.StringVal(""), "local_gateway_id":cty.StringVal(""), "nat_gateway_id":cty.StringVal("nat-0e1f1acd4d74cc41a"), "network_interface_id":cty.StringVal(""), "transit_gateway_id":cty.StringVal(""), "vpc_endpoint_id":cty.StringVal(""), "vpc_peering_connection_id":cty.StringVal("")})}) does not match config value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"carrier_gateway_id":cty.NullVal(cty.String), "cidr_block":cty.StringVal("0.0.0.0/0"), "destination_prefix_list_id":cty.NullVal(cty.String), "egress_only_gateway_id":cty.NullVal(cty.String), "gateway_id":cty.NullVal(cty.String), "instance_id":cty.NullVal(cty.String), "ipv6_cidr_block":cty.NullVal(cty.String), "local_gateway_id":cty.NullVal(cty.String), "nat_gateway_id":cty.StringVal("nat-0e1f1acd4d74cc41a"), "network_interface_id":cty.NullVal(cty.String), "transit_gateway_id":cty.NullVal(cty.String), "vpc_endpoint_id":cty.NullVal(cty.String), "vpc_peering_connection_id":cty.NullVal(cty.String)})}) | |
2021/04/27 16:43:11 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:43:11 [TRACE] EvalReadState: reading state for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:43:11 [TRACE] EvalReadState: no state present for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:43:11 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_route_table.the_private_route_table["vpc0-private-1A"], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .route: planned value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"carrier_gateway_id":cty.StringVal(""), "cidr_block":cty.StringVal("0.0.0.0/0"), "destination_prefix_list_id":cty.StringVal(""), "egress_only_gateway_id":cty.StringVal(""), "gateway_id":cty.StringVal(""), "instance_id":cty.StringVal(""), "ipv6_cidr_block":cty.StringVal(""), "local_gateway_id":cty.StringVal(""), "nat_gateway_id":cty.StringVal("nat-0ddb58d52b968febe"), "network_interface_id":cty.StringVal(""), "transit_gateway_id":cty.StringVal(""), "vpc_endpoint_id":cty.StringVal(""), "vpc_peering_connection_id":cty.StringVal("")})}) does not match config value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"carrier_gateway_id":cty.NullVal(cty.String), "cidr_block":cty.StringVal("0.0.0.0/0"), "destination_prefix_list_id":cty.NullVal(cty.String), "egress_only_gateway_id":cty.NullVal(cty.String), "gateway_id":cty.NullVal(cty.String), "instance_id":cty.NullVal(cty.String), "ipv6_cidr_block":cty.NullVal(cty.String), "local_gateway_id":cty.NullVal(cty.String), "nat_gateway_id":cty.StringVal("nat-0ddb58d52b968febe"), "network_interface_id":cty.NullVal(cty.String), "transit_gateway_id":cty.NullVal(cty.String), "vpc_endpoint_id":cty.NullVal(cty.String), "vpc_peering_connection_id":cty.NullVal(cty.String)})}) | |
2021/04/27 16:43:11 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2021/04/27 16:43:11 [TRACE] EvalReadState: reading state for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:43:11 [TRACE] EvalReadState: no state present for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:43:11 [DEBUG] EvalApply: ProviderMeta config value set | |
2021/04/27 16:43:11 [DEBUG] aws_route_table.the_private_route_table["vpc0-private-1B"]: applying the planned Create change | |
2021/04/27 16:43:11 [TRACE] GRPCProvider: ApplyResourceChange | |
2021/04/27 16:43:11 [DEBUG] EvalApply: ProviderMeta config value set | |
2021/04/27 16:43:11 [DEBUG] aws_route_table.the_private_route_table["vpc0-private-1A"]: applying the planned Create change | |
2021/04/27 16:43:11 [TRACE] GRPCProvider: ApplyResourceChange | |
2021-04-27T16:43:11.820-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] setting computed for "propagating_vgws" from ComputedKeys: timestamp=2021-04-27T16:43:11.820-0700 | |
2021-04-27T16:43:11.820-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] setting computed for "propagating_vgws" from ComputedKeys: timestamp=2021-04-27T16:43:11.820-0700 | |
2021-04-27T16:43:11.820-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] RouteTable create config: { | |
VpcId: "vpc-051d6090e222def68" | |
}: timestamp=2021-04-27T16:43:11.820-0700 | |
2021-04-27T16:43:11.820-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] RouteTable create config: { | |
VpcId: "vpc-051d6090e222def68" | |
}: timestamp=2021-04-27T16:43:11.820-0700 | |
2021-04-27T16:43:11.820-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateRouteTable Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 70 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=ce9ff762389861bd57fb6ef2adfcc017760aca3a6426d2666c2afa9195775e43 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234311Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=CreateRouteTable&Version=2016-11-15&VpcId=vpc-051d6090e222def68 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:11.820-0700 | |
2021-04-27T16:43:11.821-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateRouteTable Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 70 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=ce9ff762389861bd57fb6ef2adfcc017760aca3a6426d2666c2afa9195775e43 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234311Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=CreateRouteTable&Version=2016-11-15&VpcId=vpc-051d6090e222def68 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:11.821-0700 | |
2021-04-27T16:43:11.997-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateRouteTable Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 743 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:43:11 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 7342a267-e3d0-4dc2-aad8-07b2b0f1b342 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:11.997-0700 | |
2021-04-27T16:43:11.997-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<CreateRouteTableResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>7342a267-e3d0-4dc2-aad8-07b2b0f1b342</requestId> | |
<routeTable> | |
<routeTableId>rtb-017215d4ea80459c1</routeTableId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<ownerId>99999999999</ownerId> | |
<routeSet> | |
<item> | |
<destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
<gatewayId>local</gatewayId> | |
<state>active</state> | |
<origin>CreateRouteTable</origin> | |
</item> | |
</routeSet> | |
<associationSet/> | |
<propagatingVgwSet/> | |
<tagSet/> | |
</routeTable> | |
</CreateRouteTableResponse>: timestamp=2021-04-27T16:43:11.997-0700 | |
2021-04-27T16:43:11.997-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [INFO] Route Table ID: rtb-017215d4ea80459c1: timestamp=2021-04-27T16:43:11.997-0700 | |
2021-04-27T16:43:11.997-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] Waiting for route table (rtb-017215d4ea80459c1) to become available: timestamp=2021-04-27T16:43:11.997-0700 | |
2021-04-27T16:43:11.997-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] Waiting for state to become: [ready]: timestamp=2021-04-27T16:43:11.997-0700 | |
2021-04-27T16:43:11.997-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:11 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=7673e9ee1823ff8032ec760a254c05303ee2b26a9bdf87693a995c4c74d0f6c5 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234311Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeRouteTables&RouteTableId.1=rtb-017215d4ea80459c1&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:11.997-0700 | |
2021-04-27T16:43:12.031-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateRouteTable Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 743 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:43:11 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 5b8e4378-f91c-4d04-a80d-8c188df4ae38 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:12.031-0700 | |
2021-04-27T16:43:12.031-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<CreateRouteTableResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>5b8e4378-f91c-4d04-a80d-8c188df4ae38</requestId> | |
<routeTable> | |
<routeTableId>rtb-09ab3c01d2a0977bf</routeTableId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<ownerId>99999999999</ownerId> | |
<routeSet> | |
<item> | |
<destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
<gatewayId>local</gatewayId> | |
<state>active</state> | |
<origin>CreateRouteTable</origin> | |
</item> | |
</routeSet> | |
<associationSet/> | |
<propagatingVgwSet/> | |
<tagSet/> | |
</routeTable> | |
</CreateRouteTableResponse>: timestamp=2021-04-27T16:43:12.031-0700 | |
2021-04-27T16:43:12.031-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [INFO] Route Table ID: rtb-09ab3c01d2a0977bf: timestamp=2021-04-27T16:43:12.031-0700 | |
2021-04-27T16:43:12.031-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] Waiting for route table (rtb-09ab3c01d2a0977bf) to become available: timestamp=2021-04-27T16:43:12.031-0700 | |
2021-04-27T16:43:12.031-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] Waiting for state to become: [ready]: timestamp=2021-04-27T16:43:12.031-0700 | |
2021-04-27T16:43:12.031-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=c5e9058f1f83f8d3674613c02f0a59ef85374ecf9d05ff88b0b9d44963b6c390 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234312Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeRouteTables&RouteTableId.1=rtb-09ab3c01d2a0977bf&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:12.031-0700 | |
2021/04/27 16:43:12 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.test2" | |
2021/04/27 16:43:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:43:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:43:12 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" | |
2021/04/27 16:43:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:43:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" is waiting for "aws_route_table_association.src-ra-vpc-private (expand)" | |
2021/04/27 16:43:12 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" | |
2021/04/27 16:43:12 [TRACE] dag/walk: vertex "aws_route_table_association.src-ra-vpc-private (expand)" is waiting for "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]" | |
2021-04-27T16:43:12.144-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 841 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:43:11 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 9328e843-1eba-4073-9eb4-18878b92b98c | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:12.143-0700 | |
2021-04-27T16:43:12.144-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>9328e843-1eba-4073-9eb4-18878b92b98c</requestId> | |
<routeTableSet> | |
<item> | |
<routeTableId>rtb-017215d4ea80459c1</routeTableId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<ownerId>99999999999</ownerId> | |
<routeSet> | |
<item> | |
<destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
<gatewayId>local</gatewayId> | |
<state>active</state> | |
<origin>CreateRouteTable</origin> | |
</item> | |
</routeSet> | |
<associationSet/> | |
<propagatingVgwSet/> | |
<tagSet/> | |
</item> | |
</routeTableSet> | |
</DescribeRouteTablesResponse>: timestamp=2021-04-27T16:43:12.143-0700 | |
2021-04-27T16:43:12.144-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [INFO] Creating route for rtb-017215d4ea80459c1: { | |
DestinationCidrBlock: "0.0.0.0/0", | |
NatGatewayId: "nat-0e1f1acd4d74cc41a", | |
RouteTableId: "rtb-017215d4ea80459c1" | |
}: timestamp=2021-04-27T16:43:12.144-0700 | |
2021-04-27T16:43:12.144-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] Waiting for state to become: [success]: timestamp=2021-04-27T16:43:12.144-0700 | |
2021-04-27T16:43:12.144-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateRoute Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 140 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=30484e7d98e2fba836f652ad1c69c2267572cb3128c8c295991294f3114f8a74 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234312Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=CreateRoute&DestinationCidrBlock=0.0.0.0%2F0&NatGatewayId=nat-0e1f1acd4d74cc41a&RouteTableId=rtb-017215d4ea80459c1&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:12.144-0700 | |
2021-04-27T16:43:12.176-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 841 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:43:11 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 93e9b355-4e13-443c-94a1-7780fc719ae9 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:12.176-0700 | |
2021-04-27T16:43:12.176-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>93e9b355-4e13-443c-94a1-7780fc719ae9</requestId> | |
<routeTableSet> | |
<item> | |
<routeTableId>rtb-09ab3c01d2a0977bf</routeTableId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<ownerId>99999999999</ownerId> | |
<routeSet> | |
<item> | |
<destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
<gatewayId>local</gatewayId> | |
<state>active</state> | |
<origin>CreateRouteTable</origin> | |
</item> | |
</routeSet> | |
<associationSet/> | |
<propagatingVgwSet/> | |
<tagSet/> | |
</item> | |
</routeTableSet> | |
</DescribeRouteTablesResponse>: timestamp=2021-04-27T16:43:12.176-0700 | |
2021-04-27T16:43:12.176-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [INFO] Creating route for rtb-09ab3c01d2a0977bf: { | |
DestinationCidrBlock: "0.0.0.0/0", | |
NatGatewayId: "nat-0ddb58d52b968febe", | |
RouteTableId: "rtb-09ab3c01d2a0977bf" | |
}: timestamp=2021-04-27T16:43:12.176-0700 | |
2021-04-27T16:43:12.176-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] Waiting for state to become: [success]: timestamp=2021-04-27T16:43:12.176-0700 | |
2021-04-27T16:43:12.177-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateRoute Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 140 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=10c19f674f9536f9de06aa3947b5b901a6709d22da14237328ee1566af485ba0 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234312Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=CreateRoute&DestinationCidrBlock=0.0.0.0%2F0&NatGatewayId=nat-0ddb58d52b968febe&RouteTableId=rtb-09ab3c01d2a0977bf&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:12.177-0700 | |
2021-04-27T16:43:12.348-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateRoute Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 223 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:43:12 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 570023d1-18f8-4ce9-a54c-3ba9e1bab8a6 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:12.348-0700 | |
2021-04-27T16:43:12.348-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<CreateRouteResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>570023d1-18f8-4ce9-a54c-3ba9e1bab8a6</requestId> | |
<return>true</return> | |
</CreateRouteResponse>: timestamp=2021-04-27T16:43:12.348-0700 | |
2021-04-27T16:43:12.349-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=4e23c53eb15882d5f15aff1d3a30301468d67e833ec8162888b9f41e2a217ef4 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234312Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeRouteTables&RouteTableId.1=rtb-017215d4ea80459c1&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:12.349-0700 | |
2021-04-27T16:43:12.404-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateRoute Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 223 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:43:11 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: d2a5f56e-82ea-49bf-b8fa-3d4ac7699de0 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:12.404-0700 | |
2021-04-27T16:43:12.404-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<CreateRouteResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>d2a5f56e-82ea-49bf-b8fa-3d4ac7699de0</requestId> | |
<return>true</return> | |
</CreateRouteResponse>: timestamp=2021-04-27T16:43:12.404-0700 | |
2021-04-27T16:43:12.405-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.14.11 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.19 (go1.16; darwin; amd64) | |
Content-Length: 82 | |
Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXX/99999999/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=c5e9058f1f83f8d3674613c02f0a59ef85374ecf9d05ff88b0b9d44963b6c390 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 99999999T234312Z | |
X-Amz-Security-Token: <omitted> | |
Accept-Encoding: gzip | |
Action=DescribeRouteTables&RouteTableId.1=rtb-09ab3c01d2a0977bf&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:12.405-0700 | |
2021-04-27T16:43:12.476-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1125 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:43:11 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: d53fa27f-77b9-441c-b718-e8a1e55dfe38 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:12.476-0700 | |
2021-04-27T16:43:12.476-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>d53fa27f-77b9-441c-b718-e8a1e55dfe38</requestId> | |
<routeTableSet> | |
<item> | |
<routeTableId>rtb-017215d4ea80459c1</routeTableId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<ownerId>99999999999</ownerId> | |
<routeSet> | |
<item> | |
<destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
<gatewayId>local</gatewayId> | |
<state>active</state> | |
<origin>CreateRouteTable</origin> | |
</item> | |
<item> | |
<destinationCidrBlock>0.0.0.0/0</destinationCidrBlock> | |
<natGatewayId>nat-0e1f1acd4d74cc41a</natGatewayId> | |
<state>active</state> | |
<origin>CreateRoute</origin> | |
</item> | |
</routeSet> | |
<associationSet/> | |
<propagatingVgwSet/> | |
<tagSet/> | |
</item> | |
</routeTableSet> | |
</DescribeRouteTablesResponse>: timestamp=2021-04-27T16:43:12.476-0700 | |
2021/04/27 16:43:12 [TRACE] EvalWriteState: recording 5 dependencies for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:43:12 [TRACE] EvalWriteState: writing current state object for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:43:12 [TRACE] EvalWriteState: recording 5 dependencies for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:43:12 [TRACE] EvalWriteState: writing current state object for aws_route_table.the_private_route_table["vpc0-private-1B"] | |
2021/04/27 16:43:12 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2021/04/27 16:43:12 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 109 | |
2021/04/27 16:43:12 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021/04/27 16:43:12 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc0-private-1B\"]": visit complete | |
2021-04-27T16:43:12.545-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1125 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 27 Apr 2021 23:43:12 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 12c5bdfc-bafc-4301-8193-8895d9af3db9 | |
-----------------------------------------------------: timestamp=2021-04-27T16:43:12.545-0700 | |
2021-04-27T16:43:12.545-0700 [INFO] plugin.terraform-provider-aws_v3.37.0_x5: 2021/04/27 16:43:12 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>12c5bdfc-bafc-4301-8193-8895d9af3db9</requestId> | |
<routeTableSet> | |
<item> | |
<routeTableId>rtb-09ab3c01d2a0977bf</routeTableId> | |
<vpcId>vpc-051d6090e222def68</vpcId> | |
<ownerId>99999999999</ownerId> | |
<routeSet> | |
<item> | |
<destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
<gatewayId>local</gatewayId> | |
<state>active</state> | |
<origin>CreateRouteTable</origin> | |
</item> | |
<item> | |
<destinationCidrBlock>0.0.0.0/0</destinationCidrBlock> | |
<natGatewayId>nat-0ddb58d52b968febe</natGatewayId> | |
<state>active</state> | |
<origin>CreateRoute</origin> | |
</item> | |
</routeSet> | |
<associationSet/> | |
<propagatingVgwSet/> | |
<tagSet/> | |
</item> | |
</routeTableSet> | |
</DescribeRouteTablesResponse>: timestamp=2021-04-27T16:43:12.545-0700 | |
2021/04/27 16:43:12 [TRACE] EvalWriteState: recording 5 dependencies for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:43:12 [TRACE] EvalWriteState: writing current state object for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:43:12 [TRACE] EvalWriteState: recording 5 dependencies for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:43:12 [TRACE] EvalWriteState: writing current state object for aws_route_table.the_private_route_table["vpc0-private-1A"] | |
2021/04/27 16:43:12 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2021/04/27 16:43:12 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 110 | |
2021/04/27 16:43:12 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021/04/27 16:43:12 [TRACE] vertex "aws_route_table.the_private_route_table[\"vpc0-private-1A\"]": visit complete | |
2021/04/27 16:43:12 [TRACE] dag/walk: upstream of "aws_route_table_association.src-ra-vpc-private (expand)" errored, so skipping | |
2021/04/27 16:43:12 [TRACE] dag/walk: upstream of "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1B\"]" errored, so skipping | |
2021/04/27 16:43:12 [TRACE] dag/walk: upstream of "output.test2" errored, so skipping | |
2021/04/27 16:43:12 [TRACE] dag/walk: upstream of "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1B\"]" errored, so skipping | |
2021/04/27 16:43:12 [TRACE] dag/walk: upstream of "aws_route_table_association.src-ra-vpc-private[\"vpc1-private-1A\"]" errored, so skipping | |
2021/04/27 16:43:12 [TRACE] dag/walk: upstream of "aws_route_table_association.src-ra-vpc-private[\"vpc0-private-1A\"]" errored, so skipping | |
2021/04/27 16:43:12 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping | |
2021/04/27 16:43:12 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" errored, so skipping | |
2021/04/27 16:43:12 [TRACE] dag/walk: upstream of "root" errored, so skipping | |
2021/04/27 16:43:12 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2021/04/27 16:43:12 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 111 | |
2021/04/27 16:43:12 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2021/04/27 16:43:12 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info | |
2021/04/27 16:43:12 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock | |
2021-04-27T16:43:12.604-0700 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2021-04-27T16:43:12.608-0700 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.37.0/darwin_amd64/terraform-provider-aws_v3.37.0_x5 pid=73284 | |
2021-04-27T16:43:12.608-0700 [DEBUG] plugin: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment