Skip to content

Instantly share code, notes, and snippets.

@jabielecki
Created August 18, 2021 09:08
Show Gist options
  • Save jabielecki/4f619c8925670f0856ed1a6a9afabd7f to your computer and use it in GitHub Desktop.
Save jabielecki/4f619c8925670f0856ed1a6a9afabd7f to your computer and use it in GitHub Desktop.
SetSubnets is not supported for load balancers of type 'gateway'
2021-08-18T11:05:37.775+0200 [DEBUG] Adding temp file log sink: /tmp/terraform-log016570937
2021-08-18T11:05:37.775+0200 [INFO] Terraform version: 1.0.0
2021-08-18T11:05:37.775+0200 [INFO] Go runtime version: go1.16.4
2021-08-18T11:05:37.775+0200 [INFO] CLI args: []string{"/usr/local/bin/tf10", "apply"}
2021-08-18T11:05:37.775+0200 [TRACE] Stdout is a terminal of width 211
2021-08-18T11:05:37.776+0200 [TRACE] Stderr is a terminal of width 211
2021-08-18T11:05:37.776+0200 [TRACE] Stdin is a terminal
2021-08-18T11:05:37.776+0200 [DEBUG] Attempting to open CLI config file: /home/kubit/.terraformrc
2021-08-18T11:05:37.776+0200 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2021-08-18T11:05:37.777+0200 [INFO] Loading CLI configuration from /home/kubit/.terraform.d/credentials.tfrc.json
2021-08-18T11:05:37.777+0200 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021-08-18T11:05:37.777+0200 [DEBUG] ignoring non-existing provider search directory /home/kubit/.terraform.d/plugins
2021-08-18T11:05:37.777+0200 [DEBUG] ignoring non-existing provider search directory /home/kubit/.local/share/terraform/plugins
2021-08-18T11:05:37.778+0200 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2021-08-18T11:05:37.778+0200 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2021-08-18T11:05:37.778+0200 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2021-08-18T11:05:37.778+0200 [INFO] CLI command args: []string{"apply"}
2021-08-18T11:05:37.779+0200 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2021-08-18T11:05:37.780+0200 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2021-08-18T11:05:37.780+0200 [DEBUG] New state was assigned lineage "a617947d-896b-04c2-0db8-fbc147d0ae2f"
2021-08-18T11:05:37.780+0200 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2021-08-18T11:05:37.780+0200 [TRACE] Meta.Backend: instantiated backend of type <nil>
2021-08-18T11:05:37.780+0200 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2021-08-18T11:05:37.781+0200 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v3.54.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64
2021-08-18T11:05:37.781+0200 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/aws 3.54.0
2021-08-18T11:05:38.241+0200 [DEBUG] checking for provisioner in "."
2021-08-18T11:05:38.241+0200 [DEBUG] checking for provisioner in "/usr/local/bin"
2021-08-18T11:05:38.242+0200 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory
2021-08-18T11:05:38.242+0200 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2021-08-18T11:05:38.242+0200 [INFO] backend/local: starting Apply operation
2021-08-18T11:05:38.243+0200 [TRACE] backend/local: requesting state manager for workspace "default"
2021-08-18T11:05:38.243+0200 [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-08-18T11:05:38.243+0200 [TRACE] backend/local: requesting state lock for workspace "default"
2021-08-18T11:05:38.243+0200 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2021-08-18T11:05:38.243+0200 [TRACE] statemgr.Filesystem: existing snapshot has lineage "6f93740a-fa90-7e4d-8c9f-3f573b855891" serial 11
2021-08-18T11:05:38.244+0200 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2021-08-18T11:05:38.244+0200 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2021-08-18T11:05:38.244+0200 [TRACE] backend/local: reading remote state for workspace "default"
2021-08-18T11:05:38.245+0200 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2021-08-18T11:05:38.245+0200 [TRACE] statemgr.Filesystem: read snapshot with lineage "6f93740a-fa90-7e4d-8c9f-3f573b855891" serial 11
2021-08-18T11:05:38.245+0200 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2021-08-18T11:05:38.245+0200 [TRACE] backend/local: building context for current working directory
2021-08-18T11:05:38.246+0200 [TRACE] terraform.NewContext: starting
2021-08-18T11:05:38.246+0200 [TRACE] terraform.NewContext: loading provider schemas
2021-08-18T11:05:38.246+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/aws"
2021-08-18T11:05:38.246+0200 [DEBUG] created provider logger: level=trace
2021-08-18T11:05:38.246+0200 [INFO] provider: configuring client automatic mTLS
2021-08-18T11:05:38.280+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5]
2021-08-18T11:05:38.285+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5 pid=23338
2021-08-18T11:05:38.285+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5
2021-08-18T11:05:38.332+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: configuring server automatic mTLS: timestamp=2021-08-18T11:05:38.331+0200
2021-08-18T11:05:38.370+0200 [DEBUG] provider.terraform-provider-aws_v3.54.0_x5: plugin address: address=/tmp/plugin336755709 network=unix timestamp=2021-08-18T11:05:38.370+0200
2021-08-18T11:05:38.370+0200 [DEBUG] provider: using plugin: version=5
2021-08-18T11:05:38.406+0200 [TRACE] GRPCProvider: GetProviderSchema
2021-08-18T11:05:38.406+0200 [TRACE] provider.stdio: waiting for stdio data
2021-08-18T11:05:38.487+0200 [TRACE] GRPCProvider: Close
2021-08-18T11:05:38.488+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-08-18T11:05:38.491+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5 pid=23338
2021-08-18T11:05:38.491+0200 [DEBUG] provider: plugin exited
2021-08-18T11:05:38.491+0200 [TRACE] terraform.NewContext: complete
2021-08-18T11:05:38.491+0200 [TRACE] backend/local: finished building terraform.Context
2021-08-18T11:05:38.491+0200 [TRACE] backend/local: requesting interactive input, if necessary
2021-08-18T11:05:38.491+0200 [TRACE] Context.Input: Prompting for provider arguments
2021-08-18T11:05:38.491+0200 [TRACE] Context.Input: Provider provider.aws declared at main.tf:1,1-15
2021-08-18T11:05:38.492+0200 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{}
2021-08-18T11:05:38.492+0200 [TRACE] backend/local: running validation operation
2021-08-18T11:05:38.492+0200 [INFO] terraform: building graph: GraphTypeValidate
2021-08-18T11:05:38.492+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021-08-18T11:05:38.492+0200 [TRACE] ConfigTransformer: Starting for path:
2021-08-18T11:05:38.492+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_lb.this - *terraform.NodeValidatableResource
aws_subnet.one - *terraform.NodeValidatableResource
aws_subnet.two - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
------
2021-08-18T11:05:38.492+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021-08-18T11:05:38.492+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2021-08-18T11:05:38.492+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021-08-18T11:05:38.492+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2021-08-18T11:05:38.492+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2021-08-18T11:05:38.492+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2021-08-18T11:05:38.493+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2021-08-18T11:05:38.493+0200 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021-08-18T11:05:38.493+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2021-08-18T11:05:38.493+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2021-08-18T11:05:38.493+0200 [TRACE] Executing graph transform *terraform.StateTransformer
2021-08-18T11:05:38.493+0200 [TRACE] StateTransformer: state is empty, so nothing to do
2021-08-18T11:05:38.493+0200 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2021-08-18T11:05:38.493+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-08-18T11:05:38.493+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-08-18T11:05:38.493+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021-08-18T11:05:38.493+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021-08-18T11:05:38.493+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021-08-18T11:05:38.493+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_subnet.two" (*terraform.NodeValidatableResource) config from main.tf:14,1-28
2021-08-18T11:05:38.493+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_subnet.two
2021-08-18T11:05:38.493+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lb.this" (*terraform.NodeValidatableResource) config from main.tf:19,1-25
2021-08-18T11:05:38.494+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_lb.this
2021-08-18T11:05:38.494+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_vpc.this" (*terraform.NodeValidatableResource) config from main.tf:5,1-26
2021-08-18T11:05:38.494+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_vpc.this
2021-08-18T11:05:38.494+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_subnet.one" (*terraform.NodeValidatableResource) config from main.tf:9,1-28
2021-08-18T11:05:38.494+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_subnet.one
2021-08-18T11:05:38.494+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021-08-18T11:05:38.494+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021-08-18T11:05:38.494+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021-08-18T11:05:38.494+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from main.tf:1,1-15
2021-08-18T11:05:38.494+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_lb.this - *terraform.NodeValidatableResource
aws_subnet.one - *terraform.NodeValidatableResource
aws_subnet.two - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:38.494+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021-08-18T11:05:38.494+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021-08-18T11:05:38.494+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021-08-18T11:05:38.495+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_subnet.one
2021-08-18T11:05:38.495+0200 [DEBUG] ProviderTransformer: "aws_subnet.one" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:38.495+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_subnet.two
2021-08-18T11:05:38.495+0200 [DEBUG] ProviderTransformer: "aws_subnet.two" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:38.495+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_lb.this
2021-08-18T11:05:38.495+0200 [DEBUG] ProviderTransformer: "aws_lb.this" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:38.495+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_vpc.this
2021-08-18T11:05:38.495+0200 [DEBUG] ProviderTransformer: "aws_vpc.this" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:38.495+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_lb.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:38.495+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021-08-18T11:05:38.495+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021-08-18T11:05:38.495+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_lb.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:38.495+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021-08-18T11:05:38.495+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021-08-18T11:05:38.495+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021-08-18T11:05:38.496+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_vpc.this
2021-08-18T11:05:38.496+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_subnet.one
2021-08-18T11:05:38.496+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_subnet.two
2021-08-18T11:05:38.496+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lb.this
2021-08-18T11:05:38.496+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:38.496+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021-08-18T11:05:38.496+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021-08-18T11:05:38.496+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2021-08-18T11:05:38.496+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-08-18T11:05:38.496+0200 [DEBUG] ReferenceTransformer: "aws_vpc.this" references: []
2021-08-18T11:05:38.496+0200 [DEBUG] ReferenceTransformer: "aws_subnet.one" references: [aws_vpc.this]
2021-08-18T11:05:38.496+0200 [DEBUG] ReferenceTransformer: "aws_subnet.two" references: [aws_vpc.this]
2021-08-18T11:05:38.497+0200 [DEBUG] ReferenceTransformer: "aws_lb.this" references: [aws_subnet.one aws_subnet.two]
2021-08-18T11:05:38.497+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2021-08-18T11:05:38.497+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_lb.this - *terraform.NodeValidatableResource
aws_subnet.one - *terraform.NodeValidatableResource
aws_subnet.two - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:38.497+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021-08-18T11:05:38.497+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021-08-18T11:05:38.497+0200 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2021-08-18T11:05:38.497+0200 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2021-08-18T11:05:38.497+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-08-18T11:05:38.497+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-08-18T11:05:38.497+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021-08-18T11:05:38.497+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021-08-18T11:05:38.497+0200 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021-08-18T11:05:38.497+0200 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_lb.this - *terraform.NodeValidatableResource
aws_subnet.one - *terraform.NodeValidatableResource
aws_subnet.two - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_lb.this - *terraform.NodeValidatableResource
aws_subnet.one - *terraform.NodeValidatableResource
aws_subnet.two - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:38.498+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021-08-18T11:05:38.498+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_lb.this - *terraform.NodeValidatableResource
aws_subnet.one - *terraform.NodeValidatableResource
aws_subnet.two - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_lb.this - *terraform.NodeValidatableResource
aws_subnet.one - *terraform.NodeValidatableResource
aws_subnet.two - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_lb.this - *terraform.NodeValidatableResource
aws_subnet.one - *terraform.NodeValidatableResource
aws_subnet.two - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:38.498+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021-08-18T11:05:38.498+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_lb.this - *terraform.NodeValidatableResource
aws_subnet.one - *terraform.NodeValidatableResource
aws_subnet.two - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_lb.this - *terraform.NodeValidatableResource
aws_subnet.one - *terraform.NodeValidatableResource
aws_subnet.two - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_lb.this - *terraform.NodeValidatableResource
aws_subnet.one - *terraform.NodeValidatableResource
aws_subnet.two - *terraform.NodeValidatableResource
aws_vpc.this - *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-08-18T11:05:38.498+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021-08-18T11:05:38.498+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_lb.this - *terraform.NodeValidatableResource
aws_subnet.one - *terraform.NodeValidatableResource
aws_subnet.two - *terraform.NodeValidatableResource
aws_subnet.one - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
aws_subnet.two - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
aws_vpc.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_lb.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_lb.this - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2021-08-18T11:05:38.498+0200 [DEBUG] Starting graph walk: walkValidate
2021-08-18T11:05:38.498+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2021-08-18T11:05:38.498+0200 [DEBUG] created provider logger: level=trace
2021-08-18T11:05:38.499+0200 [INFO] provider: configuring client automatic mTLS
2021-08-18T11:05:38.527+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5]
2021-08-18T11:05:38.532+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5 pid=23356
2021-08-18T11:05:38.532+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5
2021-08-18T11:05:38.584+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: configuring server automatic mTLS: timestamp=2021-08-18T11:05:38.584+0200
2021-08-18T11:05:38.622+0200 [DEBUG] provider.terraform-provider-aws_v3.54.0_x5: plugin address: address=/tmp/plugin007965303 network=unix timestamp=2021-08-18T11:05:38.622+0200
2021-08-18T11:05:38.622+0200 [DEBUG] provider: using plugin: version=5
2021-08-18T11:05:38.656+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:38.656+0200 [TRACE] provider.stdio: waiting for stdio data
2021-08-18T11:05:38.656+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only
2021-08-18T11:05:38.656+0200 [TRACE] GRPCProvider: GetProviderSchema
2021-08-18T11:05:38.733+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2021-08-18T11:05:38.807+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2021-08-18T11:05:38.807+0200 [TRACE] vertex "aws_vpc.this": starting visit (*terraform.NodeValidatableResource)
2021-08-18T11:05:38.808+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2021-08-18T11:05:38.808+0200 [TRACE] vertex "aws_vpc.this": visit complete
2021-08-18T11:05:38.808+0200 [TRACE] vertex "aws_subnet.one": starting visit (*terraform.NodeValidatableResource)
2021-08-18T11:05:38.808+0200 [TRACE] vertex "aws_subnet.two": starting visit (*terraform.NodeValidatableResource)
2021-08-18T11:05:38.808+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2021-08-18T11:05:38.809+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2021-08-18T11:05:38.809+0200 [TRACE] vertex "aws_subnet.one": visit complete
2021-08-18T11:05:38.809+0200 [TRACE] vertex "aws_subnet.two": visit complete
2021-08-18T11:05:38.809+0200 [TRACE] vertex "aws_lb.this": starting visit (*terraform.NodeValidatableResource)
2021-08-18T11:05:38.809+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2021-08-18T11:05:38.810+0200 [TRACE] vertex "aws_lb.this": visit complete
2021-08-18T11:05:38.810+0200 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2021-08-18T11:05:38.810+0200 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2021-08-18T11:05:38.810+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2021-08-18T11:05:38.810+0200 [TRACE] GRPCProvider: Close
2021-08-18T11:05:38.811+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-08-18T11:05:38.814+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5 pid=23356
2021-08-18T11:05:38.814+0200 [DEBUG] provider: plugin exited
2021-08-18T11:05:38.814+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": visit complete
2021-08-18T11:05:38.814+0200 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2021-08-18T11:05:38.814+0200 [TRACE] vertex "root": visit complete
2021-08-18T11:05:38.814+0200 [INFO] backend/local: apply calling Plan
2021-08-18T11:05:38.814+0200 [INFO] terraform: building graph: GraphTypePlan
2021-08-18T11:05:38.815+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021-08-18T11:05:38.815+0200 [TRACE] ConfigTransformer: Starting for path:
2021-08-18T11:05:38.815+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
------
2021-08-18T11:05:38.815+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021-08-18T11:05:38.815+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2021-08-18T11:05:38.815+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021-08-18T11:05:38.815+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2021-08-18T11:05:38.815+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2021-08-18T11:05:38.815+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2021-08-18T11:05:38.815+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2021-08-18T11:05:38.815+0200 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021-08-18T11:05:38.815+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2021-08-18T11:05:38.815+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2021-08-18T11:05:38.815+0200 [TRACE] Executing graph transform *terraform.StateTransformer
2021-08-18T11:05:38.815+0200 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2021-08-18T11:05:38.815+0200 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2021-08-18T11:05:38.815+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-08-18T11:05:38.815+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-08-18T11:05:38.815+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021-08-18T11:05:38.816+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021-08-18T11:05:38.816+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021-08-18T11:05:38.816+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_subnet.two (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:14,1-28
2021-08-18T11:05:38.816+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_subnet.two (expand)
2021-08-18T11:05:38.816+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lb.this (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:19,1-25
2021-08-18T11:05:38.816+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_lb.this (expand)
2021-08-18T11:05:38.816+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_vpc.this (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:5,1-26
2021-08-18T11:05:38.816+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_vpc.this (expand)
2021-08-18T11:05:38.816+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_subnet.one (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:9,1-28
2021-08-18T11:05:38.816+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_subnet.one (expand)
2021-08-18T11:05:38.816+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021-08-18T11:05:38.816+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021-08-18T11:05:38.816+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021-08-18T11:05:38.816+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from main.tf:1,1-15
2021-08-18T11:05:38.817+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:38.817+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021-08-18T11:05:38.817+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021-08-18T11:05:38.817+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021-08-18T11:05:38.817+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_vpc.this (expand)
2021-08-18T11:05:38.817+0200 [DEBUG] ProviderTransformer: "aws_vpc.this (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:38.817+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_subnet.one (expand)
2021-08-18T11:05:38.817+0200 [DEBUG] ProviderTransformer: "aws_subnet.one (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:38.817+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_subnet.two (expand)
2021-08-18T11:05:38.817+0200 [DEBUG] ProviderTransformer: "aws_subnet.two (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:38.817+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_lb.this (expand)
2021-08-18T11:05:38.817+0200 [DEBUG] ProviderTransformer: "aws_lb.this (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:38.817+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:38.818+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021-08-18T11:05:38.818+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021-08-18T11:05:38.818+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:38.818+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021-08-18T11:05:38.818+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021-08-18T11:05:38.818+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021-08-18T11:05:38.818+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_vpc.this (expand)
2021-08-18T11:05:38.818+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_subnet.one (expand)
2021-08-18T11:05:38.818+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_subnet.two (expand)
2021-08-18T11:05:38.818+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lb.this (expand)
2021-08-18T11:05:38.818+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:38.818+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021-08-18T11:05:38.818+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021-08-18T11:05:38.818+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2021-08-18T11:05:38.818+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-08-18T11:05:38.819+0200 [DEBUG] ReferenceTransformer: "aws_lb.this (expand)" references: [aws_subnet.one (expand) aws_subnet.two (expand)]
2021-08-18T11:05:38.819+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2021-08-18T11:05:38.819+0200 [DEBUG] ReferenceTransformer: "aws_vpc.this (expand)" references: []
2021-08-18T11:05:38.819+0200 [DEBUG] ReferenceTransformer: "aws_subnet.one (expand)" references: [aws_vpc.this (expand)]
2021-08-18T11:05:38.819+0200 [DEBUG] ReferenceTransformer: "aws_subnet.two (expand)" references: [aws_vpc.this (expand)]
2021-08-18T11:05:38.819+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:38.819+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021-08-18T11:05:38.819+0200 [TRACE] AttachDependenciesTransformer: aws_lb.this depends on [aws_subnet.one aws_subnet.two aws_vpc.this]
2021-08-18T11:05:38.819+0200 [TRACE] AttachDependenciesTransformer: aws_vpc.this depends on []
2021-08-18T11:05:38.819+0200 [TRACE] AttachDependenciesTransformer: aws_subnet.one depends on [aws_vpc.this]
2021-08-18T11:05:38.819+0200 [TRACE] AttachDependenciesTransformer: aws_subnet.two depends on [aws_vpc.this]
2021-08-18T11:05:38.819+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021-08-18T11:05:38.820+0200 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2021-08-18T11:05:38.820+0200 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2021-08-18T11:05:38.820+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-08-18T11:05:38.820+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-08-18T11:05:38.820+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021-08-18T11:05:38.820+0200 [TRACE] ForcedCBDTransformer: "aws_vpc.this (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021-08-18T11:05:38.820+0200 [TRACE] ForcedCBDTransformer: "aws_subnet.one (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021-08-18T11:05:38.820+0200 [TRACE] ForcedCBDTransformer: "aws_subnet.two (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021-08-18T11:05:38.820+0200 [TRACE] ForcedCBDTransformer: "aws_lb.this (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021-08-18T11:05:38.820+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021-08-18T11:05:38.820+0200 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021-08-18T11:05:38.820+0200 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:38.820+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021-08-18T11:05:38.820+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:38.821+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021-08-18T11:05:38.821+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (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-08-18T11:05:38.821+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021-08-18T11:05:38.821+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.one (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
aws_subnet.two (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
aws_vpc.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_lb.this (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2021-08-18T11:05:38.821+0200 [DEBUG] Starting graph walk: walkPlan
2021-08-18T11:05:38.821+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2021-08-18T11:05:38.821+0200 [DEBUG] created provider logger: level=trace
2021-08-18T11:05:38.821+0200 [INFO] provider: configuring client automatic mTLS
2021-08-18T11:05:38.849+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5]
2021-08-18T11:05:38.853+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5 pid=23373
2021-08-18T11:05:38.854+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5
2021-08-18T11:05:38.898+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: configuring server automatic mTLS: timestamp=2021-08-18T11:05:38.898+0200
2021-08-18T11:05:38.935+0200 [DEBUG] provider.terraform-provider-aws_v3.54.0_x5: plugin address: address=/tmp/plugin346356776 network=unix timestamp=2021-08-18T11:05:38.935+0200
2021-08-18T11:05:38.935+0200 [DEBUG] provider: using plugin: version=5
2021-08-18T11:05:38.970+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:38.970+0200 [TRACE] provider.stdio: waiting for stdio data
2021-08-18T11:05:38.971+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only
2021-08-18T11:05:38.971+0200 [TRACE] GRPCProvider: GetProviderSchema
2021-08-18T11:05:39.041+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2021-08-18T11:05:39.119+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/aws\"]" changed the config value, but that value is unused
2021-08-18T11:05:39.119+0200 [TRACE] GRPCProvider: ConfigureProvider
2021-08-18T11:05:39.122+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:39 [INFO] AWS Auth provider used: "SharedCredentialsProvider": timestamp=2021-08-18T11:05:39.121+0200
2021-08-18T11:05:39.123+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:39 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-08-18T11:05:39.123+0200
2021-08-18T11:05:39.123+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:39 [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/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=13802971013433e807d2464b8e6e9248c011aee28a6e1402b63e72ffdfd2fb97
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090539Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------: timestamp=2021-08-18T11:05:39.123+0200
2021-08-18T11:05:39.752+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:39 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 401
Content-Type: text/xml
Date: Wed, 18 Aug 2021 09:05:38 GMT
X-Amzn-Requestid: e48841c2-df95-4eb5-a530-3ec4de1168e2
-----------------------------------------------------: timestamp=2021-08-18T11:05:39.751+0200
2021-08-18T11:05:39.752+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:39 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::632512868473:user/kuba</Arn>
<UserId>AIDAZGRFUOB4432J4YWGH</UserId>
<Account>632512868473</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>e48841c2-df95-4eb5-a530-3ec4de1168e2</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2021-08-18T11:05:39.751+0200
2021-08-18T11:05:39.752+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:39 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-08-18T11:05:39.752+0200
2021-08-18T11:05:39.753+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:39 [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/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=13802971013433e807d2464b8e6e9248c011aee28a6e1402b63e72ffdfd2fb97
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090539Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------: timestamp=2021-08-18T11:05:39.752+0200
2021-08-18T11:05:40.217+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:40 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 401
Content-Type: text/xml
Date: Wed, 18 Aug 2021 09:05:39 GMT
X-Amzn-Requestid: 47255236-8bf3-438a-81f8-4916613a0b69
-----------------------------------------------------: timestamp=2021-08-18T11:05:40.217+0200
2021-08-18T11:05:40.217+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:40 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::632512868473:user/kuba</Arn>
<UserId>AIDAZGRFUOB4432J4YWGH</UserId>
<Account>632512868473</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>47255236-8bf3-438a-81f8-4916613a0b69</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2021-08-18T11:05:40.217+0200
2021-08-18T11:05:40.220+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:40 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 87
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=1e31046b189f117903d077f8b8c95cb224eeb7deee49f9e5493edfbc042d2cdd
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090540Z
Accept-Encoding: gzip
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
-----------------------------------------------------: timestamp=2021-08-18T11:05:40.219+0200
2021-08-18T11:05:41.003+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:41 [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: Wed, 18 Aug 2021 09:05:39 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: 2c1121ae-017e-4f77-8180-14b98e443910
-----------------------------------------------------: timestamp=2021-08-18T11:05:41.003+0200
2021-08-18T11:05:41.004+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:41 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>2c1121ae-017e-4f77-8180-14b98e443910</requestId>
<accountAttributeSet>
<item>
<attributeName>supported-platforms</attributeName>
<attributeValueSet>
<item>
<attributeValue>VPC</attributeValue>
</item>
</attributeValueSet>
</item>
</accountAttributeSet>
</DescribeAccountAttributesResponse>: timestamp=2021-08-18T11:05:41.003+0200
2021-08-18T11:05:41.004+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2021-08-18T11:05:41.004+0200 [TRACE] vertex "aws_vpc.this (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021-08-18T11:05:41.004+0200 [TRACE] vertex "aws_vpc.this (expand)": expanding dynamic subgraph
2021-08-18T11:05:41.004+0200 [TRACE] vertex "aws_vpc.this (expand)": entering dynamic subgraph
2021-08-18T11:05:41.005+0200 [TRACE] vertex "aws_vpc.this": starting visit (*terraform.NodePlannableResource)
2021-08-18T11:05:41.005+0200 [TRACE] vertex "aws_vpc.this": expanding dynamic subgraph
2021-08-18T11:05:41.005+0200 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021-08-18T11:05:41.005+0200 [TRACE] ResourceCountTransformer: adding aws_vpc.this as *terraform.NodePlannableResourceInstance
2021-08-18T11:05:41.005+0200 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_vpc.this - *terraform.NodePlannableResourceInstance
------
2021-08-18T11:05:41.005+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021-08-18T11:05:41.005+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021-08-18T11:05:41.005+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-08-18T11:05:41.006+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-08-18T11:05:41.006+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-08-18T11:05:41.006+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-08-18T11:05:41.006+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-08-18T11:05:41.006+0200 [DEBUG] ReferenceTransformer: "aws_vpc.this" references: []
2021-08-18T11:05:41.006+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-08-18T11:05:41.006+0200 [TRACE] Executing graph transform *terraform.RootTransformer
2021-08-18T11:05:41.006+0200 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021-08-18T11:05:41.006+0200 [TRACE] vertex "aws_vpc.this": entering dynamic subgraph
2021-08-18T11:05:41.007+0200 [TRACE] vertex "aws_vpc.this": starting visit (*terraform.NodePlannableResourceInstance)
2021-08-18T11:05:41.007+0200 [TRACE] readResourceInstanceState: reading state for aws_vpc.this
2021-08-18T11:05:41.007+0200 [TRACE] upgradeResourceState: schema version of aws_vpc.this is still 1; calling provider "aws" for any other minor fixups
2021-08-18T11:05:41.007+0200 [TRACE] GRPCProvider: UpgradeResourceState
2021-08-18T11:05:41.008+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for aws_vpc.this
2021-08-18T11:05:41.008+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_vpc.this
2021-08-18T11:05:41.008+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_vpc.this
2021-08-18T11:05:41.008+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_vpc.this
2021-08-18T11:05:41.008+0200 [TRACE] NodeAbstractResourceInstance.refresh for aws_vpc.this
aws_vpc.this: Refreshing state... [id=vpc-0480b34128aa614e8]
2021-08-18T11:05:41.009+0200 [TRACE] GRPCProvider: ReadResource
2021-08-18T11:05:41.009+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:41 [DEBUG] Waiting for state to become: [success]: timestamp=2021-08-18T11:05:41.009+0200
2021-08-18T11:05:41.009+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:41 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 68
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=3b8c0195ed3ff32ba9cb1778ce0fd9de2a75663516f7b9ef8f1ac3b244eef63d
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090541Z
Accept-Encoding: gzip
Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-0480b34128aa614e8
-----------------------------------------------------: timestamp=2021-08-18T11:05:41.009+0200
2021-08-18T11:05:41.847+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:41 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 974
Cache-Control: no-cache, no-store
Content-Type: text/xml;charset=UTF-8
Date: Wed, 18 Aug 2021 09:05:40 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: 55219e55-23e1-45fb-af0d-8aa236c406af
-----------------------------------------------------: timestamp=2021-08-18T11:05:41.847+0200
2021-08-18T11:05:41.847+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:41 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>55219e55-23e1-45fb-af0d-8aa236c406af</requestId>
<vpcSet>
<item>
<vpcId>vpc-0480b34128aa614e8</vpcId>
<ownerId>632512868473</ownerId>
<state>available</state>
<cidrBlock>10.0.0.0/16</cidrBlock>
<cidrBlockAssociationSet>
<item>
<cidrBlock>10.0.0.0/16</cidrBlock>
<associationId>vpc-cidr-assoc-0d4a0215222092ad1</associationId>
<cidrBlockState>
<state>associated</state>
</cidrBlockState>
</item>
</cidrBlockAssociationSet>
<dhcpOptionsId>dopt-eb5f7d92</dhcpOptionsId>
<instanceTenancy>default</instanceTenancy>
<isDefault>false</isDefault>
</item>
</vpcSet>
</DescribeVpcsResponse>: timestamp=2021-08-18T11:05:41.847+0200
2021-08-18T11:05:41.848+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:41 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 103
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=167ca6840b50759e56235ccdb3ab93f4acf02cd1be7129b0390181ce31981b52
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090541Z
Accept-Encoding: gzip
Action=DescribeVpcAttribute&Attribute=enableDnsHostnames&Version=2016-11-15&VpcId=vpc-0480b34128aa614e8
-----------------------------------------------------: timestamp=2021-08-18T11:05:41.848+0200
2021-08-18T11:05:42.656+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:42 [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: Wed, 18 Aug 2021 09:05:42 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: 6b9b972d-38bc-4720-9d48-b8e87068d538
-----------------------------------------------------: timestamp=2021-08-18T11:05:42.656+0200
2021-08-18T11:05:42.656+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:42 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>6b9b972d-38bc-4720-9d48-b8e87068d538</requestId>
<vpcId>vpc-0480b34128aa614e8</vpcId>
<enableDnsHostnames>
<value>false</value>
</enableDnsHostnames>
</DescribeVpcAttributeResponse>: timestamp=2021-08-18T11:05:42.656+0200
2021-08-18T11:05:42.656+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:42 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 101
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=84e31be75cc9f3e64818760f4e81e76b01977093a29f8bbccffa73cfe6b871b7
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090542Z
Accept-Encoding: gzip
Action=DescribeVpcAttribute&Attribute=enableDnsSupport&Version=2016-11-15&VpcId=vpc-0480b34128aa614e8
-----------------------------------------------------: timestamp=2021-08-18T11:05:42.656+0200
2021-08-18T11:05:43.443+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:43 [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: Wed, 18 Aug 2021 09:05:42 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: 2d5c55d4-604a-4729-a50e-60bb293dae66
-----------------------------------------------------: timestamp=2021-08-18T11:05:43.443+0200
2021-08-18T11:05:43.443+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:43 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>2d5c55d4-604a-4729-a50e-60bb293dae66</requestId>
<vpcId>vpc-0480b34128aa614e8</vpcId>
<enableDnsSupport>
<value>true</value>
</enableDnsSupport>
</DescribeVpcAttributeResponse>: timestamp=2021-08-18T11:05:43.443+0200
2021-08-18T11:05:43.443+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:43 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLink Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 78
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5dd5cd60df709369ee05aa452a20e63fb71aa682ab1da7c6ab59a057217c64d4
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090543Z
Accept-Encoding: gzip
Action=DescribeVpcClassicLink&Version=2016-11-15&VpcId.1=vpc-0480b34128aa614e8
-----------------------------------------------------: timestamp=2021-08-18T11:05:43.443+0200
2021-08-18T11:05:43.822+0200 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "aws_lb.this (expand)"
2021-08-18T11:05:43.822+0200 [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/hashicorp/aws\"] (close)"
2021-08-18T11:05:43.822+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_lb.this (expand)"
2021-08-18T11:05:43.822+0200 [TRACE] dag/walk: vertex "aws_lb.this (expand)" is waiting for "aws_subnet.two (expand)"
2021-08-18T11:05:43.822+0200 [TRACE] dag/walk: vertex "aws_subnet.one (expand)" is waiting for "aws_vpc.this (expand)"
2021-08-18T11:05:43.823+0200 [TRACE] dag/walk: vertex "aws_subnet.two (expand)" is waiting for "aws_vpc.this (expand)"
2021-08-18T11:05:44.279+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLink Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 406
Cache-Control: no-cache, no-store
Content-Type: text/xml;charset=UTF-8
Date: Wed, 18 Aug 2021 09:05:43 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: 366f6aca-1886-4a65-9c15-cff327028856
-----------------------------------------------------: timestamp=2021-08-18T11:05:44.278+0200
2021-08-18T11:05:44.279+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeVpcClassicLinkResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>366f6aca-1886-4a65-9c15-cff327028856</requestId>
<vpcSet>
<item>
<vpcId>vpc-0480b34128aa614e8</vpcId>
<classicLinkEnabled>false</classicLinkEnabled>
<tagSet/>
</item>
</vpcSet>
</DescribeVpcClassicLinkResponse>: timestamp=2021-08-18T11:05:44.278+0200
2021-08-18T11:05:44.279+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLinkDnsSupport Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 89
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=eb2c5d58ee00bc648ce0eae2674f22162da4955728558a3075acb8989df93b2a
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090544Z
Accept-Encoding: gzip
Action=DescribeVpcClassicLinkDnsSupport&Version=2016-11-15&VpcIds.1=vpc-0480b34128aa614e8
-----------------------------------------------------: timestamp=2021-08-18T11:05:44.279+0200
2021-08-18T11:05:45.055+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:45 [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: Wed, 18 Aug 2021 09:05:44 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
Vary: accept-encoding
X-Amzn-Requestid: 8b1d73de-513d-4429-9131-049c768dff7a
-----------------------------------------------------: timestamp=2021-08-18T11:05:45.054+0200
2021-08-18T11:05:45.055+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeVpcClassicLinkDnsSupportResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>8b1d73de-513d-4429-9131-049c768dff7a</requestId>
<vpcs>
<item>
<classicLinkDnsSupported>false</classicLinkDnsSupported>
<vpcId>vpc-0480b34128aa614e8</vpcId>
</item>
</vpcs>
</DescribeVpcClassicLinkDnsSupportResponse>: timestamp=2021-08-18T11:05:45.054+0200
2021-08-18T11:05:45.055+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:45 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 158
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6156e63fd2cbd699251db45edae9dfb1e1992c6757b19bd57bcdd524485e4c73
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090545Z
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-0480b34128aa614e8&Version=2016-11-15
-----------------------------------------------------: timestamp=2021-08-18T11:05:45.055+0200
2021-08-18T11:05:45.860+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:45 [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: Wed, 18 Aug 2021 09:05:45 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: da418f4c-611d-42a3-b6af-ad9c3672f86a
-----------------------------------------------------: timestamp=2021-08-18T11:05:45.859+0200
2021-08-18T11:05:45.860+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>da418f4c-611d-42a3-b6af-ad9c3672f86a</requestId>
<routeTableSet>
<item>
<routeTableId>rtb-0ea60c1b86b953e34</routeTableId>
<vpcId>vpc-0480b34128aa614e8</vpcId>
<ownerId>632512868473</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-02af02d5101313ea5</routeTableAssociationId>
<routeTableId>rtb-0ea60c1b86b953e34</routeTableId>
<main>true</main>
<associationState>
<state>associated</state>
</associationState>
</item>
</associationSet>
<propagatingVgwSet/>
<tagSet/>
</item>
</routeTableSet>
</DescribeRouteTablesResponse>: timestamp=2021-08-18T11:05:45.859+0200
2021-08-18T11:05:45.861+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:45 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNetworkAcls Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 149
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=04be43abdc7c7ac720f0d5aa703c86c9872ff952a18ddd775946d6a0b9fc89a9
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090545Z
Accept-Encoding: gzip
Action=DescribeNetworkAcls&Filter.1.Name=default&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-0480b34128aa614e8&Version=2016-11-15
-----------------------------------------------------: timestamp=2021-08-18T11:05:45.860+0200
2021-08-18T11:05:46.664+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:46 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNetworkAcls 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: Wed, 18 Aug 2021 09:05:45 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
Vary: accept-encoding
X-Amzn-Requestid: 1a30149b-96b8-42a2-b29b-863d2f2194ed
-----------------------------------------------------: timestamp=2021-08-18T11:05:46.664+0200
2021-08-18T11:05:46.664+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:46 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeNetworkAclsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>1a30149b-96b8-42a2-b29b-863d2f2194ed</requestId>
<networkAclSet>
<item>
<networkAclId>acl-0a4d03ca703fb852d</networkAclId>
<vpcId>vpc-0480b34128aa614e8</vpcId>
<ownerId>632512868473</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>
<item>
<networkAclAssociationId>aclassoc-00a9f64f9da1b2582</networkAclAssociationId>
<networkAclId>acl-0a4d03ca703fb852d</networkAclId>
<subnetId>subnet-00fdba37cff2fa3a7</subnetId>
</item>
<item>
<networkAclAssociationId>aclassoc-069fdc174c00081d8</networkAclAssociationId>
<networkAclId>acl-0a4d03ca703fb852d</networkAclId>
<subnetId>subnet-0fdfdf9766d5cd296</subnetId>
</item>
</associationSet>
<tagSet/>
</item>
</networkAclSet>
</DescribeNetworkAclsResponse>: timestamp=2021-08-18T11:05:46.664+0200
2021-08-18T11:05:46.664+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 158
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e56b824a3962237892b303306ecb134031ad74de66bb87167e4954cf4253caae
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090546Z
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-0480b34128aa614e8&Version=2016-11-15
-----------------------------------------------------: timestamp=2021-08-18T11:05:46.664+0200
2021-08-18T11:05:47.484+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:47 [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: Wed, 18 Aug 2021 09:05:47 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: 6e40b7ef-051b-4d5a-a0f2-2130291d5e58
-----------------------------------------------------: timestamp=2021-08-18T11:05:47.484+0200
2021-08-18T11:05:47.485+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>6e40b7ef-051b-4d5a-a0f2-2130291d5e58</requestId>
<securityGroupInfo>
<item>
<ownerId>632512868473</ownerId>
<groupId>sg-0ad6cbd6b93490510</groupId>
<groupName>default</groupName>
<groupDescription>default VPC security group</groupDescription>
<vpcId>vpc-0480b34128aa614e8</vpcId>
<ipPermissions>
<item>
<ipProtocol>-1</ipProtocol>
<groups>
<item>
<userId>632512868473</userId>
<groupId>sg-0ad6cbd6b93490510</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-08-18T11:05:47.484+0200
2021-08-18T11:05:47.485+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:47 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 158
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=1bdae40acd0b1c7a486c371562020e8a67acf64a950c6649ff046bc490ca7c7e
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090547Z
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-0480b34128aa614e8&Version=2016-11-15
-----------------------------------------------------: timestamp=2021-08-18T11:05:47.484+0200
2021-08-18T11:05:48.275+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:48 [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: Wed, 18 Aug 2021 09:05:47 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: 50719660-7386-4bf3-b0c5-800bddbf44b9
-----------------------------------------------------: timestamp=2021-08-18T11:05:48.274+0200
2021-08-18T11:05:48.275+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:48 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>50719660-7386-4bf3-b0c5-800bddbf44b9</requestId>
<routeTableSet>
<item>
<routeTableId>rtb-0ea60c1b86b953e34</routeTableId>
<vpcId>vpc-0480b34128aa614e8</vpcId>
<ownerId>632512868473</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-02af02d5101313ea5</routeTableAssociationId>
<routeTableId>rtb-0ea60c1b86b953e34</routeTableId>
<main>true</main>
<associationState>
<state>associated</state>
</associationState>
</item>
</associationSet>
<propagatingVgwSet/>
<tagSet/>
</item>
</routeTableSet>
</DescribeRouteTablesResponse>: timestamp=2021-08-18T11:05:48.274+0200
2021-08-18T11:05:48.275+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_vpc.this
2021-08-18T11:05:48.275+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_vpc.this
2021-08-18T11:05:48.276+0200 [TRACE] Re-validating config for "aws_vpc.this"
2021-08-18T11:05:48.276+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2021-08-18T11:05:48.276+0200 [TRACE] GRPCProvider: PlanResourceChange
2021-08-18T11:05:48.278+0200 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_vpc.this, 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:
- .instance_tenancy: planned value cty.StringVal("default") for a non-computed attribute
- .tags: planned value cty.MapValEmpty(cty.String) for a non-computed attribute
- .assign_generated_ipv6_cidr_block: planned value cty.False for a non-computed attribute
- .enable_dns_support: planned value cty.True for a non-computed attribute
2021-08-18T11:05:48.278+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for aws_vpc.this
2021-08-18T11:05:48.278+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_vpc.this
2021-08-18T11:05:48.279+0200 [TRACE] writeChange: recorded NoOp change for aws_vpc.this
2021-08-18T11:05:48.279+0200 [TRACE] vertex "aws_vpc.this": visit complete
2021-08-18T11:05:48.279+0200 [TRACE] vertex "aws_vpc.this": dynamic subgraph completed successfully
2021-08-18T11:05:48.279+0200 [TRACE] vertex "aws_vpc.this": visit complete
2021-08-18T11:05:48.279+0200 [TRACE] vertex "aws_vpc.this (expand)": dynamic subgraph completed successfully
2021-08-18T11:05:48.279+0200 [TRACE] vertex "aws_vpc.this (expand)": visit complete
2021-08-18T11:05:48.279+0200 [TRACE] vertex "aws_subnet.one (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021-08-18T11:05:48.279+0200 [TRACE] vertex "aws_subnet.one (expand)": expanding dynamic subgraph
2021-08-18T11:05:48.279+0200 [TRACE] vertex "aws_subnet.one (expand)": entering dynamic subgraph
2021-08-18T11:05:48.279+0200 [TRACE] vertex "aws_subnet.one": starting visit (*terraform.NodePlannableResource)
2021-08-18T11:05:48.280+0200 [TRACE] vertex "aws_subnet.one": expanding dynamic subgraph
2021-08-18T11:05:48.280+0200 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021-08-18T11:05:48.280+0200 [TRACE] ResourceCountTransformer: adding aws_subnet.one as *terraform.NodePlannableResourceInstance
2021-08-18T11:05:48.280+0200 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_subnet.one - *terraform.NodePlannableResourceInstance
------
2021-08-18T11:05:48.280+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021-08-18T11:05:48.280+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021-08-18T11:05:48.280+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-08-18T11:05:48.280+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-08-18T11:05:48.280+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-08-18T11:05:48.280+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-08-18T11:05:48.280+0200 [TRACE] vertex "aws_subnet.two (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021-08-18T11:05:48.281+0200 [TRACE] vertex "aws_subnet.two (expand)": expanding dynamic subgraph
2021-08-18T11:05:48.281+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-08-18T11:05:48.281+0200 [DEBUG] ReferenceTransformer: "aws_subnet.one" references: []
2021-08-18T11:05:48.281+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-08-18T11:05:48.281+0200 [TRACE] Executing graph transform *terraform.RootTransformer
2021-08-18T11:05:48.281+0200 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021-08-18T11:05:48.281+0200 [TRACE] vertex "aws_subnet.one": entering dynamic subgraph
2021-08-18T11:05:48.281+0200 [TRACE] vertex "aws_subnet.one": starting visit (*terraform.NodePlannableResourceInstance)
2021-08-18T11:05:48.281+0200 [TRACE] vertex "aws_subnet.two (expand)": entering dynamic subgraph
2021-08-18T11:05:48.282+0200 [TRACE] vertex "aws_subnet.two": starting visit (*terraform.NodePlannableResource)
2021-08-18T11:05:48.282+0200 [TRACE] vertex "aws_subnet.two": expanding dynamic subgraph
2021-08-18T11:05:48.282+0200 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021-08-18T11:05:48.282+0200 [TRACE] ResourceCountTransformer: adding aws_subnet.two as *terraform.NodePlannableResourceInstance
2021-08-18T11:05:48.282+0200 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_subnet.two - *terraform.NodePlannableResourceInstance
------
2021-08-18T11:05:48.282+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021-08-18T11:05:48.282+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021-08-18T11:05:48.282+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-08-18T11:05:48.282+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-08-18T11:05:48.282+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-08-18T11:05:48.283+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-08-18T11:05:48.283+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-08-18T11:05:48.283+0200 [DEBUG] ReferenceTransformer: "aws_subnet.two" references: []
2021-08-18T11:05:48.283+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-08-18T11:05:48.283+0200 [TRACE] Executing graph transform *terraform.RootTransformer
2021-08-18T11:05:48.283+0200 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021-08-18T11:05:48.283+0200 [TRACE] vertex "aws_subnet.two": entering dynamic subgraph
2021-08-18T11:05:48.283+0200 [TRACE] vertex "aws_subnet.two": starting visit (*terraform.NodePlannableResourceInstance)
2021-08-18T11:05:48.283+0200 [TRACE] readResourceInstanceState: reading state for aws_subnet.one
2021-08-18T11:05:48.283+0200 [TRACE] readResourceInstanceState: reading state for aws_subnet.two
2021-08-18T11:05:48.283+0200 [TRACE] upgradeResourceState: schema version of aws_subnet.two is still 1; calling provider "aws" for any other minor fixups
2021-08-18T11:05:48.283+0200 [TRACE] GRPCProvider: UpgradeResourceState
2021-08-18T11:05:48.283+0200 [TRACE] upgradeResourceState: schema version of aws_subnet.one is still 1; calling provider "aws" for any other minor fixups
2021-08-18T11:05:48.284+0200 [TRACE] GRPCProvider: UpgradeResourceState
2021-08-18T11:05:48.284+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for aws_subnet.one
2021-08-18T11:05:48.284+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_subnet.one
2021-08-18T11:05:48.285+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_subnet.one
2021-08-18T11:05:48.285+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_subnet.one
2021-08-18T11:05:48.285+0200 [TRACE] NodeAbstractResourceInstance.refresh for aws_subnet.one
aws_subnet.one: Refreshing state... [id=subnet-00fdba37cff2fa3a7]
2021-08-18T11:05:48.285+0200 [TRACE] GRPCProvider: ReadResource
2021-08-18T11:05:48.285+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for aws_subnet.two
2021-08-18T11:05:48.285+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_subnet.two
2021-08-18T11:05:48.285+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_subnet.two
2021-08-18T11:05:48.285+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_subnet.two
2021-08-18T11:05:48.286+0200 [TRACE] NodeAbstractResourceInstance.refresh for aws_subnet.two
2021-08-18T11:05:48.286+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:48 [DEBUG] Waiting for state to become: [success]: timestamp=2021-08-18T11:05:48.286+0200
aws_subnet.two: Refreshing state... [id=subnet-0fdfdf9766d5cd296]
2021-08-18T11:05:48.286+0200 [TRACE] GRPCProvider: ReadResource
2021-08-18T11:05:48.286+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:48 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 77
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=ee860cf3a9bd4af215d09e7e3d99bb1ee61bfaad851779ccbe24f9abeb5d5f10
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090548Z
Accept-Encoding: gzip
Action=DescribeSubnets&SubnetId.1=subnet-00fdba37cff2fa3a7&Version=2016-11-15
-----------------------------------------------------: timestamp=2021-08-18T11:05:48.286+0200
2021-08-18T11:05:48.286+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:48 [DEBUG] Waiting for state to become: [success]: timestamp=2021-08-18T11:05:48.286+0200
2021-08-18T11:05:48.286+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:48 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 77
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=01b6494c211493be7c7154153ccdcd08e2fe566e24d738077a01ffc3dedb5b07
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090548Z
Accept-Encoding: gzip
Action=DescribeSubnets&SubnetId.1=subnet-0fdfdf9766d5cd296&Version=2016-11-15
-----------------------------------------------------: timestamp=2021-08-18T11:05:48.286+0200
2021-08-18T11:05:48.823+0200 [TRACE] dag/walk: vertex "aws_lb.this (expand)" is waiting for "aws_subnet.two (expand)"
2021-08-18T11:05:48.823+0200 [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/hashicorp/aws\"] (close)"
2021-08-18T11:05:48.823+0200 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "aws_lb.this (expand)"
2021-08-18T11:05:48.824+0200 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_lb.this (expand)"
2021-08-18T11:05:49.100+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:49 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 1096
Cache-Control: no-cache, no-store
Content-Type: text/xml;charset=UTF-8
Date: Wed, 18 Aug 2021 09:05:48 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: f3da2727-4434-4f34-b1b0-9e03bceeaf41
-----------------------------------------------------: timestamp=2021-08-18T11:05:49.100+0200
2021-08-18T11:05:49.101+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:49 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>f3da2727-4434-4f34-b1b0-9e03bceeaf41</requestId>
<subnetSet>
<item>
<subnetId>subnet-00fdba37cff2fa3a7</subnetId>
<subnetArn>arn:aws:ec2:us-west-2:632512868473:subnet/subnet-00fdba37cff2fa3a7</subnetArn>
<state>available</state>
<ownerId>632512868473</ownerId>
<vpcId>vpc-0480b34128aa614e8</vpcId>
<cidrBlock>10.0.1.0/28</cidrBlock>
<ipv6CidrBlockAssociationSet/>
<availableIpAddressCount>10</availableIpAddressCount>
<availabilityZone>us-west-2c</availabilityZone>
<availabilityZoneId>usw2-az3</availabilityZoneId>
<defaultForAz>false</defaultForAz>
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch>
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
<mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch>
</item>
</subnetSet>
</DescribeSubnetsResponse>: timestamp=2021-08-18T11:05:49.100+0200
2021-08-18T11:05:49.101+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_subnet.one
2021-08-18T11:05:49.101+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_subnet.one
2021-08-18T11:05:49.102+0200 [TRACE] Re-validating config for "aws_subnet.one"
2021-08-18T11:05:49.102+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2021-08-18T11:05:49.102+0200 [TRACE] GRPCProvider: PlanResourceChange
2021-08-18T11:05:49.104+0200 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_subnet.one, 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:
- .outpost_arn: planned value cty.StringVal("") for a non-computed attribute
- .customer_owned_ipv4_pool: planned value cty.StringVal("") for a non-computed attribute
- .map_customer_owned_ip_on_launch: planned value cty.False for a non-computed attribute
- .map_public_ip_on_launch: planned value cty.False for a non-computed attribute
- .tags: planned value cty.MapValEmpty(cty.String) for a non-computed attribute
- .assign_ipv6_address_on_creation: planned value cty.False for a non-computed attribute
- .ipv6_cidr_block: planned value cty.StringVal("") for a non-computed attribute
2021-08-18T11:05:49.104+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for aws_subnet.one
2021-08-18T11:05:49.104+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_subnet.one
2021-08-18T11:05:49.104+0200 [TRACE] writeChange: recorded NoOp change for aws_subnet.one
2021-08-18T11:05:49.104+0200 [TRACE] vertex "aws_subnet.one": visit complete
2021-08-18T11:05:49.104+0200 [TRACE] vertex "aws_subnet.one": dynamic subgraph completed successfully
2021-08-18T11:05:49.104+0200 [TRACE] vertex "aws_subnet.one": visit complete
2021-08-18T11:05:49.105+0200 [TRACE] vertex "aws_subnet.one (expand)": dynamic subgraph completed successfully
2021-08-18T11:05:49.105+0200 [TRACE] vertex "aws_subnet.one (expand)": visit complete
2021-08-18T11:05:49.126+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:49 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 1096
Cache-Control: no-cache, no-store
Content-Type: text/xml;charset=UTF-8
Date: Wed, 18 Aug 2021 09:05:48 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: d1303065-f663-43d4-a9d1-48debfe2191a
-----------------------------------------------------: timestamp=2021-08-18T11:05:49.126+0200
2021-08-18T11:05:49.126+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:49 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>d1303065-f663-43d4-a9d1-48debfe2191a</requestId>
<subnetSet>
<item>
<subnetId>subnet-0fdfdf9766d5cd296</subnetId>
<subnetArn>arn:aws:ec2:us-west-2:632512868473:subnet/subnet-0fdfdf9766d5cd296</subnetArn>
<state>available</state>
<ownerId>632512868473</ownerId>
<vpcId>vpc-0480b34128aa614e8</vpcId>
<cidrBlock>10.0.2.0/28</cidrBlock>
<ipv6CidrBlockAssociationSet/>
<availableIpAddressCount>11</availableIpAddressCount>
<availabilityZone>us-west-2c</availabilityZone>
<availabilityZoneId>usw2-az3</availabilityZoneId>
<defaultForAz>false</defaultForAz>
<mapPublicIpOnLaunch>false</mapPublicIpOnLaunch>
<assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
<mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch>
</item>
</subnetSet>
</DescribeSubnetsResponse>: timestamp=2021-08-18T11:05:49.126+0200
2021-08-18T11:05:49.127+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_subnet.two
2021-08-18T11:05:49.127+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_subnet.two
2021-08-18T11:05:49.128+0200 [TRACE] Re-validating config for "aws_subnet.two"
2021-08-18T11:05:49.128+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2021-08-18T11:05:49.128+0200 [TRACE] GRPCProvider: PlanResourceChange
2021-08-18T11:05:49.130+0200 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_subnet.two, 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:
- .outpost_arn: planned value cty.StringVal("") for a non-computed attribute
- .customer_owned_ipv4_pool: planned value cty.StringVal("") for a non-computed attribute
- .map_customer_owned_ip_on_launch: planned value cty.False for a non-computed attribute
- .map_public_ip_on_launch: planned value cty.False for a non-computed attribute
- .tags: planned value cty.MapValEmpty(cty.String) for a non-computed attribute
- .assign_ipv6_address_on_creation: planned value cty.False for a non-computed attribute
- .ipv6_cidr_block: planned value cty.StringVal("") for a non-computed attribute
2021-08-18T11:05:49.130+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for aws_subnet.two
2021-08-18T11:05:49.130+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_subnet.two
2021-08-18T11:05:49.130+0200 [TRACE] writeChange: recorded NoOp change for aws_subnet.two
2021-08-18T11:05:49.130+0200 [TRACE] vertex "aws_subnet.two": visit complete
2021-08-18T11:05:49.130+0200 [TRACE] vertex "aws_subnet.two": dynamic subgraph completed successfully
2021-08-18T11:05:49.131+0200 [TRACE] vertex "aws_subnet.two": visit complete
2021-08-18T11:05:49.131+0200 [TRACE] vertex "aws_subnet.two (expand)": dynamic subgraph completed successfully
2021-08-18T11:05:49.131+0200 [TRACE] vertex "aws_subnet.two (expand)": visit complete
2021-08-18T11:05:49.131+0200 [TRACE] vertex "aws_lb.this (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021-08-18T11:05:49.131+0200 [TRACE] vertex "aws_lb.this (expand)": expanding dynamic subgraph
2021-08-18T11:05:49.131+0200 [TRACE] vertex "aws_lb.this (expand)": entering dynamic subgraph
2021-08-18T11:05:49.131+0200 [TRACE] vertex "aws_lb.this": starting visit (*terraform.NodePlannableResource)
2021-08-18T11:05:49.131+0200 [TRACE] vertex "aws_lb.this": expanding dynamic subgraph
2021-08-18T11:05:49.131+0200 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021-08-18T11:05:49.131+0200 [TRACE] ResourceCountTransformer: adding aws_lb.this as *terraform.NodePlannableResourceInstance
2021-08-18T11:05:49.131+0200 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_lb.this - *terraform.NodePlannableResourceInstance
------
2021-08-18T11:05:49.131+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021-08-18T11:05:49.131+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021-08-18T11:05:49.131+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-08-18T11:05:49.132+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-08-18T11:05:49.132+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-08-18T11:05:49.132+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-08-18T11:05:49.132+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-08-18T11:05:49.132+0200 [DEBUG] ReferenceTransformer: "aws_lb.this" references: []
2021-08-18T11:05:49.132+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-08-18T11:05:49.132+0200 [TRACE] Executing graph transform *terraform.RootTransformer
2021-08-18T11:05:49.132+0200 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021-08-18T11:05:49.132+0200 [TRACE] vertex "aws_lb.this": entering dynamic subgraph
2021-08-18T11:05:49.132+0200 [TRACE] vertex "aws_lb.this": starting visit (*terraform.NodePlannableResourceInstance)
2021-08-18T11:05:49.132+0200 [TRACE] readResourceInstanceState: reading state for aws_lb.this
2021-08-18T11:05:49.132+0200 [TRACE] upgradeResourceState: schema version of aws_lb.this is still 0; calling provider "aws" for any other minor fixups
2021-08-18T11:05:49.132+0200 [TRACE] GRPCProvider: UpgradeResourceState
2021-08-18T11:05:49.133+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for aws_lb.this
2021-08-18T11:05:49.133+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_lb.this
2021-08-18T11:05:49.134+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_lb.this
2021-08-18T11:05:49.134+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_lb.this
2021-08-18T11:05:49.134+0200 [TRACE] NodeAbstractResourceInstance.refresh for aws_lb.this
aws_lb.this: Refreshing state... [id=arn:aws:elasticloadbalancing:us-west-2:632512868473:loadbalancer/gwy/gwlb/3c12044ef3c69d7e]
2021-08-18T11:05:49.134+0200 [TRACE] GRPCProvider: ReadResource
2021-08-18T11:05:49.135+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:49 [DEBUG] [aws-sdk-go] DEBUG: Request elasticloadbalancing/DescribeLoadBalancers Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: elasticloadbalancing.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 180
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/elasticloadbalancing/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6e2b4176dcc3341507465c486451135547e3c73bd4492129283808f842004f9f
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090549Z
Accept-Encoding: gzip
Action=DescribeLoadBalancers&LoadBalancerArns.member.1=arn%3Aaws%3Aelasticloadbalancing%3Aus-west-2%3A632512868473%3Aloadbalancer%2Fgwy%2Fgwlb%2F3c12044ef3c69d7e&Version=2015-12-01
-----------------------------------------------------: timestamp=2021-08-18T11:05:49.135+0200
2021-08-18T11:05:49.941+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:49 [DEBUG] [aws-sdk-go] DEBUG: Response elasticloadbalancing/DescribeLoadBalancers Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 954
Content-Type: text/xml
Date: Wed, 18 Aug 2021 09:05:49 GMT
X-Amzn-Requestid: 49b8267b-ea7c-4c29-957a-8543c4e26326
-----------------------------------------------------: timestamp=2021-08-18T11:05:49.940+0200
2021-08-18T11:05:49.941+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:49 [DEBUG] [aws-sdk-go] <DescribeLoadBalancersResponse xmlns="http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/">
<DescribeLoadBalancersResult>
<LoadBalancers>
<member>
<LoadBalancerArn>arn:aws:elasticloadbalancing:us-west-2:632512868473:loadbalancer/gwy/gwlb/3c12044ef3c69d7e</LoadBalancerArn>
<AvailabilityZones>
<member>
<SubnetId>subnet-00fdba37cff2fa3a7</SubnetId>
<ZoneName>us-west-2c</ZoneName>
</member>
</AvailabilityZones>
<Type>gateway</Type>
<LoadBalancerName>gwlb</LoadBalancerName>
<VpcId>vpc-0480b34128aa614e8</VpcId>
<CreatedTime>2021-08-18T08:52:31.914Z</CreatedTime>
<State>
<Code>active</Code>
</State>
</member>
</LoadBalancers>
</DescribeLoadBalancersResult>
<ResponseMetadata>
<RequestId>49b8267b-ea7c-4c29-957a-8543c4e26326</RequestId>
</ResponseMetadata>
</DescribeLoadBalancersResponse>: timestamp=2021-08-18T11:05:49.941+0200
2021-08-18T11:05:49.942+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:49 [DEBUG] [aws-sdk-go] DEBUG: Request elasticloadbalancing/DescribeTags Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: elasticloadbalancing.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 167
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/elasticloadbalancing/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2b5f3cd5b637335d07a6c23903517dcb741e1ece54b713135288df7a2bd07e57
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090549Z
Accept-Encoding: gzip
Action=DescribeTags&ResourceArns.member.1=arn%3Aaws%3Aelasticloadbalancing%3Aus-west-2%3A632512868473%3Aloadbalancer%2Fgwy%2Fgwlb%2F3c12044ef3c69d7e&Version=2015-12-01
-----------------------------------------------------: timestamp=2021-08-18T11:05:49.942+0200
2021-08-18T11:05:50.709+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:50 [DEBUG] [aws-sdk-go] DEBUG: Response elasticloadbalancing/DescribeTags Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 485
Content-Type: text/xml
Date: Wed, 18 Aug 2021 09:05:49 GMT
X-Amzn-Requestid: 4cb54516-f8bf-4806-ad4b-87f1ace3d2cd
-----------------------------------------------------: timestamp=2021-08-18T11:05:50.708+0200
2021-08-18T11:05:50.709+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:50 [DEBUG] [aws-sdk-go] <DescribeTagsResponse xmlns="http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/">
<DescribeTagsResult>
<TagDescriptions>
<member>
<ResourceArn>arn:aws:elasticloadbalancing:us-west-2:632512868473:loadbalancer/gwy/gwlb/3c12044ef3c69d7e</ResourceArn>
<Tags/>
</member>
</TagDescriptions>
</DescribeTagsResult>
<ResponseMetadata>
<RequestId>4cb54516-f8bf-4806-ad4b-87f1ace3d2cd</RequestId>
</ResponseMetadata>
</DescribeTagsResponse>: timestamp=2021-08-18T11:05:50.708+0200
2021-08-18T11:05:50.709+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:50 [DEBUG] [aws-sdk-go] DEBUG: Request elasticloadbalancing/DescribeLoadBalancerAttributes Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: elasticloadbalancing.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 179
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/elasticloadbalancing/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e48486e744dfe7fdb95f532a8932383c1166df09adaf0a5266c29091bac44bd0
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090550Z
Accept-Encoding: gzip
Action=DescribeLoadBalancerAttributes&LoadBalancerArn=arn%3Aaws%3Aelasticloadbalancing%3Aus-west-2%3A632512868473%3Aloadbalancer%2Fgwy%2Fgwlb%2F3c12044ef3c69d7e&Version=2015-12-01
-----------------------------------------------------: timestamp=2021-08-18T11:05:50.709+0200
2021-08-18T11:05:51.479+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:51 [DEBUG] [aws-sdk-go] DEBUG: Response elasticloadbalancing/DescribeLoadBalancerAttributes Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 594
Content-Type: text/xml
Date: Wed, 18 Aug 2021 09:05:50 GMT
X-Amzn-Requestid: 59e80c4e-f1c5-4c7a-adac-602e6869b6cf
-----------------------------------------------------: timestamp=2021-08-18T11:05:51.479+0200
2021-08-18T11:05:51.479+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:51 [DEBUG] [aws-sdk-go] <DescribeLoadBalancerAttributesResponse xmlns="http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/">
<DescribeLoadBalancerAttributesResult>
<Attributes>
<member>
<Value>false</Value>
<Key>deletion_protection.enabled</Key>
</member>
<member>
<Value>false</Value>
<Key>load_balancing.cross_zone.enabled</Key>
</member>
</Attributes>
</DescribeLoadBalancerAttributesResult>
<ResponseMetadata>
<RequestId>59e80c4e-f1c5-4c7a-adac-602e6869b6cf</RequestId>
</ResponseMetadata>
</DescribeLoadBalancerAttributesResponse>: timestamp=2021-08-18T11:05:51.479+0200
2021-08-18T11:05:51.480+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:51 [DEBUG] Setting LB Deletion Protection Enabled: false: timestamp=2021-08-18T11:05:51.479+0200
2021-08-18T11:05:51.480+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:51 [DEBUG] Setting NLB Cross Zone Load Balancing Enabled: false: timestamp=2021-08-18T11:05:51.479+0200
2021-08-18T11:05:51.480+0200 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_lb.this during refresh.
- .subnets: planned set element cty.StringVal("subnet-0fdfdf9766d5cd296") does not correlate with any element in actual
2021-08-18T11:05:51.480+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_lb.this
2021-08-18T11:05:51.480+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_lb.this
2021-08-18T11:05:51.481+0200 [TRACE] Re-validating config for "aws_lb.this"
2021-08-18T11:05:51.481+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2021-08-18T11:05:51.481+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:51 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-08-18T11:05:51.481+0200
2021-08-18T11:05:51.481+0200 [TRACE] GRPCProvider: PlanResourceChange
2021-08-18T11:05:51.483+0200 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_lb.this, 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_deletion_protection: planned value cty.False for a non-computed attribute
- .customer_owned_ipv4_pool: planned value cty.StringVal("") for a non-computed attribute
- .enable_cross_zone_load_balancing: planned value cty.False for a non-computed attribute
- .idle_timeout: planned value cty.NumberIntVal(60) for a non-computed attribute
- .drop_invalid_header_fields: planned value cty.False for a non-computed attribute
- .enable_http2: planned value cty.True for a non-computed attribute
- .tags: planned value cty.MapValEmpty(cty.String) for a non-computed attribute
- .access_logs: block count in plan (1) disagrees with count in config (0)
2021-08-18T11:05:51.483+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for aws_lb.this
2021-08-18T11:05:51.483+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_lb.this
2021-08-18T11:05:51.484+0200 [TRACE] writeChange: recorded Update change for aws_lb.this
2021-08-18T11:05:51.484+0200 [TRACE] vertex "aws_lb.this": visit complete
2021-08-18T11:05:51.484+0200 [TRACE] vertex "aws_lb.this": dynamic subgraph completed successfully
2021-08-18T11:05:51.484+0200 [TRACE] vertex "aws_lb.this": visit complete
2021-08-18T11:05:51.484+0200 [TRACE] vertex "aws_lb.this (expand)": dynamic subgraph completed successfully
2021-08-18T11:05:51.484+0200 [TRACE] vertex "aws_lb.this (expand)": visit complete
2021-08-18T11:05:51.484+0200 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2021-08-18T11:05:51.484+0200 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2021-08-18T11:05:51.484+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2021-08-18T11:05:51.484+0200 [TRACE] GRPCProvider: Close
2021-08-18T11:05:51.485+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-08-18T11:05:51.489+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5 pid=23373
2021-08-18T11:05:51.489+0200 [DEBUG] provider: plugin exited
2021-08-18T11:05:51.489+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": visit complete
2021-08-18T11:05:51.489+0200 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2021-08-18T11:05:51.489+0200 [TRACE] vertex "root": visit complete
Note: Objects have changed outside of Terraform
Terraform detected the following changes made outside of Terraform since the last "terraform apply":
# aws_lb.this has been changed
~ resource "aws_lb" "this" {
id = "arn:aws:elasticloadbalancing:us-west-2:632512868473:loadbalancer/gwy/gwlb/3c12044ef3c69d7e"
name = "gwlb"
~ subnets = [
- "subnet-0fdfdf9766d5cd296",
# (1 unchanged element hidden)
]
tags = {}
# (12 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
Unless you have made equivalent changes to your configuration, or ignored the relevant attributes using ignore_changes, the following plan may include actions to undo or respond to these changes.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# aws_lb.this will be updated in-place
~ resource "aws_lb" "this" {
id = "arn:aws:elasticloadbalancing:us-west-2:632512868473:loadbalancer/gwy/gwlb/3c12044ef3c69d7e"
name = "gwlb"
~ subnets = [
+ "subnet-0fdfdf9766d5cd296",
# (1 unchanged element hidden)
]
tags = {}
# (12 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
2021-08-18T11:05:51.495+0200 [DEBUG] command: asking for input: "\nDo you want to perform these actions?"
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2021-08-18T11:05:59.169+0200 [INFO] backend/local: apply calling Apply
2021-08-18T11:05:59.169+0200 [INFO] terraform: building graph: GraphTypeApply
2021-08-18T11:05:59.169+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021-08-18T11:05:59.169+0200 [TRACE] ConfigTransformer: Starting for path:
2021-08-18T11:05:59.170+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
aws_vpc.this (expand) - *terraform.nodeExpandApplyableResource
------
2021-08-18T11:05:59.170+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021-08-18T11:05:59.170+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2021-08-18T11:05:59.170+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021-08-18T11:05:59.170+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2021-08-18T11:05:59.170+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2021-08-18T11:05:59.170+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2021-08-18T11:05:59.170+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2021-08-18T11:05:59.170+0200 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021-08-18T11:05:59.170+0200 [TRACE] Executing graph transform *terraform.DiffTransformer
2021-08-18T11:05:59.170+0200 [TRACE] DiffTransformer starting
2021-08-18T11:05:59.171+0200 [TRACE] DiffTransformer: found NoOp change for aws_vpc.this
2021-08-18T11:05:59.171+0200 [TRACE] DiffTransformer: found NoOp change for aws_subnet.one
2021-08-18T11:05:59.171+0200 [TRACE] DiffTransformer: found NoOp change for aws_subnet.two
2021-08-18T11:05:59.171+0200 [TRACE] DiffTransformer: found Update change for aws_lb.this
2021-08-18T11:05:59.171+0200 [TRACE] DiffTransformer: aws_lb.this will be represented by aws_lb.this
2021-08-18T11:05:59.171+0200 [TRACE] DiffTransformer complete
2021-08-18T11:05:59.171+0200 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
aws_vpc.this (expand) - *terraform.nodeExpandApplyableResource
------
2021-08-18T11:05:59.171+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-08-18T11:05:59.171+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-08-18T11:05:59.171+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021-08-18T11:05:59.171+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021-08-18T11:05:59.171+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021-08-18T11:05:59.171+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_vpc.this (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:5,1-26
2021-08-18T11:05:59.171+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_vpc.this (expand)
2021-08-18T11:05:59.171+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_subnet.one (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:9,1-28
2021-08-18T11:05:59.171+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_subnet.one (expand)
2021-08-18T11:05:59.171+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lb.this" (*terraform.NodeApplyableResourceInstance) config from main.tf:19,1-25
2021-08-18T11:05:59.172+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_lb.this
2021-08-18T11:05:59.172+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_subnet.two (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:14,1-28
2021-08-18T11:05:59.172+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_subnet.two (expand)
2021-08-18T11:05:59.172+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lb.this (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:19,1-25
2021-08-18T11:05:59.172+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_lb.this (expand)
2021-08-18T11:05:59.172+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021-08-18T11:05:59.172+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021-08-18T11:05:59.172+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021-08-18T11:05:59.172+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from main.tf:1,1-15
2021-08-18T11:05:59.172+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
aws_vpc.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:59.172+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021-08-18T11:05:59.172+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021-08-18T11:05:59.172+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021-08-18T11:05:59.172+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_subnet.two (expand)
2021-08-18T11:05:59.173+0200 [DEBUG] ProviderTransformer: "aws_subnet.two (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:59.173+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_lb.this (expand)
2021-08-18T11:05:59.173+0200 [DEBUG] ProviderTransformer: "aws_lb.this (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:59.173+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_vpc.this (expand)
2021-08-18T11:05:59.173+0200 [DEBUG] ProviderTransformer: "aws_vpc.this (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:59.173+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_subnet.one (expand)
2021-08-18T11:05:59.173+0200 [DEBUG] ProviderTransformer: "aws_subnet.one (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:59.173+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_lb.this
2021-08-18T11:05:59.173+0200 [DEBUG] ProviderTransformer: "aws_lb.this" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:59.173+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:59.173+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021-08-18T11:05:59.173+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021-08-18T11:05:59.173+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:59.173+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021-08-18T11:05:59.173+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021-08-18T11:05:59.173+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021-08-18T11:05:59.174+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_subnet.two (expand)
2021-08-18T11:05:59.174+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lb.this (expand)
2021-08-18T11:05:59.174+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_vpc.this (expand)
2021-08-18T11:05:59.174+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_subnet.one (expand)
2021-08-18T11:05:59.174+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lb.this
2021-08-18T11:05:59.174+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:59.174+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021-08-18T11:05:59.174+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021-08-18T11:05:59.174+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2021-08-18T11:05:59.174+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-08-18T11:05:59.174+0200 [DEBUG] ReferenceTransformer: "aws_subnet.two (expand)" references: []
2021-08-18T11:05:59.174+0200 [DEBUG] ReferenceTransformer: "aws_lb.this (expand)" references: []
2021-08-18T11:05:59.174+0200 [DEBUG] ReferenceTransformer: "aws_vpc.this (expand)" references: []
2021-08-18T11:05:59.174+0200 [DEBUG] ReferenceTransformer: "aws_subnet.one (expand)" references: []
2021-08-18T11:05:59.174+0200 [DEBUG] ReferenceTransformer: "aws_lb.this" references: [aws_subnet.one (expand) aws_subnet.two (expand)]
2021-08-18T11:05:59.174+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2021-08-18T11:05:59.175+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_vpc.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:59.175+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021-08-18T11:05:59.175+0200 [TRACE] AttachDependenciesTransformer: aws_lb.this depends on [aws_subnet.one aws_subnet.two]
2021-08-18T11:05:59.175+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021-08-18T11:05:59.175+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021-08-18T11:05:59.175+0200 [TRACE] ForcedCBDTransformer: "aws_lb.this" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2021-08-18T11:05:59.175+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021-08-18T11:05:59.175+0200 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2021-08-18T11:05:59.175+0200 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2021-08-18T11:05:59.175+0200 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2021-08-18T11:05:59.175+0200 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2021-08-18T11:05:59.175+0200 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2021-08-18T11:05:59.175+0200 [DEBUG] pruneUnusedNodes: aws_vpc.this (expand) is no longer needed, removing
2021-08-18T11:05:59.175+0200 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer with new graph:
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:59.176+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-08-18T11:05:59.176+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-08-18T11:05:59.176+0200 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021-08-18T11:05:59.176+0200 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:59.176+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021-08-18T11:05:59.176+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-08-18T11:05:59.176+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021-08-18T11:05:59.176+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
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-08-18T11:05:59.176+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021-08-18T11:05:59.176+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_lb.this - *terraform.NodeApplyableResourceInstance
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
aws_lb.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.one (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_subnet.two (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_lb.this - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_lb.this - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2021-08-18T11:05:59.176+0200 [DEBUG] Starting graph walk: walkApply
2021-08-18T11:05:59.177+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2021-08-18T11:05:59.177+0200 [DEBUG] created provider logger: level=trace
2021-08-18T11:05:59.177+0200 [INFO] provider: configuring client automatic mTLS
2021-08-18T11:05:59.207+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5]
2021-08-18T11:05:59.212+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5 pid=23390
2021-08-18T11:05:59.212+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5
2021-08-18T11:05:59.256+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: configuring server automatic mTLS: timestamp=2021-08-18T11:05:59.255+0200
2021-08-18T11:05:59.294+0200 [DEBUG] provider.terraform-provider-aws_v3.54.0_x5: plugin address: address=/tmp/plugin284509189 network=unix timestamp=2021-08-18T11:05:59.294+0200
2021-08-18T11:05:59.294+0200 [DEBUG] provider: using plugin: version=5
2021-08-18T11:05:59.331+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2021-08-18T11:05:59.331+0200 [TRACE] provider.stdio: waiting for stdio data
2021-08-18T11:05:59.331+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only
2021-08-18T11:05:59.331+0200 [TRACE] GRPCProvider: GetProviderSchema
2021-08-18T11:05:59.408+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2021-08-18T11:05:59.482+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/aws\"]" changed the config value, but that value is unused
2021-08-18T11:05:59.482+0200 [TRACE] GRPCProvider: ConfigureProvider
2021-08-18T11:05:59.483+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:59 [INFO] AWS Auth provider used: "SharedCredentialsProvider": timestamp=2021-08-18T11:05:59.483+0200
2021-08-18T11:05:59.483+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:59 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-08-18T11:05:59.483+0200
2021-08-18T11:05:59.484+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:05:59 [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/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c15c217a69806607fb79497bd58a917fd3fa6db0a6a80a2cda1fa3ce388d381a
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090559Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------: timestamp=2021-08-18T11:05:59.484+0200
2021-08-18T11:06:00.015+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06:00 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 401
Content-Type: text/xml
Date: Wed, 18 Aug 2021 09:05:59 GMT
X-Amzn-Requestid: 251169dd-9fdf-485e-bea2-b1e9b657c00d
-----------------------------------------------------: timestamp=2021-08-18T11:06:00.015+0200
2021-08-18T11:06:00.015+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06:00 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::632512868473:user/kuba</Arn>
<UserId>AIDAZGRFUOB4432J4YWGH</UserId>
<Account>632512868473</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>251169dd-9fdf-485e-bea2-b1e9b657c00d</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2021-08-18T11:06:00.015+0200
2021-08-18T11:06:00.015+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06:00 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-08-18T11:06:00.015+0200
2021-08-18T11:06:00.015+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06:00 [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/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=00a27cb84382eec2e8b6f54a430df9cbbaa5239256a27fe4669a514095ba46d7
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090600Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------: timestamp=2021-08-18T11:06:00.015+0200
2021-08-18T11:06:00.493+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06:00 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 401
Content-Type: text/xml
Date: Wed, 18 Aug 2021 09:05:59 GMT
X-Amzn-Requestid: 1d0cf1f0-de35-4d1f-9a7d-3ea637c16e6c
-----------------------------------------------------: timestamp=2021-08-18T11:06:00.492+0200
2021-08-18T11:06:00.493+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06:00 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::632512868473:user/kuba</Arn>
<UserId>AIDAZGRFUOB4432J4YWGH</UserId>
<Account>632512868473</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>1d0cf1f0-de35-4d1f-9a7d-3ea637c16e6c</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2021-08-18T11:06:00.492+0200
2021-08-18T11:06:00.494+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06:00 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 87
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f6f2065385718b44185b7ba7cd245beeae305dc518b294f6a6f63c2caa3d0160
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090600Z
Accept-Encoding: gzip
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
-----------------------------------------------------: timestamp=2021-08-18T11:06:00.494+0200
2021-08-18T11:06:01.273+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06: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: Wed, 18 Aug 2021 09:06:00 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: c4ace776-a77a-4b72-9a1e-a9e63632bde4
-----------------------------------------------------: timestamp=2021-08-18T11:06:01.273+0200
2021-08-18T11:06:01.274+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06:01 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>c4ace776-a77a-4b72-9a1e-a9e63632bde4</requestId>
<accountAttributeSet>
<item>
<attributeName>supported-platforms</attributeName>
<attributeValueSet>
<item>
<attributeValue>VPC</attributeValue>
</item>
</attributeValueSet>
</item>
</accountAttributeSet>
</DescribeAccountAttributesResponse>: timestamp=2021-08-18T11:06:01.273+0200
2021-08-18T11:06:01.275+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2021-08-18T11:06:01.275+0200 [TRACE] vertex "aws_subnet.two (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2021-08-18T11:06:01.276+0200 [TRACE] vertex "aws_subnet.two (expand)": expanding dynamic subgraph
2021-08-18T11:06:01.276+0200 [TRACE] vertex "aws_subnet.two (expand)": entering dynamic subgraph
2021-08-18T11:06:01.276+0200 [TRACE] vertex "aws_subnet.one (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2021-08-18T11:06:01.277+0200 [TRACE] vertex "aws_subnet.one (expand)": expanding dynamic subgraph
2021-08-18T11:06:01.277+0200 [TRACE] vertex "aws_lb.this (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2021-08-18T11:06:01.278+0200 [TRACE] vertex "aws_subnet.two": starting visit (*terraform.NodeApplyableResource)
2021-08-18T11:06:01.278+0200 [TRACE] vertex "aws_subnet.one (expand)": entering dynamic subgraph
2021-08-18T11:06:01.278+0200 [TRACE] vertex "aws_lb.this (expand)": expanding dynamic subgraph
2021-08-18T11:06:01.279+0200 [TRACE] vertex "aws_lb.this (expand)": entering dynamic subgraph
2021-08-18T11:06:01.279+0200 [TRACE] vertex "aws_lb.this": starting visit (*terraform.NodeApplyableResource)
2021-08-18T11:06:01.279+0200 [TRACE] vertex "aws_lb.this": visit complete
2021-08-18T11:06:01.280+0200 [TRACE] vertex "aws_subnet.two": visit complete
2021-08-18T11:06:01.280+0200 [TRACE] vertex "aws_subnet.one": starting visit (*terraform.NodeApplyableResource)
2021-08-18T11:06:01.280+0200 [TRACE] vertex "aws_lb.this (expand)": dynamic subgraph completed successfully
2021-08-18T11:06:01.280+0200 [TRACE] vertex "aws_lb.this (expand)": visit complete
2021-08-18T11:06:01.281+0200 [TRACE] vertex "aws_subnet.two (expand)": dynamic subgraph completed successfully
2021-08-18T11:06:01.281+0200 [TRACE] vertex "aws_subnet.two (expand)": visit complete
2021-08-18T11:06:01.281+0200 [TRACE] vertex "aws_subnet.one": visit complete
2021-08-18T11:06:01.281+0200 [TRACE] vertex "aws_subnet.one (expand)": dynamic subgraph completed successfully
2021-08-18T11:06:01.281+0200 [TRACE] vertex "aws_subnet.one (expand)": visit complete
2021-08-18T11:06:01.281+0200 [TRACE] vertex "aws_lb.this": starting visit (*terraform.NodeApplyableResourceInstance)
2021-08-18T11:06:01.281+0200 [TRACE] readDiff: Read Update change from plan for aws_lb.this
2021-08-18T11:06:01.281+0200 [TRACE] readResourceInstanceState: reading state for aws_lb.this
2021-08-18T11:06:01.281+0200 [TRACE] upgradeResourceState: schema version of aws_lb.this is still 0; calling provider "aws" for any other minor fixups
2021-08-18T11:06:01.281+0200 [TRACE] GRPCProvider: UpgradeResourceState
2021-08-18T11:06:01.283+0200 [TRACE] readDiff: Read Update change from plan for aws_lb.this
2021-08-18T11:06:01.284+0200 [TRACE] Re-validating config for "aws_lb.this"
2021-08-18T11:06:01.284+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2021-08-18T11:06:01.284+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06:01 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-08-18T11:06:01.284+0200
2021-08-18T11:06:01.284+0200 [TRACE] GRPCProvider: PlanResourceChange
2021-08-18T11:06:01.286+0200 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_lb.this, 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:
- .drop_invalid_header_fields: planned value cty.False for a non-computed attribute
- .enable_http2: planned value cty.True for a non-computed attribute
- .tags: planned value cty.MapValEmpty(cty.String) for a non-computed attribute
- .enable_deletion_protection: planned value cty.False for a non-computed attribute
- .customer_owned_ipv4_pool: planned value cty.StringVal("") for a non-computed attribute
- .enable_cross_zone_load_balancing: planned value cty.False for a non-computed attribute
- .idle_timeout: planned value cty.NumberIntVal(60) for a non-computed attribute
- .access_logs: block count in plan (1) disagrees with count in config (0)
2021-08-18T11:06:01.287+0200 [TRACE] checkPlannedChange: Verifying that actual change (action Update) matches planned change (action Update)
2021-08-18T11:06:01.287+0200 [TRACE] readResourceInstanceState: reading state for aws_lb.this
2021-08-18T11:06:01.287+0200 [TRACE] upgradeResourceState: schema version of aws_lb.this is still 0; calling provider "aws" for any other minor fixups
2021-08-18T11:06:01.287+0200 [TRACE] GRPCProvider: UpgradeResourceState
aws_lb.this: Modifying... [id=arn:aws:elasticloadbalancing:us-west-2:632512868473:loadbalancer/gwy/gwlb/3c12044ef3c69d7e]
2021-08-18T11:06:01.288+0200 [INFO] Starting apply for aws_lb.this
2021-08-18T11:06:01.288+0200 [DEBUG] aws_lb.this: applying the planned Update change
2021-08-18T11:06:01.288+0200 [TRACE] GRPCProvider: ApplyResourceChange
2021-08-18T11:06:01.290+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06:01 [DEBUG] [aws-sdk-go] DEBUG: Request elasticloadbalancing/SetSubnets Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: elasticloadbalancing.us-west-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.54.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.40.20 (go1.16; linux; amd64)
Content-Length: 243
Authorization: AWS4-HMAC-SHA256 Credential=AKIAZGRFUOB4Q2YFMAU2/20210818/us-west-2/elasticloadbalancing/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=b7e13eae69173b3b057514f3d29cf0eea82e420376178c98b3ce226f203d03e9
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210818T090601Z
Accept-Encoding: gzip
Action=SetSubnets&LoadBalancerArn=arn%3Aaws%3Aelasticloadbalancing%3Aus-west-2%3A632512868473%3Aloadbalancer%2Fgwy%2Fgwlb%2F3c12044ef3c69d7e&Subnets.member.1=subnet-00fdba37cff2fa3a7&Subnets.member.2=subnet-0fdfdf9766d5cd296&Version=2015-12-01
-----------------------------------------------------: timestamp=2021-08-18T11:06:01.290+0200
2021-08-18T11:06:02.044+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06:02 [DEBUG] [aws-sdk-go] DEBUG: Response elasticloadbalancing/SetSubnets Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 400 Bad Request
Connection: close
Content-Length: 327
Content-Type: text/xml
Date: Wed, 18 Aug 2021 09:06:01 GMT
X-Amzn-Requestid: f8143fd2-0d9f-4a97-afc8-3c85b434b162
-----------------------------------------------------: timestamp=2021-08-18T11:06:02.044+0200
2021-08-18T11:06:02.044+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06:02 [DEBUG] [aws-sdk-go] <ErrorResponse xmlns="http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/">
<Error>
<Type>Sender</Type>
<Code>ValidationError</Code>
<Message>SetSubnets is not supported for load balancers of type 'gateway'</Message>
</Error>
<RequestId>f8143fd2-0d9f-4a97-afc8-3c85b434b162</RequestId>
</ErrorResponse>: timestamp=2021-08-18T11:06:02.044+0200
2021-08-18T11:06:02.045+0200 [INFO] provider.terraform-provider-aws_v3.54.0_x5: 2021/08/18 11:06:02 [DEBUG] [aws-sdk-go] DEBUG: Validate Response elasticloadbalancing/SetSubnets failed, attempt 0/25, error ValidationError: SetSubnets is not supported for load balancers of type 'gateway'
status code: 400, request id: f8143fd2-0d9f-4a97-afc8-3c85b434b162: timestamp=2021-08-18T11:06:02.044+0200
2021-08-18T11:06:02.046+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for aws_lb.this
2021-08-18T11:06:02.047+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_lb.this
2021-08-18T11:06:02.048+0200 [TRACE] evalApplyProvisioners: aws_lb.this is not freshly-created, so no provisioning is required
2021-08-18T11:06:02.048+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for aws_lb.this
2021-08-18T11:06:02.048+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_lb.this
2021-08-18T11:06:02.059+0200 [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2021-08-18T11:06:02.060+0200 [TRACE] statemgr.Filesystem: no state changes since last snapshot
2021-08-18T11:06:02.060+0200 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2021-08-18T11:06:02.061+0200 [TRACE] vertex "aws_lb.this": visit complete
2021-08-18T11:06:02.062+0200 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2021-08-18T11:06:02.062+0200 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" errored, so skipping
2021-08-18T11:06:02.062+0200 [TRACE] dag/walk: upstream of "root" errored, so skipping
2021-08-18T11:06:02.062+0200 [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2021-08-18T11:06:02.062+0200 [TRACE] statemgr.Filesystem: no state changes since last snapshot
2021-08-18T11:06:02.062+0200 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
│ Error: failure Setting LB Subnets: ValidationError: SetSubnets is not supported for load balancers of type 'gateway'
│ status code: 400, request id: f8143fd2-0d9f-4a97-afc8-3c85b434b162
│ with aws_lb.this,
│ on main.tf line 19, in resource "aws_lb" "this":
│ 19: resource "aws_lb" "this" {
2021-08-18T11:06:02.065+0200 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2021-08-18T11:06:02.065+0200 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2021-08-18T11:06:02.066+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-08-18T11:06:02.070+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.54.0/linux_amd64/terraform-provider-aws_v3.54.0_x5 pid=23390
2021-08-18T11:06:02.070+0200 [DEBUG] provider: plugin exited
@jabielecki
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment