Skip to content

Instantly share code, notes, and snippets.

@konstl000
Created February 19, 2021 22:13
Show Gist options
  • Save konstl000/3261f63f77c4c3587b6872282ede667b to your computer and use it in GitHub Desktop.
Save konstl000/3261f63f77c4c3587b6872282ede667b to your computer and use it in GitHub Desktop.
Bug in registry.terraform.io/hashicorp/aws v3.29.0 + terraform v0.14.7
aws_db_subnet_group.db_sg: Refreshing state... [id=bugcatcher]
aws_db_instance.db: Refreshing state... [id=bugcatcher]
rgs: []string{"/usr/bin/terraform", "plan", "-out", "plan"}
2021/02/19 23:11:29 [DEBUG] Attempting to open CLI config file: /home/konstl/.terraformrc
2021/02/19 23:11:29 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2021/02/19 23:11:29 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021/02/19 23:11:29 [DEBUG] ignoring non-existing provider search directory /home/konstl/.terraform.d/plugins
2021/02/19 23:11:29 [DEBUG] ignoring non-existing provider search directory /home/konstl/.local/share/terraform/plugins
2021/02/19 23:11:29 [DEBUG] ignoring non-existing provider search directory /home/konstl/.local/share/flatpak/exports/share/terraform/plugins
2021/02/19 23:11:29 [DEBUG] ignoring non-existing provider search directory /var/lib/flatpak/exports/share/terraform/plugins
2021/02/19 23:11:29 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2021/02/19 23:11:29 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2021/02/19 23:11:29 [INFO] CLI command args: []string{"plan", "-out", "plan"}
2021/02/19 23:11:29 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2021/02/19 23:11:29 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2021/02/19 23:11:29 [DEBUG] New state was assigned lineage "d1fb655a-3ce3-3593-f981-84358e33893e"
2021/02/19 23:11:29 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2021/02/19 23:11:29 [TRACE] Meta.Backend: instantiated backend of type <nil>
2021/02/19 23:11:29 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2021/02/19 23:11:29 [TRACE] getproviders.SearchLocalDirectory: .terraform/providers is a symlink to .terraform/providers
2021/02/19 23:11:29 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v3.29.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64
2021/02/19 23:11:29 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/aws 3.29.0
2021/02/19 23:11:30 [DEBUG] checking for provisioner in "."
2021/02/19 23:11:30 [DEBUG] checking for provisioner in "/usr/bin"
2021/02/19 23:11:30 [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/02/19 23:11:30 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2021/02/19 23:11:30 [INFO] backend/local: starting Plan operation
2021/02/19 23:11:30 [TRACE] backend/local: requesting state manager for workspace "default"
2021/02/19 23:11:30 [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/02/19 23:11:30 [TRACE] backend/local: requesting state lock for workspace "default"
2021/02/19 23:11:30 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2021/02/19 23:11:30 [TRACE] statemgr.Filesystem: existing snapshot has lineage "8cd77aa7-cead-88a5-30ac-48bd574a1609" serial 18
2021/02/19 23:11:30 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2021/02/19 23:11:30 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2021/02/19 23:11:30 [TRACE] backend/local: reading remote state for workspace "default"
2021/02/19 23:11:30 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2021/02/19 23:11:30 [TRACE] statemgr.Filesystem: read snapshot with lineage "8cd77aa7-cead-88a5-30ac-48bd574a1609" serial 18
2021/02/19 23:11:30 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2021/02/19 23:11:30 [TRACE] backend/local: building context for current working directory
2021/02/19 23:11:30 [TRACE] terraform.NewContext: starting
2021/02/19 23:11:30 [TRACE] terraform.NewContext: loading provider schemas
2021/02/19 23:11:30 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/aws"
2021-02-19T23:11:30.045+0100 [INFO] plugin: configuring client automatic mTLS
2021-02-19T23:11:30.071+0100 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5]
2021-02-19T23:11:30.071+0100 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5 pid=16581
2021-02-19T23:11:30.071+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5
2021-02-19T23:11:30.101+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: configuring server automatic mTLS: timestamp=2021-02-19T23:11:30.100+0100
2021-02-19T23:11:30.128+0100 [DEBUG] plugin: using plugin: version=5
2021-02-19T23:11:30.128+0100 [DEBUG] plugin.terraform-provider-aws_v3.29.0_x5: plugin address: network=unix address=/tmp/plugin972672333 timestamp=2021-02-19T23:11:30.128+0100
2021/02/19 23:11:30 [TRACE] GRPCProvider: GetSchema
2021-02-19T23:11:30.188+0100 [TRACE] plugin.stdio: waiting for stdio data
2021/02/19 23:11:30 [TRACE] GRPCProvider: Close
2021-02-19T23:11:30.297+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-02-19T23:11:30.298+0100 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5 pid=16581
2021-02-19T23:11:30.298+0100 [DEBUG] plugin: plugin exited
2021/02/19 23:11:30 [TRACE] terraform.NewContext: complete
2021/02/19 23:11:30 [TRACE] backend/local: finished building terraform.Context
2021/02/19 23:11:30 [TRACE] backend/local: requesting interactive input, if necessary
2021/02/19 23:11:30 [TRACE] Context.Input: Prompting for provider arguments
2021/02/19 23:11:30 [TRACE] Context.Input: Provider provider.aws declared at shared.tf:1,1-15
2021/02/19 23:11:30 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{}
2021/02/19 23:11:30 [TRACE] backend/local: running validation operation
2021/02/19 23:11:30 [INFO] terraform: building graph: GraphTypeValidate
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021/02/19 23:11:30 [TRACE] ConfigTransformer: Starting for path:
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_db_instance.db - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
data.aws_caller_identity.current - *terraform.NodeValidatableResource
data.aws_region.current - *terraform.NodeValidatableResource
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
aws_db_instance.db - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
data.aws_caller_identity.current - *terraform.NodeValidatableResource
data.aws_region.current - *terraform.NodeValidatableResource
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.LocalTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.OutputTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.StateTransformer
2021/02/19 23:11:30 [TRACE] StateTransformer: state is empty, so nothing to do
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching to "aws_db_instance.db" (*terraform.NodeValidatableResource) config from bug.tf:1,1-32
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_db_instance.db
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching to "aws_db_subnet_group.db_sg" (*terraform.NodeValidatableResource) config from bug.tf:19,1-39
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_db_subnet_group.db_sg
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching to "data.aws_region.current" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"shared.tf", Start:hcl.Pos{Line:4, Column:1, Byte:49}, End:hcl.Pos{Line:4, Column:28, Byte:76}}
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.aws_region.current
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching to "data.aws_caller_identity.current" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"shared.tf", Start:hcl.Pos{Line:6, Column:1, Byte:81}, End:hcl.Pos{Line:6, Column:37, Byte:117}}
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.aws_caller_identity.current
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021/02/19 23:11:30 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from shared.tf:1,1-15
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_db_instance.db - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
data.aws_caller_identity.current - *terraform.NodeValidatableResource
data.aws_region.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021/02/19 23:11:30 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving data.aws_caller_identity.current
2021/02/19 23:11:30 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/19 23:11:30 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_db_subnet_group.db_sg
2021/02/19 23:11:30 [DEBUG] ProviderTransformer: "aws_db_subnet_group.db_sg" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/19 23:11:30 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_db_instance.db
2021/02/19 23:11:30 [DEBUG] ProviderTransformer: "aws_db_instance.db" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/19 23:11:30 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving data.aws_region.current
2021/02/19 23:11:30 [DEBUG] ProviderTransformer: "data.aws_region.current" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_db_instance.db - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_db_instance.db - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021/02/19 23:11:30 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_db_subnet_group.db_sg
2021/02/19 23:11:30 [TRACE] AttachSchemaTransformer: attaching resource schema to data.aws_region.current
2021/02/19 23:11:30 [TRACE] AttachSchemaTransformer: attaching resource schema to data.aws_caller_identity.current
2021/02/19 23:11:30 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_db_instance.db
2021/02/19 23:11:30 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "aws_db_subnet_group.db_sg" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "var.stage" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "aws_db_instance.db" references: [aws_db_subnet_group.db_sg]
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "var.env_name" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "var.postgres_pwd" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "var.default_tags" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_db_instance.db - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2021/02/19 23:11:30 [TRACE] attachDataDependenciesTransformer: data.aws_region.current depends on []
2021/02/19 23:11:30 [TRACE] attachDataDependenciesTransformer: data.aws_caller_identity.current depends on []
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_db_instance.db - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_db_instance.db - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
data.aws_caller_identity.current - *terraform.NodeValidatableResource
data.aws_region.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_db_instance.db - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_db_instance.db - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
data.aws_caller_identity.current - *terraform.NodeValidatableResource
data.aws_region.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_db_instance.db - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
data.aws_caller_identity.current - *terraform.NodeValidatableResource
data.aws_region.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_db_instance.db - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_db_instance.db - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
data.aws_caller_identity.current - *terraform.NodeValidatableResource
data.aws_region.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_db_instance.db - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
data.aws_caller_identity.current - *terraform.NodeValidatableResource
data.aws_region.current - *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
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_db_instance.db - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
aws_db_subnet_group.db_sg - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_db_instance.db - *terraform.NodeValidatableResource
data.aws_caller_identity.current - *terraform.NodeValidatableResource
data.aws_region.current - *terraform.NodeValidatableResource
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_db_instance.db - *terraform.NodeValidatableResource
data.aws_caller_identity.current - *terraform.NodeValidatableResource
data.aws_region.current - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [DEBUG] Starting graph walk: walkValidate
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "var.env_name"
2021/02/19 23:11:30 [TRACE] vertex "var.env_name": starting visit (*terraform.NodeRootVariable)
2021/02/19 23:11:30 [TRACE] vertex "var.env_name": visit complete
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "var.postgres_pwd"
2021/02/19 23:11:30 [TRACE] vertex "var.postgres_pwd": starting visit (*terraform.NodeRootVariable)
2021/02/19 23:11:30 [TRACE] vertex "var.postgres_pwd": visit complete
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/aws\"]"
2021/02/19 23:11:30 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "var.default_tags"
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "var.stage"
2021/02/19 23:11:30 [TRACE] vertex "var.stage": starting visit (*terraform.NodeRootVariable)
2021/02/19 23:11:30 [TRACE] vertex "var.stage": visit complete
2021/02/19 23:11:30 [TRACE] vertex "var.default_tags": starting visit (*terraform.NodeRootVariable)
2021/02/19 23:11:30 [TRACE] vertex "var.default_tags": visit complete
2021-02-19T23:11:30.300+0100 [INFO] plugin: configuring client automatic mTLS
2021-02-19T23:11:30.326+0100 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5]
2021-02-19T23:11:30.326+0100 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5 pid=16588
2021-02-19T23:11:30.326+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5
2021-02-19T23:11:30.361+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: configuring server automatic mTLS: timestamp=2021-02-19T23:11:30.360+0100
2021-02-19T23:11:30.398+0100 [DEBUG] plugin: using plugin: version=5
2021-02-19T23:11:30.398+0100 [DEBUG] plugin.terraform-provider-aws_v3.29.0_x5: plugin address: address=/tmp/plugin862917827 network=unix timestamp=2021-02-19T23:11:30.398+0100
2021/02/19 23:11:30 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2021/02/19 23:11:30 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only
2021/02/19 23:11:30 [TRACE] GRPCProvider: GetSchema
2021-02-19T23:11:30.461+0100 [TRACE] plugin.stdio: waiting for stdio data
2021/02/19 23:11:30 [TRACE] GRPCProvider: PrepareProviderConfig
2021/02/19 23:11:30 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "aws_db_subnet_group.db_sg"
2021/02/19 23:11:30 [TRACE] vertex "aws_db_subnet_group.db_sg": starting visit (*terraform.NodeValidatableResource)
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "data.aws_region.current"
2021/02/19 23:11:30 [TRACE] vertex "data.aws_region.current": starting visit (*terraform.NodeValidatableResource)
2021/02/19 23:11:30 [TRACE] GRPCProvider: ValidateDataSourceConfig
2021/02/19 23:11:30 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "data.aws_caller_identity.current"
2021/02/19 23:11:30 [TRACE] vertex "data.aws_caller_identity.current": starting visit (*terraform.NodeValidatableResource)
2021/02/19 23:11:30 [TRACE] GRPCProvider: ValidateDataSourceConfig
2021/02/19 23:11:30 [TRACE] vertex "data.aws_region.current": visit complete
2021/02/19 23:11:30 [TRACE] vertex "data.aws_caller_identity.current": visit complete
2021-02-19T23:11:30.672+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:30 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-02-19T23:11:30.672+0100
2021/02/19 23:11:30 [TRACE] vertex "aws_db_subnet_group.db_sg": visit complete
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "aws_db_instance.db"
2021/02/19 23:11:30 [TRACE] vertex "aws_db_instance.db": starting visit (*terraform.NodeValidatableResource)
2021/02/19 23:11:30 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2021-02-19T23:11:30.673+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:30 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-02-19T23:11:30.673+0100
2021/02/19 23:11:30 [TRACE] vertex "aws_db_instance.db": visit complete
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/aws\"] (close)"
2021/02/19 23:11:30 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2021/02/19 23:11:30 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2021/02/19 23:11:30 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2021/02/19 23:11:30 [TRACE] GRPCProvider: Close
2021-02-19T23:11:30.674+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-02-19T23:11:30.675+0100 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5 pid=16588
2021-02-19T23:11:30.675+0100 [DEBUG] plugin: plugin exited
2021/02/19 23:11:30 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": visit complete
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "root"
2021/02/19 23:11:30 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2021/02/19 23:11:30 [TRACE] vertex "root": visit complete
2021/02/19 23:11:30 [INFO] backend/local: plan calling Plan
2021/02/19 23:11:30 [INFO] terraform: building graph: GraphTypePlan
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021/02/19 23:11:30 [TRACE] ConfigTransformer: Starting for path:
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.LocalTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.OutputTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.StateTransformer
2021/02/19 23:11:30 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching to "aws_db_instance.db (expand)" (*terraform.nodeExpandPlannableResource) config from bug.tf:1,1-32
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_db_instance.db (expand)
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching to "aws_db_subnet_group.db_sg (expand)" (*terraform.nodeExpandPlannableResource) config from bug.tf:19,1-39
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_db_subnet_group.db_sg (expand)
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching to "data.aws_region.current (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"shared.tf", Start:hcl.Pos{Line:4, Column:1, Byte:49}, End:hcl.Pos{Line:4, Column:28, Byte:76}}
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.aws_region.current (expand)
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching to "data.aws_caller_identity.current (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"shared.tf", Start:hcl.Pos{Line:6, Column:1, Byte:81}, End:hcl.Pos{Line:6, Column:37, Byte:117}}
2021/02/19 23:11:30 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.aws_caller_identity.current (expand)
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021/02/19 23:11:30 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from shared.tf:1,1-15
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021/02/19 23:11:30 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving data.aws_caller_identity.current (expand)
2021/02/19 23:11:30 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/19 23:11:30 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_db_instance.db (expand)
2021/02/19 23:11:30 [DEBUG] ProviderTransformer: "aws_db_instance.db (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/19 23:11:30 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving data.aws_region.current (expand)
2021/02/19 23:11:30 [DEBUG] ProviderTransformer: "data.aws_region.current (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/19 23:11:30 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_db_subnet_group.db_sg (expand)
2021/02/19 23:11:30 [DEBUG] ProviderTransformer: "aws_db_subnet_group.db_sg (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2021/02/19 23:11:30 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021/02/19 23:11:30 [TRACE] AttachSchemaTransformer: attaching resource schema to data.aws_caller_identity.current (expand)
2021/02/19 23:11:30 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_db_subnet_group.db_sg (expand)
2021/02/19 23:11:30 [TRACE] AttachSchemaTransformer: attaching resource schema to data.aws_region.current (expand)
2021/02/19 23:11:30 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2021/02/19 23:11:30 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_db_instance.db (expand)
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "aws_db_subnet_group.db_sg (expand)" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current (expand)" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "var.env_name" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "aws_db_instance.db (expand)" references: [aws_db_subnet_group.db_sg (expand)]
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "data.aws_region.current (expand)" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "var.postgres_pwd" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "var.default_tags" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "var.stage" references: []
2021/02/19 23:11:30 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021/02/19 23:11:30 [TRACE] AttachDependenciesTransformer: aws_db_instance.db depends on [aws_db_subnet_group.db_sg]
2021/02/19 23:11:30 [TRACE] AttachDependenciesTransformer: data.aws_region.current depends on []
2021/02/19 23:11:30 [TRACE] AttachDependenciesTransformer: aws_db_subnet_group.db_sg depends on []
2021/02/19 23:11:30 [TRACE] AttachDependenciesTransformer: data.aws_caller_identity.current depends on []
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2021/02/19 23:11:30 [TRACE] attachDataDependenciesTransformer: data.aws_caller_identity.current depends on []
2021/02/19 23:11:30 [TRACE] attachDataDependenciesTransformer: data.aws_region.current depends on []
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021/02/19 23:11:30 [TRACE] ForcedCBDTransformer: "aws_db_instance.db (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021/02/19 23:11:30 [TRACE] ForcedCBDTransformer: "data.aws_region.current (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021/02/19 23:11:30 [TRACE] ForcedCBDTransformer: "aws_db_subnet_group.db_sg (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021/02/19 23:11:30 [TRACE] ForcedCBDTransformer: "data.aws_caller_identity.current (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
data.aws_region.current (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
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021/02/19 23:11:30 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
aws_db_subnet_group.db_sg (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_db_instance.db (expand) - *terraform.nodeExpandPlannableResource
data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
data.aws_region.current (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
var.default_tags - *terraform.NodeRootVariable
var.env_name - *terraform.NodeRootVariable
var.postgres_pwd - *terraform.NodeRootVariable
var.stage - *terraform.NodeRootVariable
------
2021/02/19 23:11:30 [DEBUG] Starting graph walk: walkPlan
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "var.env_name"
2021/02/19 23:11:30 [TRACE] vertex "var.env_name": starting visit (*terraform.NodeRootVariable)
2021/02/19 23:11:30 [TRACE] vertex "var.env_name": visit complete
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "var.default_tags"
2021/02/19 23:11:30 [TRACE] vertex "var.default_tags": starting visit (*terraform.NodeRootVariable)
2021/02/19 23:11:30 [TRACE] vertex "var.default_tags": visit complete
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "var.stage"
2021/02/19 23:11:30 [TRACE] vertex "var.stage": starting visit (*terraform.NodeRootVariable)
2021/02/19 23:11:30 [TRACE] vertex "var.stage": visit complete
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "var.postgres_pwd"
2021/02/19 23:11:30 [TRACE] vertex "var.postgres_pwd": starting visit (*terraform.NodeRootVariable)
2021/02/19 23:11:30 [TRACE] vertex "var.postgres_pwd": visit complete
2021/02/19 23:11:30 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/aws\"]"
2021/02/19 23:11:30 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2021-02-19T23:11:30.677+0100 [INFO] plugin: configuring client automatic mTLS
2021-02-19T23:11:30.703+0100 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5]
2021-02-19T23:11:30.703+0100 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5 pid=16595
2021-02-19T23:11:30.703+0100 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5
2021-02-19T23:11:30.732+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: configuring server automatic mTLS: timestamp=2021-02-19T23:11:30.732+0100
2021-02-19T23:11:30.761+0100 [DEBUG] plugin: using plugin: version=5
2021-02-19T23:11:30.761+0100 [DEBUG] plugin.terraform-provider-aws_v3.29.0_x5: plugin address: address=/tmp/plugin500582617 network=unix timestamp=2021-02-19T23:11:30.761+0100
2021/02/19 23:11:30 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2021/02/19 23:11:30 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only
2021/02/19 23:11:30 [TRACE] GRPCProvider: GetSchema
2021-02-19T23:11:30.820+0100 [TRACE] plugin.stdio: waiting for stdio data
2021/02/19 23:11:30 [TRACE] GRPCProvider: Configure
2021-02-19T23:11:30.957+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:30 [INFO] AWS Auth provider used: "SharedCredentialsProvider": timestamp=2021-02-19T23:11:30.957+0100
2021-02-19T23:11:30.957+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:30 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-02-19T23:11:30.957+0100
2021-02-19T23:11:30.957+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:30 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: sts.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws)
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=AKIA2I2OXZ3REWME2N7A/20210219/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=aa91d53207c434f972ab8c0bf61a6696cca63d6c2e82185cfbb5bd3f246bdd7a
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210219T221130Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------: timestamp=2021-02-19T23:11:30.957+0100
2021-02-19T23:11:31.435+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:31 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 405
Content-Type: text/xml
Date: Fri, 19 Feb 2021 22:11:30 GMT
X-Amzn-Requestid: 9eaa77b2-8db5-4db4-ac76-317b2d132cd6
-----------------------------------------------------: timestamp=2021-02-19T23:11:31.435+0100
2021-02-19T23:11:31.436+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:31 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::706150387426:user/ktroshin</Arn>
<UserId>AIDA2I2OXZ3RBSTELT4B6</UserId>
<Account>706150387426</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>9eaa77b2-8db5-4db4-ac76-317b2d132cd6</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2021-02-19T23:11:31.435+0100
2021-02-19T23:11:31.436+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:31 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-02-19T23:11:31.436+0100
2021-02-19T23:11:31.436+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:31 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: sts.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws)
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=AKIA2I2OXZ3REWME2N7A/20210219/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=44b43ded8556787f8e9419ffd8d88f92177683895d16a55eeec51c6973a85375
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210219T221131Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------: timestamp=2021-02-19T23:11:31.436+0100
2021-02-19T23:11:31.874+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:31 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 405
Content-Type: text/xml
Date: Fri, 19 Feb 2021 22:11:31 GMT
X-Amzn-Requestid: 97a4ebbe-8394-43b5-964a-ae0af49a5209
-----------------------------------------------------: timestamp=2021-02-19T23:11:31.873+0100
2021-02-19T23:11:31.874+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:31 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::706150387426:user/ktroshin</Arn>
<UserId>AIDA2I2OXZ3RBSTELT4B6</UserId>
<Account>706150387426</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>97a4ebbe-8394-43b5-964a-ae0af49a5209</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2021-02-19T23:11:31.874+0100
2021-02-19T23:11:31.875+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:31 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.eu-central-1.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws)
Content-Length: 87
Authorization: AWS4-HMAC-SHA256 Credential=AKIA2I2OXZ3REWME2N7A/20210219/eu-central-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=03bf00dcafa6fb1ce5dfef100c0f090465955df860d257ca4810658c96d88ddf
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210219T221131Z
Accept-Encoding: gzip
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
-----------------------------------------------------: timestamp=2021-02-19T23:11:31.875+0100
2021-02-19T23:11:32.005+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [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: Fri, 19 Feb 2021 22:11:31 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: f047f4fb-193e-4215-a38e-b9aedffb75d3
-----------------------------------------------------: timestamp=2021-02-19T23:11:32.005+0100
2021-02-19T23:11:32.005+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>f047f4fb-193e-4215-a38e-b9aedffb75d3</requestId>
<accountAttributeSet>
<item>
<attributeName>supported-platforms</attributeName>
<attributeValueSet>
<item>
<attributeValue>VPC</attributeValue>
</item>
</attributeValueSet>
</item>
</accountAttributeSet>
</DescribeAccountAttributesResponse>: timestamp=2021-02-19T23:11:32.005+0100
2021/02/19 23:11:32 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2021/02/19 23:11:32 [TRACE] dag/walk: visiting "data.aws_region.current (expand)"
2021/02/19 23:11:32 [TRACE] vertex "data.aws_region.current (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021/02/19 23:11:32 [TRACE] vertex "data.aws_region.current (expand)": expanding dynamic subgraph
2021/02/19 23:11:32 [TRACE] vertex "data.aws_region.current (expand)": entering dynamic subgraph
2021/02/19 23:11:32 [TRACE] dag/walk: visiting "data.aws_region.current"
2021/02/19 23:11:32 [TRACE] vertex "data.aws_region.current": starting visit (*terraform.NodePlannableResource)
2021/02/19 23:11:32 [TRACE] vertex "data.aws_region.current": expanding dynamic subgraph
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021/02/19 23:11:32 [TRACE] ResourceCountTransformer: adding data.aws_region.current as *terraform.NodePlannableResourceInstance
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
data.aws_region.current - *terraform.NodePlannableResourceInstance
------
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021/02/19 23:11:32 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: []
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.RootTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021/02/19 23:11:32 [TRACE] vertex "data.aws_region.current": entering dynamic subgraph
2021/02/19 23:11:32 [TRACE] dag/walk: visiting "data.aws_region.current"
2021/02/19 23:11:32 [TRACE] vertex "data.aws_region.current": starting visit (*terraform.NodePlannableResourceInstance)
2021/02/19 23:11:32 [TRACE] ReadResourceInstanceState: reading state for data.aws_region.current
2021/02/19 23:11:32 [TRACE] EvalReadData: Re-validating config for data.aws_region.current
2021/02/19 23:11:32 [TRACE] GRPCProvider: ValidateDataSourceConfig
2021/02/19 23:11:32 [TRACE] dag/walk: visiting "data.aws_caller_identity.current (expand)"
2021/02/19 23:11:32 [TRACE] vertex "data.aws_caller_identity.current (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021/02/19 23:11:32 [TRACE] vertex "data.aws_caller_identity.current (expand)": expanding dynamic subgraph
2021/02/19 23:11:32 [TRACE] vertex "data.aws_caller_identity.current (expand)": entering dynamic subgraph
2021/02/19 23:11:32 [TRACE] dag/walk: visiting "data.aws_caller_identity.current"
2021/02/19 23:11:32 [TRACE] vertex "data.aws_caller_identity.current": starting visit (*terraform.NodePlannableResource)
2021/02/19 23:11:32 [TRACE] vertex "data.aws_caller_identity.current": expanding dynamic subgraph
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021/02/19 23:11:32 [TRACE] ResourceCountTransformer: adding data.aws_caller_identity.current as *terraform.NodePlannableResourceInstance
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
data.aws_caller_identity.current - *terraform.NodePlannableResourceInstance
------
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021/02/19 23:11:32 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current" references: []
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.RootTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021/02/19 23:11:32 [TRACE] vertex "data.aws_caller_identity.current": entering dynamic subgraph
2021/02/19 23:11:32 [TRACE] dag/walk: visiting "data.aws_caller_identity.current"
2021/02/19 23:11:32 [TRACE] vertex "data.aws_caller_identity.current": starting visit (*terraform.NodePlannableResourceInstance)
2021/02/19 23:11:32 [TRACE] ReadResourceInstanceState: reading state for data.aws_caller_identity.current
2021/02/19 23:11:32 [TRACE] EvalReadData: Re-validating config for data.aws_caller_identity.current
2021/02/19 23:11:32 [TRACE] GRPCProvider: ValidateDataSourceConfig
2021/02/19 23:11:32 [TRACE] dag/walk: visiting "aws_db_subnet_group.db_sg (expand)"
2021/02/19 23:11:32 [TRACE] vertex "aws_db_subnet_group.db_sg (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021/02/19 23:11:32 [TRACE] vertex "aws_db_subnet_group.db_sg (expand)": expanding dynamic subgraph
2021/02/19 23:11:32 [TRACE] vertex "aws_db_subnet_group.db_sg (expand)": entering dynamic subgraph
2021/02/19 23:11:32 [TRACE] dag/walk: visiting "aws_db_subnet_group.db_sg"
2021/02/19 23:11:32 [TRACE] vertex "aws_db_subnet_group.db_sg": starting visit (*terraform.NodePlannableResource)
2021/02/19 23:11:32 [TRACE] vertex "aws_db_subnet_group.db_sg": expanding dynamic subgraph
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021/02/19 23:11:32 [TRACE] ResourceCountTransformer: adding aws_db_subnet_group.db_sg as *terraform.NodePlannableResourceInstance
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_db_subnet_group.db_sg - *terraform.NodePlannableResourceInstance
------
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021/02/19 23:11:32 [DEBUG] ReferenceTransformer: "aws_db_subnet_group.db_sg" references: []
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.RootTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021/02/19 23:11:32 [TRACE] vertex "aws_db_subnet_group.db_sg": entering dynamic subgraph
2021/02/19 23:11:32 [TRACE] dag/walk: visiting "aws_db_subnet_group.db_sg"
2021/02/19 23:11:32 [TRACE] vertex "aws_db_subnet_group.db_sg": starting visit (*terraform.NodePlannableResourceInstance)
2021/02/19 23:11:32 [TRACE] ReadResourceInstanceState: reading state for aws_db_subnet_group.db_sg
2021/02/19 23:11:32 [TRACE] UpgradeResourceState: schema version of aws_db_subnet_group.db_sg is still 0; calling provider "aws" for any other minor fixups
2021/02/19 23:11:32 [TRACE] GRPCProvider: UpgradeResourceState
2021/02/19 23:11:32 [TRACE] EvalReadData: data.aws_caller_identity.current configuration is complete, so reading from provider
2021/02/19 23:11:32 [TRACE] GRPCProvider: ReadDataSource
2021/02/19 23:11:32 [TRACE] EvalReadData: data.aws_region.current configuration is complete, so reading from provider
2021/02/19 23:11:32 [TRACE] GRPCProvider: ReadDataSource
2021/02/19 23:11:32 [TRACE] GRPCProvider: ReadResource
2021-02-19T23:11:32.007+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] Reading Caller Identity: timestamp=2021-02-19T23:11:32.007+0100
2021-02-19T23:11:32.007+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: sts.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws)
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=AKIA2I2OXZ3REWME2N7A/20210219/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=366b6d0d67269fa4d2351a49c60337f5658097cec14cf79c7342e33a5178fabc
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210219T221132Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------: timestamp=2021-02-19T23:11:32.007+0100
2021-02-19T23:11:32.008+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] DEBUG: Request rds/DescribeDBSubnetGroups Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: rds.eu-central-1.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws)
Content-Length: 77
Authorization: AWS4-HMAC-SHA256 Credential=AKIA2I2OXZ3REWME2N7A/20210219/eu-central-1/rds/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=62e76c3777ef669285e613363cbc8c65be4add27ef2d42549953c2ff61645fbe
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210219T221132Z
Accept-Encoding: gzip
Action=DescribeDBSubnetGroups&DBSubnetGroupName=bugcatcher&Version=2014-10-31
-----------------------------------------------------: timestamp=2021-02-19T23:11:32.008+0100
2021/02/19 23:11:32 [TRACE] EvalWriteState: using RefreshState for data.aws_region.current
2021/02/19 23:11:32 [TRACE] EvalWriteState: writing current state object for data.aws_region.current
2021/02/19 23:11:32 [TRACE] EvalWriteState: writing current state object for data.aws_region.current
2021/02/19 23:11:32 [TRACE] vertex "data.aws_region.current": visit complete
2021/02/19 23:11:32 [TRACE] vertex "data.aws_region.current": dynamic subgraph completed successfully
2021/02/19 23:11:32 [TRACE] vertex "data.aws_region.current": visit complete
2021/02/19 23:11:32 [TRACE] vertex "data.aws_region.current (expand)": dynamic subgraph completed successfully
2021/02/19 23:11:32 [TRACE] vertex "data.aws_region.current (expand)": visit complete
2021-02-19T23:11:32.120+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] DEBUG: Response rds/DescribeDBSubnetGroups Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 1675
Content-Type: text/xml
Date: Fri, 19 Feb 2021 22:11:31 GMT
X-Amzn-Requestid: e10e1abd-ba00-433b-81e9-3b7af6d6dc7c
-----------------------------------------------------: timestamp=2021-02-19T23:11:32.120+0100
2021-02-19T23:11:32.120+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] <DescribeDBSubnetGroupsResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">
<DescribeDBSubnetGroupsResult>
<DBSubnetGroups>
<DBSubnetGroup>
<VpcId>vpc-048b148fde9072d96</VpcId>
<DBSubnetGroupArn>arn:aws:rds:eu-central-1:706150387426:subgrp:bugcatcher</DBSubnetGroupArn>
<Subnets>
<Subnet>
<SubnetIdentifier>subnet-0e9f8c676c71bd47b</SubnetIdentifier>
<SubnetStatus>Active</SubnetStatus>
<SubnetOutpost/>
<SubnetAvailabilityZone>
<Name>eu-central-1a</Name>
</SubnetAvailabilityZone>
</Subnet>
<Subnet>
<SubnetIdentifier>subnet-0043e2e753fb3b065</SubnetIdentifier>
<SubnetStatus>Active</SubnetStatus>
<SubnetOutpost/>
<SubnetAvailabilityZone>
<Name>eu-central-1c</Name>
</SubnetAvailabilityZone>
</Subnet>
<Subnet>
<SubnetIdentifier>subnet-04450ad921054f02c</SubnetIdentifier>
<SubnetStatus>Active</SubnetStatus>
<SubnetOutpost/>
<SubnetAvailabilityZone>
<Name>eu-central-1b</Name>
</SubnetAvailabilityZone>
</Subnet>
</Subnets>
<SubnetGroupStatus>Complete</SubnetGroupStatus>
<DBSubnetGroupDescription>Managed by Terraform</DBSubnetGroupDescription>
<DBSubnetGroupName>bugcatcher</DBSubnetGroupName>
</DBSubnetGroup>
</DBSubnetGroups>
</DescribeDBSubnetGroupsResult>
<ResponseMetadata>
<RequestId>e10e1abd-ba00-433b-81e9-3b7af6d6dc7c</RequestId>
</ResponseMetadata>
</DescribeDBSubnetGroupsResponse>: timestamp=2021-02-19T23:11:32.120+0100
2021-02-19T23:11:32.120+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] DEBUG: Request rds/ListTagsForResource Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: rds.eu-central-1.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws)
Content-Length: 126
Authorization: AWS4-HMAC-SHA256 Credential=AKIA2I2OXZ3REWME2N7A/20210219/eu-central-1/rds/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=8bdfcb6a230f853da93f543141b3de8609432fab52609c3b61619144defaf2c2
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210219T221132Z
Accept-Encoding: gzip
Action=ListTagsForResource&ResourceName=arn%3Aaws%3Ards%3Aeu-central-1%3A706150387426%3Asubgrp%3Abugcatcher&Version=2014-10-31
-----------------------------------------------------: timestamp=2021-02-19T23:11:32.120+0100
2021-02-19T23:11:32.222+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] DEBUG: Response rds/ListTagsForResource Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 382
Content-Type: text/xml
Date: Fri, 19 Feb 2021 22:11:31 GMT
X-Amzn-Requestid: 1fca2dc0-c12f-49f4-b04b-db9362d65958
-----------------------------------------------------: timestamp=2021-02-19T23:11:32.222+0100
2021-02-19T23:11:32.222+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] <ListTagsForResourceResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">
<ListTagsForResourceResult>
<TagList>
<Tag>
<Value>bar</Value>
<Key>foo</Key>
</Tag>
</TagList>
</ListTagsForResourceResult>
<ResponseMetadata>
<RequestId>1fca2dc0-c12f-49f4-b04b-db9362d65958</RequestId>
</ResponseMetadata>
</ListTagsForResourceResponse>: timestamp=2021-02-19T23:11:32.222+0100
2021/02/19 23:11:32 [TRACE] EvalWriteState: using RefreshState for aws_db_subnet_group.db_sg
2021/02/19 23:11:32 [TRACE] EvalWriteState: recording 0 dependencies for aws_db_subnet_group.db_sg
2021/02/19 23:11:32 [TRACE] EvalWriteState: writing current state object for aws_db_subnet_group.db_sg
2021/02/19 23:11:32 [TRACE] Re-validating config for "aws_db_subnet_group.db_sg"
2021/02/19 23:11:32 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2021-02-19T23:11:32.223+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-02-19T23:11:32.223+0100
2021/02/19 23:11:32 [TRACE] GRPCProvider: PlanResourceChange
2021/02/19 23:11:32 [TRACE] EvalWriteState: writing current state object for aws_db_subnet_group.db_sg
2021/02/19 23:11:32 [TRACE] EvalWriteDiff: recorded NoOp change for aws_db_subnet_group.db_sg
2021/02/19 23:11:32 [TRACE] vertex "aws_db_subnet_group.db_sg": visit complete
2021/02/19 23:11:32 [TRACE] vertex "aws_db_subnet_group.db_sg": dynamic subgraph completed successfully
2021/02/19 23:11:32 [TRACE] vertex "aws_db_subnet_group.db_sg": visit complete
2021/02/19 23:11:32 [TRACE] vertex "aws_db_subnet_group.db_sg (expand)": dynamic subgraph completed successfully
2021/02/19 23:11:32 [TRACE] vertex "aws_db_subnet_group.db_sg (expand)": visit complete
2021/02/19 23:11:32 [TRACE] dag/walk: visiting "aws_db_instance.db (expand)"
2021/02/19 23:11:32 [TRACE] vertex "aws_db_instance.db (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021/02/19 23:11:32 [TRACE] vertex "aws_db_instance.db (expand)": expanding dynamic subgraph
2021/02/19 23:11:32 [TRACE] vertex "aws_db_instance.db (expand)": entering dynamic subgraph
2021/02/19 23:11:32 [TRACE] dag/walk: visiting "aws_db_instance.db"
2021/02/19 23:11:32 [TRACE] vertex "aws_db_instance.db": starting visit (*terraform.NodePlannableResource)
2021/02/19 23:11:32 [TRACE] vertex "aws_db_instance.db": expanding dynamic subgraph
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021/02/19 23:11:32 [TRACE] ResourceCountTransformer: adding aws_db_instance.db as *terraform.NodePlannableResourceInstance
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_db_instance.db - *terraform.NodePlannableResourceInstance
------
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021/02/19 23:11:32 [DEBUG] ReferenceTransformer: "aws_db_instance.db" references: []
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021/02/19 23:11:32 [TRACE] Executing graph transform *terraform.RootTransformer
2021/02/19 23:11:32 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021/02/19 23:11:32 [TRACE] vertex "aws_db_instance.db": entering dynamic subgraph
2021/02/19 23:11:32 [TRACE] dag/walk: visiting "aws_db_instance.db"
2021/02/19 23:11:32 [TRACE] vertex "aws_db_instance.db": starting visit (*terraform.NodePlannableResourceInstance)
2021/02/19 23:11:32 [TRACE] ReadResourceInstanceState: reading state for aws_db_instance.db
2021/02/19 23:11:32 [TRACE] UpgradeResourceState: schema version of aws_db_instance.db is still 1; calling provider "aws" for any other minor fixups
2021/02/19 23:11:32 [TRACE] GRPCProvider: UpgradeResourceState
2021/02/19 23:11:32 [TRACE] GRPCProvider: ReadResource
2021-02-19T23:11:32.228+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] DB Instance describe configuration: {
DBInstanceIdentifier: "bugcatcher"
}: timestamp=2021-02-19T23:11:32.228+0100
2021-02-19T23:11:32.228+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] DEBUG: Request rds/DescribeDBInstances Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: rds.eu-central-1.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws)
Content-Length: 77
Authorization: AWS4-HMAC-SHA256 Credential=AKIA2I2OXZ3REWME2N7A/20210219/eu-central-1/rds/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=fa9e322dd791925558edf55998ec4d7db0f3b833667bb267b5cfc8aa6fa17dbf
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210219T221132Z
Accept-Encoding: gzip
Action=DescribeDBInstances&DBInstanceIdentifier=bugcatcher&Version=2014-10-31
-----------------------------------------------------: timestamp=2021-02-19T23:11:32.228+0100
2021-02-19T23:11:32.377+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] DEBUG: Response rds/DescribeDBInstances Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Transfer-Encoding: chunked
Content-Type: text/xml
Date: Fri, 19 Feb 2021 22:11:31 GMT
Vary: accept-encoding
X-Amzn-Requestid: bcc491ea-9962-409e-bcba-b06b3abf67f2
-----------------------------------------------------: timestamp=2021-02-19T23:11:32.377+0100
2021-02-19T23:11:32.377+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] <DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">
<DescribeDBInstancesResult>
<DBInstances>
<DBInstance>
<AllocatedStorage>100</AllocatedStorage>
<AssociatedRoles/>
<DBParameterGroups>
<DBParameterGroup>
<DBParameterGroupName>default.postgres11</DBParameterGroupName>
<ParameterApplyStatus>in-sync</ParameterApplyStatus>
</DBParameterGroup>
</DBParameterGroups>
<AvailabilityZone>eu-central-1b</AvailabilityZone>
<DBSecurityGroups/>
<EngineVersion>11.5</EngineVersion>
<MasterUsername>concourse</MasterUsername>
<InstanceCreateTime>2021-02-19T22:00:51.565Z</InstanceCreateTime>
<DBInstanceClass>db.t3.micro</DBInstanceClass>
<HttpEndpointEnabled>false</HttpEndpointEnabled>
<ReadReplicaDBInstanceIdentifiers/>
<CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>
<MonitoringInterval>0</MonitoringInterval>
<DBInstanceStatus>available</DBInstanceStatus>
<BackupRetentionPeriod>0</BackupRetentionPeriod>
<OptionGroupMemberships>
<OptionGroupMembership>
<OptionGroupName>default:postgres-11</OptionGroupName>
<Status>in-sync</Status>
</OptionGroupMembership>
</OptionGroupMemberships>
<CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>
<DbInstancePort>0</DbInstancePort>
<DbiResourceId>db-OKMKSQ2Q5BBDENZQFD5U7JDNQY</DbiResourceId>
<PreferredBackupWindow>08:05-08:35</PreferredBackupWindow>
<DeletionProtection>false</DeletionProtection>
<DBInstanceIdentifier>bugcatcher</DBInstanceIdentifier>
<DBInstanceArn>arn:aws:rds:eu-central-1:706150387426:db:bugcatcher</DBInstanceArn>
<Endpoint>
<HostedZoneId>Z1RLNUO7B9Q6NB</HostedZoneId>
<Address>bugcatcher.caqfhck6dcuk.eu-central-1.rds.amazonaws.com</Address>
<Port>5432</Port>
</Endpoint>
<Engine>postgres</Engine>
<PubliclyAccessible>false</PubliclyAccessible>
<IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>
<NetworkType>IPV4</NetworkType>
<ActivityStreamStatus>stopped</ActivityStreamStatus>
<PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>
<DBName>concourse</DBName>
<MultiAZ>false</MultiAZ>
<DomainMemberships/>
<StorageEncrypted>false</StorageEncrypted>
<DBSubnetGroup>
<VpcId>vpc-048b148fde9072d96</VpcId>
<Subnets>
<Subnet>
<SubnetIdentifier>subnet-0e9f8c676c71bd47b</SubnetIdentifier>
<SubnetStatus>Active</SubnetStatus>
<SubnetOutpost/>
<SubnetAvailabilityZone>
<Name>eu-central-1a</Name>
</SubnetAvailabilityZone>
</Subnet>
<Subnet>
<SubnetIdentifier>subnet-0043e2e753fb3b065</SubnetIdentifier>
<SubnetStatus>Active</SubnetStatus>
<SubnetOutpost/>
<SubnetAvailabilityZone>
<Name>eu-central-1c</Name>
</SubnetAvailabilityZone>
</Subnet>
<Subnet>
<SubnetIdentifier>subnet-04450ad921054f02c</SubnetIdentifier>
<SubnetStatus>Active</SubnetStatus>
<SubnetOutpost/>
<SubnetAvailabilityZone>
<Name>eu-central-1b</Name>
</SubnetAvailabilityZone>
</Subnet>
</Subnets>
<SubnetGroupStatus>Complete</SubnetGroupStatus>
<DBSubnetGroupDescription>Managed by Terraform</DBSubnetGroupDescription>
<DBSubnetGroupName>bugcatcher</DBSubnetGroupName>
</DBSubnetGroup>
<TagList>
<Tag>
<Value>bar</Value>
<Key>foo</Key>
</Tag>
</TagList>
<VpcSecurityGroups>
<VpcSecurityGroupMembership>
<VpcSecurityGroupId>sg-05955d9e78438aa8d</VpcSecurityGroupId>
<Status>active</Status>
</VpcSecurityGroupMembership>
</VpcSecurityGroups>
<LicenseModel>postgresql-license</LicenseModel>
<PendingModifiedValues/>
<PreferredMaintenanceWindow>sun:00:00-sun:08:00</PreferredMaintenanceWindow>
<StorageType>gp2</StorageType>
<AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>
<CopyTagsToSnapshot>false</CopyTagsToSnapshot>
</DBInstance>
</DBInstances>
</DescribeDBInstancesResult>
<ResponseMetadata>
<RequestId>bcc491ea-9962-409e-bcba-b06b3abf67f2</RequestId>
</ResponseMetadata>
</DescribeDBInstancesResponse>: timestamp=2021-02-19T23:11:32.377+0100
2021-02-19T23:11:32.378+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] DEBUG: Request rds/ListTagsForResource Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: rds.eu-central-1.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws)
Content-Length: 122
Authorization: AWS4-HMAC-SHA256 Credential=AKIA2I2OXZ3REWME2N7A/20210219/eu-central-1/rds/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=48a4e9a87e0cce3371e169861263b2d5379f285a8e07fb57c39d5285ce8bdeea
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210219T221132Z
Accept-Encoding: gzip
Action=ListTagsForResource&ResourceName=arn%3Aaws%3Ards%3Aeu-central-1%3A706150387426%3Adb%3Abugcatcher&Version=2014-10-31
-----------------------------------------------------: timestamp=2021-02-19T23:11:32.377+0100
2021-02-19T23:11:32.463+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 405
Content-Type: text/xml
Date: Fri, 19 Feb 2021 22:11:31 GMT
X-Amzn-Requestid: 41453449-7203-4521-9f9a-31a995e7dd14
-----------------------------------------------------: timestamp=2021-02-19T23:11:32.462+0100
2021-02-19T23:11:32.463+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::706150387426:user/ktroshin</Arn>
<UserId>AIDA2I2OXZ3RBSTELT4B6</UserId>
<Account>706150387426</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>41453449-7203-4521-9f9a-31a995e7dd14</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2021-02-19T23:11:32.462+0100
2021-02-19T23:11:32.463+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] Received Caller Identity: {
Account: "706150387426",
Arn: "arn:aws:iam::706150387426:user/ktroshin",
UserId: "AIDA2I2OXZ3RBSTELT4B6"
}: timestamp=2021-02-19T23:11:32.463+0100
2021/02/19 23:11:32 [TRACE] EvalWriteState: using RefreshState for data.aws_caller_identity.current
2021/02/19 23:11:32 [TRACE] EvalWriteState: writing current state object for data.aws_caller_identity.current
2021/02/19 23:11:32 [TRACE] EvalWriteState: writing current state object for data.aws_caller_identity.current
2021/02/19 23:11:32 [TRACE] vertex "data.aws_caller_identity.current": visit complete
2021/02/19 23:11:32 [TRACE] vertex "data.aws_caller_identity.current": dynamic subgraph completed successfully
2021/02/19 23:11:32 [TRACE] vertex "data.aws_caller_identity.current": visit complete
2021/02/19 23:11:32 [TRACE] vertex "data.aws_caller_identity.current (expand)": dynamic subgraph completed successfully
2021/02/19 23:11:32 [TRACE] vertex "data.aws_caller_identity.current (expand)": visit complete
2021-02-19T23:11:32.481+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] DEBUG: Response rds/ListTagsForResource Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 382
Content-Type: text/xml
Date: Fri, 19 Feb 2021 22:11:31 GMT
X-Amzn-Requestid: 770d7447-0bbb-4e1d-b712-1e1f5877fbe3
-----------------------------------------------------: timestamp=2021-02-19T23:11:32.480+0100
2021-02-19T23:11:32.481+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [DEBUG] [aws-sdk-go] <ListTagsForResourceResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">
<ListTagsForResourceResult>
<TagList>
<Tag>
<Value>bar</Value>
<Key>foo</Key>
</Tag>
</TagList>
</ListTagsForResourceResult>
<ResponseMetadata>
<RequestId>770d7447-0bbb-4e1d-b712-1e1f5877fbe3</RequestId>
</ResponseMetadata>
</ListTagsForResourceResponse>: timestamp=2021-02-19T23:11:32.480+0100
2021/02/19 23:11:32 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_db_instance.db during refresh.
- .security_group_names: was null, but now cty.SetValEmpty(cty.String)
- .enabled_cloudwatch_logs_exports: was null, but now cty.SetValEmpty(cty.String)
2021/02/19 23:11:32 [TRACE] EvalWriteState: using RefreshState for aws_db_instance.db
2021/02/19 23:11:32 [TRACE] EvalWriteState: recording 1 dependencies for aws_db_instance.db
2021/02/19 23:11:32 [TRACE] EvalWriteState: writing current state object for aws_db_instance.db
2021/02/19 23:11:32 [TRACE] Re-validating config for "aws_db_instance.db"
2021/02/19 23:11:32 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2021-02-19T23:11:32.483+0100 [INFO] plugin.terraform-provider-aws_v3.29.0_x5: 2021/02/19 23:11:32 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-02-19T23:11:32.483+0100
2021/02/19 23:11:32 [TRACE] GRPCProvider: PlanResourceChange
Error: 1 error occurred:
* name attribute is not supported with snapshot_identifier when engine is postgres
on bug.tf line 1, in resource "aws_db_instance" "db":
1: resource "aws_db_instance" "db" {
2021/02/19 23:11:32 [TRACE] vertex "aws_db_instance.db": visit complete
2021/02/19 23:11:32 [TRACE] vertex "aws_db_instance.db": dynamic subgraph encountered errors
2021/02/19 23:11:32 [TRACE] vertex "aws_db_instance.db": visit complete
2021/02/19 23:11:32 [TRACE] vertex "aws_db_instance.db (expand)": dynamic subgraph encountered errors
2021/02/19 23:11:32 [TRACE] vertex "aws_db_instance.db (expand)": visit complete
2021/02/19 23:11:32 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2021/02/19 23:11:32 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" errored, so skipping
2021/02/19 23:11:32 [TRACE] dag/walk: upstream of "root" errored, so skipping
2021/02/19 23:11:32 [INFO] backend/local: plan operation completed
2021/02/19 23:11:32 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2021/02/19 23:11:32 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2021-02-19T23:11:32.488+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-02-19T23:11:32.489+0100 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.29.0/linux_amd64/terraform-provider-aws_v3.29.0_x5 pid=16595
2021-02-19T23:11:32.489+0100 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment