Created
June 15, 2021 18:26
-
-
Save matt-slalom/5eb60f7c88cb7fbd82925332adb2605e to your computer and use it in GitHub Desktop.
Terraform Debug Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% TF_LOG=1 terraform plan | |
[WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF][WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF]2021-06-15T11:21:57.460-0700 [DEBUG] Adding temp file log sink: /var/folders/7c/v3sltxnx47q5vf84qb7fsk1w0000gp/T/terraform-log083894057 | |
2021-06-15T11:21:57.460-0700 [INFO] Terraform version: 1.0.0 | |
2021-06-15T11:21:57.460-0700 [INFO] Go runtime version: go1.16.4 | |
2021-06-15T11:21:57.460-0700 [INFO] CLI args: []string{"/opt/local/bin/terraform", "plan"} | |
2021-06-15T11:21:57.460-0700 [TRACE] Stdout is a terminal of width 145 | |
2021-06-15T11:21:57.460-0700 [TRACE] Stderr is a terminal of width 145 | |
2021-06-15T11:21:57.460-0700 [TRACE] Stdin is a terminal | |
2021-06-15T11:21:57.460-0700 [DEBUG] Attempting to open CLI config file: /Users/some.user/.terraformrc | |
2021-06-15T11:21:57.460-0700 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2021-06-15T11:21:57.460-0700 [DEBUG] checking for credentials in "/Users/some.user/.terraform.d/plugins" | |
2021-06-15T11:21:57.460-0700 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2021-06-15T11:21:57.460-0700 [DEBUG] will search for provider plugins in /Users/some.user/.terraform.d/plugins | |
2021-06-15T11:21:57.461-0700 [TRACE] getproviders.SearchLocalDirectory: found hashicorp.com/edu/hashicups v0.2.0 for darwin_amd64 at /Users/some.user/.terraform.d/plugins/hashicorp.com/edu/hashicups/0.2/darwin_amd64 | |
2021-06-15T11:21:57.461-0700 [TRACE] getproviders.SearchLocalDirectory: found matt.slalom.com/slalom/anypoint-management v1.0.0 for darwin_amd64 at /Users/some.user/.terraform.d/plugins/matt.slalom.com/slalom/anypoint-management/1.0.0/darwin_amd64 | |
2021-06-15T11:21:57.461-0700 [DEBUG] ignoring non-existing provider search directory /Users/some.user/Library/Application Support/io.terraform/plugins | |
2021-06-15T11:21:57.461-0700 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
2021-06-15T11:21:57.462-0700 [INFO] CLI command args: []string{"plan"} | |
2021-06-15T11:21:57.463-0700 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2021-06-15T11:21:57.463-0700 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2021-06-15T11:21:57.463-0700 [DEBUG] New state was assigned lineage "96c3eae3-d5c5-aefe-005e-7dd8f8e17e8c" | |
2021-06-15T11:21:57.463-0700 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2021-06-15T11:21:57.463-0700 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2021-06-15T11:21:57.464-0700 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers | |
2021-06-15T11:21:57.464-0700 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v3.45.0 for darwin_amd64 at .terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64 | |
2021-06-15T11:21:57.464-0700 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64 as a candidate package for registry.terraform.io/hashicorp/aws 3.45.0 | |
2021-06-15T11:21:57.973-0700 [DEBUG] checking for provisioner in "." | |
2021-06-15T11:21:57.975-0700 [DEBUG] checking for provisioner in "/opt/local/bin" | |
2021-06-15T11:21:57.975-0700 [DEBUG] checking for provisioner in "/Users/some.user/.terraform.d/plugins" | |
2021-06-15T11:21:57.976-0700 [INFO] Failed to read plugin lock file .terraform/plugins/darwin_amd64/lock.json: open .terraform/plugins/darwin_amd64/lock.json: no such file or directory | |
2021-06-15T11:21:57.976-0700 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2021-06-15T11:21:57.976-0700 [INFO] backend/local: starting Plan operation | |
2021-06-15T11:21:57.976-0700 [TRACE] backend/local: requesting state manager for workspace "default" | |
2021-06-15T11:21:57.976-0700 [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-06-15T11:21:57.976-0700 [TRACE] backend/local: requesting state lock for workspace "default" | |
2021-06-15T11:21:57.976-0700 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2021-06-15T11:21:57.976-0700 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists | |
2021-06-15T11:21:57.976-0700 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock | |
2021-06-15T11:21:57.977-0700 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info | |
2021-06-15T11:21:57.977-0700 [TRACE] backend/local: reading remote state for workspace "default" | |
2021-06-15T11:21:57.977-0700 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate | |
2021-06-15T11:21:57.977-0700 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay | |
2021-06-15T11:21:57.977-0700 [TRACE] statemgr.Filesystem: read nil snapshot | |
2021-06-15T11:21:57.977-0700 [TRACE] backend/local: retrieving local state snapshot for workspace "default" | |
2021-06-15T11:21:57.977-0700 [TRACE] backend/local: building context for current working directory | |
2021-06-15T11:21:57.977-0700 [TRACE] terraform.NewContext: starting | |
2021-06-15T11:21:57.977-0700 [TRACE] terraform.NewContext: loading provider schemas | |
2021-06-15T11:21:57.977-0700 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/aws" | |
[WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF]2021-06-15T11:21:57.977-0700 [DEBUG] created provider logger: level=trace | |
2021-06-15T11:21:57.978-0700 [INFO] provider: configuring client automatic mTLS | |
2021-06-15T11:21:58.007-0700 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5] | |
2021-06-15T11:21:58.019-0700 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5 pid=18452 | |
2021-06-15T11:21:58.019-0700 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5 | |
2021-06-15T11:21:58.066-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: configuring server automatic mTLS: timestamp=2021-06-15T11:21:58.066-0700 | |
2021-06-15T11:21:58.105-0700 [DEBUG] provider: using plugin: version=5 | |
2021-06-15T11:21:58.105-0700 [DEBUG] provider.terraform-provider-aws_v3.45.0_x5: plugin address: address=/var/folders/7c/v3sltxnx47q5vf84qb7fsk1w0000gp/T/plugin677326387 network=unix timestamp=2021-06-15T11:21:58.105-0700 | |
2021-06-15T11:21:58.142-0700 [TRACE] GRPCProvider: GetProviderSchema | |
2021-06-15T11:21:58.143-0700 [TRACE] provider.stdio: waiting for stdio data | |
2021-06-15T11:21:58.218-0700 [TRACE] GRPCProvider: Close | |
2021-06-15T11:21:58.218-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2021-06-15T11:21:58.221-0700 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5 pid=18452 | |
2021-06-15T11:21:58.222-0700 [DEBUG] provider: plugin exited | |
2021-06-15T11:21:58.222-0700 [TRACE] terraform.NewContext: complete | |
2021-06-15T11:21:58.222-0700 [TRACE] backend/local: finished building terraform.Context | |
2021-06-15T11:21:58.222-0700 [TRACE] backend/local: requesting interactive input, if necessary | |
2021-06-15T11:21:58.222-0700 [TRACE] Context.Input: Prompting for provider arguments | |
2021-06-15T11:21:58.222-0700 [TRACE] Context.Input: Provider provider.aws implied by data block at main.tf:1,1-57 | |
2021-06-15T11:21:58.222-0700 [TRACE] Context.Input: Prompting for provider.aws argument region | |
2021-06-15T11:21:58.222-0700 [DEBUG] command: asking for input: "provider.aws.region" | |
provider.aws.region | |
The region where AWS operations will take place. Examples | |
are us-east-1, us-west-2, etc. | |
Enter a value: us-west-2 | |
2021-06-15T11:22:00.928-0700 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{"region":cty.StringVal("us-west-2")} | |
2021-06-15T11:22:00.928-0700 [TRACE] backend/local: running validation operation | |
2021-06-15T11:22:00.928-0700 [INFO] terraform: building graph: GraphTypeValidate | |
2021-06-15T11:22:00.928-0700 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2021-06-15T11:22:00.928-0700 [TRACE] ConfigTransformer: Starting for path: | |
2021-06-15T11:22:00.928-0700 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodeValidatableResource | |
------ | |
2021-06-15T11:22:00.928-0700 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2021-06-15T11:22:00.928-0700 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) | |
2021-06-15T11:22:00.928-0700 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2021-06-15T11:22:00.928-0700 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2021-06-15T11:22:00.928-0700 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2021-06-15T11:22:00.928-0700 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) | |
2021-06-15T11:22:00.929-0700 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2021-06-15T11:22:00.929-0700 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) | |
2021-06-15T11:22:00.929-0700 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2021-06-15T11:22:00.929-0700 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2021-06-15T11:22:00.929-0700 [TRACE] Executing graph transform *terraform.StateTransformer | |
2021-06-15T11:22:00.929-0700 [TRACE] StateTransformer: state is empty, so nothing to do | |
2021-06-15T11:22:00.929-0700 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2021-06-15T11:22:00.929-0700 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021-06-15T11:22:00.929-0700 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021-06-15T11:22:00.929-0700 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2021-06-15T11:22:00.929-0700 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2021-06-15T11:22:00.929-0700 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2021-06-15T11:22:00.929-0700 [TRACE] AttachResourceConfigTransformer: attaching to "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:57, Byte:56}} | |
2021-06-15T11:22:00.929-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.aws_ec2_transit_gateway_vpc_attachment.tgw_info | |
2021-06-15T11:22:00.929-0700 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2021-06-15T11:22:00.929-0700 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2021-06-15T11:22:00.929-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2021-06-15T11:22:00.929-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodeValidatableResource | |
------ | |
2021-06-15T11:22:00.929-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2021-06-15T11:22:00.929-0700 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/aws"], implied first by data.aws_ec2_transit_gateway_vpc_attachment.tgw_info | |
2021-06-15T11:22:00.929-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021-06-15T11:22:00.929-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2021-06-15T11:22:00.929-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving data.aws_ec2_transit_gateway_vpc_attachment.tgw_info | |
2021-06-15T11:22:00.929-0700 [DEBUG] ProviderTransformer: "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021-06-15T11:22:00.929-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021-06-15T11:22:00.929-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2021-06-15T11:22:00.929-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2021-06-15T11:22:00.929-0700 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021-06-15T11:22:00.929-0700 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2021-06-15T11:22:00.929-0700 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2021-06-15T11:22:00.929-0700 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2021-06-15T11:22:00.929-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to data.aws_ec2_transit_gateway_vpc_attachment.tgw_info | |
2021-06-15T11:22:00.929-0700 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"] | |
2021-06-15T11:22:00.929-0700 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2021-06-15T11:22:00.929-0700 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2021-06-15T11:22:00.929-0700 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) | |
2021-06-15T11:22:00.929-0700 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021-06-15T11:22:00.929-0700 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [] | |
2021-06-15T11:22:00.930-0700 [DEBUG] ReferenceTransformer: "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info" references: [] | |
2021-06-15T11:22:00.930-0700 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021-06-15T11:22:00.930-0700 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2021-06-15T11:22:00.930-0700 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2021-06-15T11:22:00.930-0700 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer | |
2021-06-15T11:22:00.930-0700 [TRACE] attachDataDependenciesTransformer: data.aws_ec2_transit_gateway_vpc_attachment.tgw_info depends on [] | |
2021-06-15T11:22:00.930-0700 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes) | |
2021-06-15T11:22:00.930-0700 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021-06-15T11:22:00.930-0700 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021-06-15T11:22:00.930-0700 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2021-06-15T11:22:00.930-0700 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2021-06-15T11:22:00.930-0700 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2021-06-15T11:22:00.930-0700 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021-06-15T11:22:00.930-0700 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2021-06-15T11:22:00.930-0700 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *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 | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021-06-15T11:22:00.930-0700 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2021-06-15T11:22:00.930-0700 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *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 | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *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-06-15T11:22:00.930-0700 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2021-06-15T11:22:00.930-0700 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodeValidatableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodeValidatableResource | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
------ | |
2021-06-15T11:22:00.930-0700 [DEBUG] Starting graph walk: walkValidate | |
2021-06-15T11:22:00.930-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider) | |
[WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF]2021-06-15T11:22:00.931-0700 [DEBUG] created provider logger: level=trace | |
2021-06-15T11:22:00.931-0700 [INFO] provider: configuring client automatic mTLS | |
2021-06-15T11:22:00.968-0700 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5] | |
2021-06-15T11:22:00.980-0700 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5 pid=18453 | |
2021-06-15T11:22:00.980-0700 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5 | |
2021-06-15T11:22:01.030-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: configuring server automatic mTLS: timestamp=2021-06-15T11:22:01.030-0700 | |
2021-06-15T11:22:01.072-0700 [DEBUG] provider: using plugin: version=5 | |
2021-06-15T11:22:01.072-0700 [DEBUG] provider.terraform-provider-aws_v3.45.0_x5: plugin address: address=/var/folders/7c/v3sltxnx47q5vf84qb7fsk1w0000gp/T/plugin994773736 network=unix timestamp=2021-06-15T11:22:01.071-0700 | |
2021-06-15T11:22:01.117-0700 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"] | |
2021-06-15T11:22:01.117-0700 [TRACE] provider.stdio: waiting for stdio data | |
2021-06-15T11:22:01.117-0700 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using input only | |
2021-06-15T11:22:01.117-0700 [TRACE] GRPCProvider: GetProviderSchema | |
2021-06-15T11:22:01.193-0700 [TRACE] GRPCProvider: ValidateProviderConfig | |
2021-06-15T11:22:01.260-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete | |
2021-06-15T11:22:01.260-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info": starting visit (*terraform.NodeValidatableResource) | |
2021-06-15T11:22:01.260-0700 [TRACE] GRPCProvider: ValidateDataResourceConfig | |
2021-06-15T11:22:01.261-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:01 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-06-15T11:22:01.261-0700 | |
2021-06-15T11:22:01.261-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info": visit complete | |
2021-06-15T11:22:01.261-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": starting visit (*terraform.graphNodeCloseProvider) | |
2021-06-15T11:22:01.261-0700 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) | |
2021-06-15T11:22:01.261-0700 [TRACE] GRPCProvider: Close | |
2021-06-15T11:22:01.261-0700 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete | |
2021-06-15T11:22:01.261-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2021-06-15T11:22:01.265-0700 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5 pid=18453 | |
2021-06-15T11:22:01.265-0700 [DEBUG] provider: plugin exited | |
2021-06-15T11:22:01.265-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": visit complete | |
2021-06-15T11:22:01.265-0700 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule) | |
2021-06-15T11:22:01.265-0700 [TRACE] vertex "root": visit complete | |
2021-06-15T11:22:01.265-0700 [INFO] backend/local: plan calling Plan | |
2021-06-15T11:22:01.265-0700 [INFO] terraform: building graph: GraphTypePlan | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] ConfigTransformer: Starting for path: | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) - *terraform.nodeExpandPlannableResource | |
------ | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.StateTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] StateTransformer: state is empty, so nothing to do | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] AttachResourceConfigTransformer: attaching to "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:57, Byte:56}} | |
2021-06-15T11:22:01.265-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2021-06-15T11:22:01.265-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) - *terraform.nodeExpandPlannableResource | |
------ | |
2021-06-15T11:22:01.265-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2021-06-15T11:22:01.265-0700 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/aws"], implied first by data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) | |
2021-06-15T11:22:01.265-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021-06-15T11:22:01.265-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) | |
2021-06-15T11:22:01.265-0700 [DEBUG] ProviderTransformer: "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2021-06-15T11:22:01.265-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021-06-15T11:22:01.265-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) | |
2021-06-15T11:22:01.265-0700 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"] | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021-06-15T11:22:01.265-0700 [DEBUG] ReferenceTransformer: "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand)" references: [] | |
2021-06-15T11:22:01.265-0700 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [] | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] AttachDependenciesTransformer: data.aws_ec2_transit_gateway_vpc_attachment.tgw_info depends on [] | |
2021-06-15T11:22:01.265-0700 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2021-06-15T11:22:01.265-0700 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer | |
2021-06-15T11:22:01.265-0700 [TRACE] attachDataDependenciesTransformer: data.aws_ec2_transit_gateway_vpc_attachment.tgw_info depends on [] | |
2021-06-15T11:22:01.266-0700 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes) | |
2021-06-15T11:22:01.266-0700 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021-06-15T11:22:01.266-0700 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021-06-15T11:22:01.266-0700 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2021-06-15T11:22:01.266-0700 [TRACE] ForcedCBDTransformer: "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping | |
2021-06-15T11:22:01.266-0700 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2021-06-15T11:22:01.266-0700 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2021-06-15T11:22:01.266-0700 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021-06-15T11:22:01.266-0700 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2021-06-15T11:22:01.266-0700 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (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 | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
------ | |
2021-06-15T11:22:01.266-0700 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2021-06-15T11:22:01.266-0700 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (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 | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (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-06-15T11:22:01.266-0700 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2021-06-15T11:22:01.266-0700 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) - *terraform.nodeExpandPlannableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand) - *terraform.nodeExpandPlannableResource | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider | |
------ | |
2021-06-15T11:22:01.266-0700 [DEBUG] Starting graph walk: walkPlan | |
2021-06-15T11:22:01.266-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider) | |
[WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF]2021-06-15T11:22:01.266-0700 [DEBUG] created provider logger: level=trace | |
2021-06-15T11:22:01.266-0700 [INFO] provider: configuring client automatic mTLS | |
2021-06-15T11:22:01.295-0700 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5] | |
2021-06-15T11:22:01.307-0700 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5 pid=18454 | |
2021-06-15T11:22:01.307-0700 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5 | |
2021-06-15T11:22:01.354-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: configuring server automatic mTLS: timestamp=2021-06-15T11:22:01.354-0700 | |
2021-06-15T11:22:01.392-0700 [DEBUG] provider.terraform-provider-aws_v3.45.0_x5: plugin address: address=/var/folders/7c/v3sltxnx47q5vf84qb7fsk1w0000gp/T/plugin897272749 network=unix timestamp=2021-06-15T11:22:01.392-0700 | |
2021-06-15T11:22:01.392-0700 [DEBUG] provider: using plugin: version=5 | |
2021-06-15T11:22:01.432-0700 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"] | |
2021-06-15T11:22:01.432-0700 [TRACE] provider.stdio: waiting for stdio data | |
2021-06-15T11:22:01.432-0700 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using input only | |
2021-06-15T11:22:01.432-0700 [TRACE] GRPCProvider: GetProviderSchema | |
2021-06-15T11:22:01.500-0700 [TRACE] GRPCProvider: ValidateProviderConfig | |
2021-06-15T11:22:01.566-0700 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/aws\"]" changed the config value, but that value is unused | |
2021-06-15T11:22:01.566-0700 [TRACE] GRPCProvider: ConfigureProvider | |
2021-06-15T11:22:01.567-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:01 [WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR]: timestamp=2021-06-15T11:22:01.567-0700 | |
2021-06-15T11:22:01.567-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:01 [INFO] AWS Auth provider used: "SharedCredentialsProvider": timestamp=2021-06-15T11:22:01.567-0700 | |
2021-06-15T11:22:01.568-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:01 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-06-15T11:22:01.568-0700 | |
2021-06-15T11:22:01.568-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:01 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: sts.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.45.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.59 (go1.16; darwin; amd64) | |
Content-Length: 43 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIA6DNWYMKQXP3A5NR2/20210615/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=960b449432fc26bcad8e71de4466ba92377278efc9f855107a255304c5267dc3 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20210615T182201Z | |
X-Amz-Security-Token: omitted_token | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15 | |
-----------------------------------------------------: timestamp=2021-06-15T11:22:01.568-0700 | |
2021-06-15T11:22:02.002-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 495 | |
Content-Type: text/xml | |
Date: Tue, 15 Jun 2021 18:22:01 GMT | |
X-Amzn-Requestid: 3ba0874d-142d-403f-9306-20caa460b757 | |
-----------------------------------------------------: timestamp=2021-06-15T11:22:02.001-0700 | |
2021-06-15T11:22:02.002-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws:sts::999999999999:assumed-role/AWSReservedSSO_AWSAdministratorAccess_a9908df16d4c59e7/[email protected]</Arn> | |
<UserId>XXXXXXXXXXXXXXXXXXXXXX:[email protected]</UserId> | |
<Account>999999999999</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>3ba0874d-142d-403f-9306-20caa460b757</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse>: timestamp=2021-06-15T11:22:02.001-0700 | |
2021-06-15T11:22:02.002-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-06-15T11:22:02.001-0700 | |
2021-06-15T11:22:02.002-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: sts.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.0.0 (+https://www.terraform.io) terraform-provider-aws/3.45.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.59 (go1.16; darwin; amd64) | |
Content-Length: 43 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIA6DNWYMKQXP3A5NR2/20210615/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=a9acd5dd979b99aa340e307da87fccaf822f5dc73c04a54650593f0ec75885d4 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20210615T182202Z | |
X-Amz-Security-Token: omitted_token | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15 | |
-----------------------------------------------------: timestamp=2021-06-15T11:22:02.002-0700 | |
2021-06-15T11:22:02.309-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 495 | |
Content-Type: text/xml | |
Date: Tue, 15 Jun 2021 18:22:02 GMT | |
X-Amzn-Requestid: df1c6875-51e3-4df0-8b81-e059b9a36f60 | |
-----------------------------------------------------: timestamp=2021-06-15T11:22:02.309-0700 | |
2021-06-15T11:22:02.309-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws:sts::999999999999:assumed-role/AWSReservedSSO_AWSAdministratorAccess_a9908df16d4c59e7/[email protected]</Arn> | |
<UserId>XXXXXXXXXXXXXXXXXXXXXX:[email protected]</UserId> | |
<Account>999999999999</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>df1c6875-51e3-4df0-8b81-e059b9a36f60</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse>: timestamp=2021-06-15T11:22:02.309-0700 | |
2021-06-15T11:22:02.312-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [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.45.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.59 (go1.16; darwin; amd64) | |
Content-Length: 87 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIA6DNWYMKQXP3A5NR2/20210615/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=313eccc875db8e8400d496ba86ce5d4b9ba920e027d883c746b4b99eb15f71e5 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20210615T182202Z | |
X-Amz-Security-Token: omitted_token | |
Accept-Encoding: gzip | |
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-06-15T11:22:02.312-0700 | |
2021-06-15T11:22:02.531-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 540 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 15 Jun 2021 18:22:02 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 8ae80ba6-f183-49f3-91b9-639dfa445dc4 | |
-----------------------------------------------------: timestamp=2021-06-15T11:22:02.530-0700 | |
2021-06-15T11:22:02.531-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>8ae80ba6-f183-49f3-91b9-639dfa445dc4</requestId> | |
<accountAttributeSet> | |
<item> | |
<attributeName>supported-platforms</attributeName> | |
<attributeValueSet> | |
<item> | |
<attributeValue>VPC</attributeValue> | |
</item> | |
</attributeValueSet> | |
</item> | |
</accountAttributeSet> | |
</DescribeAccountAttributesResponse>: timestamp=2021-06-15T11:22:02.530-0700 | |
2021-06-15T11:22:02.531-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete | |
2021-06-15T11:22:02.531-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand)": starting visit (*terraform.nodeExpandPlannableResource) | |
2021-06-15T11:22:02.531-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand)": expanding dynamic subgraph | |
2021-06-15T11:22:02.531-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand)": entering dynamic subgraph | |
2021-06-15T11:22:02.531-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info": starting visit (*terraform.NodePlannableResource) | |
2021-06-15T11:22:02.532-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info": expanding dynamic subgraph | |
2021-06-15T11:22:02.532-0700 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2021-06-15T11:22:02.532-0700 [TRACE] ResourceCountTransformer: adding data.aws_ec2_transit_gateway_vpc_attachment.tgw_info as *terraform.NodePlannableResourceInstance | |
2021-06-15T11:22:02.532-0700 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
data.aws_ec2_transit_gateway_vpc_attachment.tgw_info - *terraform.NodePlannableResourceInstance | |
------ | |
2021-06-15T11:22:02.532-0700 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer | |
2021-06-15T11:22:02.532-0700 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) | |
2021-06-15T11:22:02.532-0700 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021-06-15T11:22:02.532-0700 [DEBUG] Resource instance state not found for node "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info", instance data.aws_ec2_transit_gateway_vpc_attachment.tgw_info | |
2021-06-15T11:22:02.532-0700 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021-06-15T11:22:02.532-0700 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021-06-15T11:22:02.532-0700 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021-06-15T11:22:02.532-0700 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021-06-15T11:22:02.532-0700 [DEBUG] ReferenceTransformer: "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info" references: [] | |
2021-06-15T11:22:02.532-0700 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2021-06-15T11:22:02.532-0700 [TRACE] Executing graph transform *terraform.RootTransformer | |
2021-06-15T11:22:02.532-0700 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) | |
2021-06-15T11:22:02.532-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info": entering dynamic subgraph | |
2021-06-15T11:22:02.532-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info": starting visit (*terraform.NodePlannableResourceInstance) | |
2021-06-15T11:22:02.532-0700 [TRACE] readResourceInstanceState: reading state for data.aws_ec2_transit_gateway_vpc_attachment.tgw_info | |
2021-06-15T11:22:02.532-0700 [TRACE] readResourceInstanceState: no state present for data.aws_ec2_transit_gateway_vpc_attachment.tgw_info | |
2021-06-15T11:22:02.532-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for data.aws_ec2_transit_gateway_vpc_attachment.tgw_info | |
2021-06-15T11:22:02.532-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for data.aws_ec2_transit_gateway_vpc_attachment.tgw_info | |
2021-06-15T11:22:02.533-0700 [TRACE] readDataSource: Re-validating config for data.aws_ec2_transit_gateway_vpc_attachment.tgw_info | |
2021-06-15T11:22:02.533-0700 [TRACE] GRPCProvider: ValidateDataResourceConfig | |
2021-06-15T11:22:02.534-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-06-15T11:22:02.533-0700 | |
2021-06-15T11:22:02.534-0700 [TRACE] readDataSource: data.aws_ec2_transit_gateway_vpc_attachment.tgw_info configuration is complete, so reading from provider | |
2021-06-15T11:22:02.534-0700 [TRACE] GRPCProvider: ReadDataSource | |
2021-06-15T11:22:02.534-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [DEBUG] Reading EC2 Transit Gateways: { | |
Filters: [{ | |
Name: "resource-owner-id", | |
Values: ["181253880487"] | |
}] | |
}: timestamp=2021-06-15T11:22:02.534-0700 | |
2021-06-15T11:22:02.535-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeTransitGatewayVpcAttachments 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.45.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.38.59 (go1.16; darwin; amd64) | |
Content-Length: 124 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIA6DNWYMKQXP3A5NR2/20210615/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=882a08a4da9b913567223f700856ee948090dc00f76f5b02529f90593c385084 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20210615T182202Z | |
X-Amz-Security-Token: omitted_token | |
Accept-Encoding: gzip | |
Action=DescribeTransitGatewayVpcAttachments&Filter.1.Name=resource-owner-id&Filter.1.Value.1=181253880487&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2021-06-15T11:22:02.535-0700 | |
2021-06-15T11:22:02.728-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeTransitGatewayVpcAttachments Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 400 Bad Request | |
Connection: close | |
Transfer-Encoding: chunked | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Tue, 15 Jun 2021 18:22:02 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
Vary: accept-encoding | |
X-Amzn-Requestid: a446948d-4d2f-45d4-a70a-89ea774ee35e | |
-----------------------------------------------------: timestamp=2021-06-15T11:22:02.728-0700 | |
2021-06-15T11:22:02.728-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<Response><Errors><Error><Code>InvalidParameterValue</Code><Message>Value (resource-owner-id) for parameter Filter is invalid.</Message></Error></Errors><RequestID>a446948d-4d2f-45d4-a70a-89ea774ee35e</RequestID></Response>: timestamp=2021-06-15T11:22:02.728-0700 | |
2021-06-15T11:22:02.728-0700 [INFO] provider.terraform-provider-aws_v3.45.0_x5: 2021/06/15 11:22:02 [DEBUG] [aws-sdk-go] DEBUG: Validate Response ec2/DescribeTransitGatewayVpcAttachments failed, attempt 0/25, error InvalidParameterValue: Value (resource-owner-id) for parameter Filter is invalid. | |
status code: 400, request id: a446948d-4d2f-45d4-a70a-89ea774ee35e: timestamp=2021-06-15T11:22:02.728-0700 | |
2021-06-15T11:22:02.728-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info": visit complete | |
2021-06-15T11:22:02.728-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info": dynamic subgraph encountered errors: error reading EC2 Transit Gateway Route Table: InvalidParameterValue: Value (resource-owner-id) for parameter Filter is invalid. | |
status code: 400, request id: a446948d-4d2f-45d4-a70a-89ea774ee35e | |
2021-06-15T11:22:02.728-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info": visit complete | |
2021-06-15T11:22:02.728-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand)": dynamic subgraph encountered errors: error reading EC2 Transit Gateway Route Table: InvalidParameterValue: Value (resource-owner-id) for parameter Filter is invalid. | |
status code: 400, request id: a446948d-4d2f-45d4-a70a-89ea774ee35e | |
2021-06-15T11:22:02.728-0700 [TRACE] vertex "data.aws_ec2_transit_gateway_vpc_attachment.tgw_info (expand)": visit complete | |
2021-06-15T11:22:02.729-0700 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" errored, so skipping | |
2021-06-15T11:22:02.729-0700 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping | |
2021-06-15T11:22:02.729-0700 [TRACE] dag/walk: upstream of "root" errored, so skipping | |
2021-06-15T11:22:02.729-0700 [INFO] backend/local: plan operation completed | |
╷ | |
│ Error: error reading EC2 Transit Gateway Route Table: InvalidParameterValue: Value (resource-owner-id) for parameter Filter is invalid. | |
│ status code: 400, request id: a446948d-4d2f-45d4-a70a-89ea774ee35e | |
│ | |
│ with data.aws_ec2_transit_gateway_vpc_attachment.tgw_info, | |
│ on main.tf line 1, in data "aws_ec2_transit_gateway_vpc_attachment" "tgw_info": | |
│ 1: data aws_ec2_transit_gateway_vpc_attachment tgw_info { | |
│ | |
╵ | |
2021-06-15T11:22:02.729-0700 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info | |
2021-06-15T11:22:02.729-0700 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock | |
2021-06-15T11:22:02.730-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2021-06-15T11:22:02.735-0700 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.45.0/darwin_amd64/terraform-provider-aws_v3.45.0_x5 pid=18454 | |
2021-06-15T11:22:02.735-0700 [DEBUG] provider: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment