Skip to content

Instantly share code, notes, and snippets.

@applike-ss
Created March 21, 2022 11:11
Show Gist options
  • Save applike-ss/060f787190d29b707c06a0efccecdaa4 to your computer and use it in GitHub Desktop.
Save applike-ss/060f787190d29b707c06a0efccecdaa4 to your computer and use it in GitHub Desktop.
terraform import issue
2022-03-21T12:07:02.116+0100 [INFO] Terraform version: 1.1.7
2022-03-21T12:07:02.116+0100 [INFO] Go runtime version: go1.17.2
2022-03-21T12:07:02.116+0100 [INFO] CLI args: []string{"terraform", "import", "module.m[0].aws_sns_topic.t", "arn:aws:sns:eu-central-1:123456789012:my-topic"}
2022-03-21T12:07:02.116+0100 [TRACE] Stdout is not a terminal
2022-03-21T12:07:02.116+0100 [TRACE] Stderr is not a terminal
2022-03-21T12:07:02.116+0100 [TRACE] Stdin is a terminal
2022-03-21T12:07:02.116+0100 [DEBUG] Attempting to open CLI config file: /home/username/.terraformrc
2022-03-21T12:07:02.116+0100 [INFO] Loading CLI configuration from /home/username/.terraformrc
2022-03-21T12:07:02.116+0100 [DEBUG] checking for credentials in "/home/username/.terraform.d/plugins"
2022-03-21T12:07:02.116+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-03-21T12:07:02.116+0100 [DEBUG] will search for provider plugins in /home/username/.terraform.d/plugins
2022-03-21T12:07:02.116+0100 [TRACE] getproviders.SearchLocalDirectory: found github.com/justtrackio/gosoline v0.0.7 for linux_amd64 at /home/username/.terraform.d/plugins/github.com/justtrackio/gosoline/0.0.7/linux_amd64
2022-03-21T12:07:02.116+0100 [WARN] local provider path "/home/username/.terraform.d/plugins/justtrackio/gosoline/0.0.7" contains invalid type "0.0.7"; ignoring
2022-03-21T12:07:02.116+0100 [WARN] local provider path "/home/username/.terraform.d/plugins/justtrackio/gosoline/0.0.7/linux_amd64" contains invalid type "0.0.7"; ignoring
2022-03-21T12:07:02.116+0100 [WARN] local provider path "/home/username/.terraform.d/plugins/justtrackio/gosoline/0.0.7/linux_amd64/terraform-provider-gosoline_v0.0.7" contains invalid type "0.0.7"; ignoring
2022-03-21T12:07:02.117+0100 [TRACE] getproviders.SearchLocalDirectory: found terraform.local/justtrackio/gosoline v0.0.7 for linux_amd64 at /home/username/.terraform.d/plugins/terraform.local/justtrackio/gosoline/0.0.7/linux_amd64
2022-03-21T12:07:02.117+0100 [DEBUG] ignoring non-existing provider search directory /home/username/.local/share/terraform/plugins
2022-03-21T12:07:02.117+0100 [DEBUG] ignoring non-existing provider search directory /usr/share/budgie-desktop/terraform/plugins
2022-03-21T12:07:02.117+0100 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2022-03-21T12:07:02.117+0100 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2022-03-21T12:07:02.117+0100 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2022-03-21T12:07:02.117+0100 [INFO] CLI command args: []string{"import", "module.m[0].aws_sns_topic.t", "arn:aws:sns:eu-central-1:123456789012:my-topic"}
2022-03-21T12:07:02.118+0100 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2022-03-21T12:07:02.118+0100 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2022-03-21T12:07:02.118+0100 [DEBUG] New state was assigned lineage "93258503-b513-6be2-ad17-eefc88989061"
2022-03-21T12:07:02.118+0100 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2022-03-21T12:07:02.118+0100 [TRACE] Meta.Backend: instantiated backend of type <nil>
2022-03-21T12:07:02.118+0100 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2022-03-21T12:07:02.118+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v4.6.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/aws/4.6.0/linux_amd64
2022-03-21T12:07:02.118+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/null v3.1.1 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/linux_amd64
2022-03-21T12:07:02.118+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/template v2.2.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/template/2.2.0/linux_amd64
2022-03-21T12:07:02.118+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/4.6.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/aws 4.6.0
2022-03-21T12:07:02.118+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/null 3.1.1
2022-03-21T12:07:02.118+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/template/2.2.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/template 2.2.0
2022-03-21T12:07:02.624+0100 [TRACE] providercache.fillMetaCache: using cached result from previous scan of .terraform/providers
2022-03-21T12:07:02.654+0100 [DEBUG] checking for provisioner in "."
2022-03-21T12:07:02.654+0100 [DEBUG] checking for provisioner in "/home/username/.terraform.versions"
2022-03-21T12:07:02.654+0100 [DEBUG] checking for provisioner in "/home/username/.terraform.d/plugins"
2022-03-21T12:07:02.654+0100 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2022-03-21T12:07:02.654+0100 [TRACE] backend/local: requesting state manager for workspace "default"
2022-03-21T12:07:02.654+0100 [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
2022-03-21T12:07:02.654+0100 [TRACE] backend/local: requesting state lock for workspace "default"
2022-03-21T12:07:02.654+0100 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2022-03-21T12:07:02.655+0100 [TRACE] statemgr.Filesystem: existing snapshot has lineage "7d375197-3d2c-2f06-f657-eb845f53625f" serial 4
2022-03-21T12:07:02.655+0100 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2022-03-21T12:07:02.655+0100 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2022-03-21T12:07:02.655+0100 [TRACE] backend/local: reading remote state for workspace "default"
2022-03-21T12:07:02.655+0100 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2022-03-21T12:07:02.655+0100 [TRACE] statemgr.Filesystem: read snapshot with lineage "7d375197-3d2c-2f06-f657-eb845f53625f" serial 4
2022-03-21T12:07:02.655+0100 [TRACE] backend/local: populating backend.LocalRun for current working directory
2022-03-21T12:07:02.655+0100 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/null has 3.1.1 to satisfy ""
2022-03-21T12:07:02.655+0100 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/aws has 4.6.0 to satisfy ""
2022-03-21T12:07:02.655+0100 [TRACE] terraform.NewContext: starting
2022-03-21T12:07:02.655+0100 [TRACE] terraform.NewContext: complete
2022-03-21T12:07:02.655+0100 [DEBUG] Building and walking import graph
2022-03-21T12:07:02.655+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-03-21T12:07:02.655+0100 [TRACE] ConfigTransformer: Starting for path:
2022-03-21T12:07:02.655+0100 [TRACE] ConfigTransformer: Starting for path: module.m
2022-03-21T12:07:02.655+0100 [TRACE] ConfigTransformer: Starting for path: module.m.module.m
2022-03-21T12:07:02.655+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
------
2022-03-21T12:07:02.655+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-03-21T12:07:02.655+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
var.c - *terraform.NodeRootVariable
------
2022-03-21T12:07:02.655+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-03-21T12:07:02.655+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-03-21T12:07:02.655+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-03-21T12:07:02.655+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-03-21T12:07:02.655+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-03-21T12:07:02.655+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-03-21T12:07:02.655+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-03-21T12:07:02.655+0100 [TRACE] AttachResourceConfigTransformer: attaching to "module.m.aws_sns_topic.t" (*terraform.NodeAbstractResource) config from module1/main.tf:8,1-29
2022-03-21T12:07:02.655+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.m.aws_sns_topic.t
2022-03-21T12:07:02.655+0100 [TRACE] AttachResourceConfigTransformer: attaching to "module.m.data.null_data_source.f" (*terraform.NodeAbstractResource) config from hcl.Range{Filename:"module1/main.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:28, Byte:27}}
2022-03-21T12:07:02.655+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.m.data.null_data_source.f
2022-03-21T12:07:02.655+0100 [TRACE] AttachResourceConfigTransformer: attaching to "module.m.module.m.null_resource.n" (*terraform.NodeAbstractResource) config from module2/main.tf:4,1-29
2022-03-21T12:07:02.655+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.m.module.m.null_resource.n
2022-03-21T12:07:02.655+0100 [TRACE] AttachResourceConfigTransformer: attaching to "module.m.module.m.data.null_data_source.f" (*terraform.NodeAbstractResource) config from hcl.Range{Filename:"module2/main.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:28, Byte:27}}
2022-03-21T12:07:02.655+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.m.module.m.data.null_data_source.f
2022-03-21T12:07:02.655+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-03-21T12:07:02.655+0100 [TRACE] Executing graph transform *terraform.ImportStateTransformer
2022-03-21T12:07:02.655+0100 [TRACE] Completed graph transform *terraform.ImportStateTransformer with new graph:
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
var.c - *terraform.NodeRootVariable
------
2022-03-21T12:07:02.655+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-03-21T12:07:02.655+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-03-21T12:07:02.655+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
var.c - *terraform.NodeRootVariable
------
2022-03-21T12:07:02.655+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-03-21T12:07:02.655+0100 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.m.module.m.data.null_data_source.f
2022-03-21T12:07:02.655+0100 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/aws"], implied first by module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic")
2022-03-21T12:07:02.655+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.c - *terraform.NodeRootVariable
------
2022-03-21T12:07:02.655+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-03-21T12:07:02.655+0100 [TRACE] ProviderTransformer: module.m.data.null_data_source.f uses inherited configuration provider["registry.terraform.io/hashicorp/null"]
2022-03-21T12:07:02.655+0100 [DEBUG] ProviderTransformer: "module.m.data.null_data_source.f" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"]
2022-03-21T12:07:02.655+0100 [TRACE] ProviderTransformer: looking for module.m.provider["registry.terraform.io/hashicorp/null"] to serve module.m.module.m.null_resource.n
2022-03-21T12:07:02.655+0100 [TRACE] ProviderTransformer: module.m.module.m.null_resource.n uses inherited configuration provider["registry.terraform.io/hashicorp/null"]
2022-03-21T12:07:02.655+0100 [DEBUG] ProviderTransformer: "module.m.module.m.null_resource.n" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"]
2022-03-21T12:07:02.655+0100 [TRACE] ProviderTransformer: looking for module.m.provider["registry.terraform.io/hashicorp/null"] to serve module.m.module.m.data.null_data_source.f
2022-03-21T12:07:02.655+0100 [TRACE] ProviderTransformer: module.m.module.m.data.null_data_source.f uses inherited configuration provider["registry.terraform.io/hashicorp/null"]
2022-03-21T12:07:02.655+0100 [DEBUG] ProviderTransformer: "module.m.module.m.data.null_data_source.f" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"]
2022-03-21T12:07:02.655+0100 [TRACE] ProviderTransformer: module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") uses inherited configuration provider["registry.terraform.io/hashicorp/aws"]
2022-03-21T12:07:02.655+0100 [DEBUG] ProviderTransformer: "module.m[0].aws_sns_topic.t (import id \"arn:aws:sns:eu-central-1:123456789012:my-topic\")" (*terraform.graphNodeImportState) needs provider["registry.terraform.io/hashicorp/aws"]
2022-03-21T12:07:02.655+0100 [TRACE] ProviderTransformer: module.m.aws_sns_topic.t uses inherited configuration provider["registry.terraform.io/hashicorp/aws"]
2022-03-21T12:07:02.655+0100 [DEBUG] ProviderTransformer: "module.m.aws_sns_topic.t" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"]
2022-03-21T12:07:02.655+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.c - *terraform.NodeRootVariable
------
2022-03-21T12:07:02.655+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-03-21T12:07:02.655+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-03-21T12:07:02.655+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.c - *terraform.NodeRootVariable
------
2022-03-21T12:07:02.655+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-03-21T12:07:02.655+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/aws" to read its schema
2022-03-21T12:07:02.655+0100 [DEBUG] created provider logger: level=trace
2022-03-21T12:07:02.655+0100 [INFO] provider: configuring client automatic mTLS
2022-03-21T12:07:02.663+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.6.0/linux_amd64/terraform-provider-aws_v4.6.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.6.0/linux_amd64/terraform-provider-aws_v4.6.0_x5]
2022-03-21T12:07:02.663+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.6.0/linux_amd64/terraform-provider-aws_v4.6.0_x5 pid=33481
2022-03-21T12:07:02.663+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.6.0/linux_amd64/terraform-provider-aws_v4.6.0_x5
2022-03-21T12:07:02.702+0100 [INFO] provider.terraform-provider-aws_v4.6.0_x5: configuring server automatic mTLS: timestamp=2022-03-21T12:07:02.702+0100
2022-03-21T12:07:02.709+0100 [DEBUG] provider: using plugin: version=5
2022-03-21T12:07:02.709+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: plugin address: address=/tmp/plugin2476459733 network=unix timestamp=2022-03-21T12:07:02.709+0100
2022-03-21T12:07:02.720+0100 [TRACE] GRPCProvider: GetProviderSchema
2022-03-21T12:07:02.720+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:02.721+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Received request: @module=sdk.proto tf_rpc=GetSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:329 tf_proto_version=5 tf_provider_addr=provider tf_req_id=227c580f-1e27-5eaa-917c-5c6aaa10c21b timestamp=2022-03-21T12:07:02.721+0100
2022-03-21T12:07:02.721+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:336 @module=sdk.proto tf_provider_addr=provider tf_req_id=227c580f-1e27-5eaa-917c-5c6aaa10c21b tf_proto_version=5 tf_rpc=GetSchema timestamp=2022-03-21T12:07:02.721+0100
2022-03-21T12:07:02.745+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Called downstream: tf_provider_addr=provider tf_rpc=GetSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:342 @module=sdk.proto tf_proto_version=5 tf_req_id=227c580f-1e27-5eaa-917c-5c6aaa10c21b timestamp=2022-03-21T12:07:02.745+0100
2022-03-21T12:07:02.752+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Served request: tf_proto_version=5 tf_provider_addr=provider tf_req_id=227c580f-1e27-5eaa-917c-5c6aaa10c21b tf_rpc=GetSchema @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:348 timestamp=2022-03-21T12:07:02.752+0100
2022-03-21T12:07:02.843+0100 [TRACE] GRPCProvider: Close
2022-03-21T12:07:02.844+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-03-21T12:07:02.847+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.6.0/linux_amd64/terraform-provider-aws_v4.6.0_x5 pid=33481
2022-03-21T12:07:02.863+0100 [DEBUG] provider: plugin exited
2022-03-21T12:07:02.863+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to module.m.aws_sns_topic.t
2022-03-21T12:07:02.863+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/null" to read its schema
2022-03-21T12:07:02.863+0100 [DEBUG] created provider logger: level=trace
2022-03-21T12:07:02.863+0100 [INFO] provider: configuring client automatic mTLS
2022-03-21T12:07:02.870+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/linux_amd64/terraform-provider-null_v3.1.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/linux_amd64/terraform-provider-null_v3.1.1_x5]
2022-03-21T12:07:02.871+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/linux_amd64/terraform-provider-null_v3.1.1_x5 pid=33513
2022-03-21T12:07:02.871+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/linux_amd64/terraform-provider-null_v3.1.1_x5
2022-03-21T12:07:02.874+0100 [INFO] provider.terraform-provider-null_v3.1.1_x5: configuring server automatic mTLS: timestamp=2022-03-21T12:07:02.874+0100
2022-03-21T12:07:02.901+0100 [DEBUG] provider.terraform-provider-null_v3.1.1_x5: plugin address: address=/tmp/plugin074672511 network=unix timestamp=2022-03-21T12:07:02.901+0100
2022-03-21T12:07:02.901+0100 [DEBUG] provider: using plugin: version=5
2022-03-21T12:07:02.922+0100 [TRACE] GRPCProvider: GetProviderSchema
2022-03-21T12:07:02.922+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:02.922+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Received request: @module=sdk.proto tf_proto_version=5.2 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_provider_addr=provider tf_req_id=69f467cd-fb73-4df7-5a5f-3ec2e250b3a2 timestamp=2022-03-21T12:07:02.922+0100
2022-03-21T12:07:02.922+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_provider_addr=provider tf_req_id=69f467cd-fb73-4df7-5a5f-3ec2e250b3a2 tf_proto_version=5.2 tf_rpc=GetProviderSchema timestamp=2022-03-21T12:07:02.922+0100
2022-03-21T12:07:02.922+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Called downstream: @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=69f467cd-fb73-4df7-5a5f-3ec2e250b3a2 @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_rpc=GetProviderSchema timestamp=2022-03-21T12:07:02.922+0100
2022-03-21T12:07:02.922+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Served request: tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.2 tf_req_id=69f467cd-fb73-4df7-5a5f-3ec2e250b3a2 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 timestamp=2022-03-21T12:07:02.922+0100
2022-03-21T12:07:02.923+0100 [TRACE] provider.stdio: received data: channel=STDERR len=236
2022-03-21T12:07:02.923+0100 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Getting provider schema","@module":"sdk.helper_schema","@timestamp":"2022-03-21T12:07:02.922853+01:00"}"
2022-03-21T12:07:02.923+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:02.923+0100 [TRACE] provider.stdio: received data: channel=STDERR len=267
2022-03-21T12:07:02.923+0100 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-03-21T12:07:02.922883+01:00","tf_resource_type":"null_resource"}"
2022-03-21T12:07:02.923+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:02.923+0100 [TRACE] provider.stdio: received data: channel=STDERR len=276
2022-03-21T12:07:02.923+0100 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-03-21T12:07:02.922908+01:00","tf_data_source_type":"null_data_source"}"
2022-03-21T12:07:02.923+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:02.923+0100 [TRACE] GRPCProvider: Close
2022-03-21T12:07:02.923+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-03-21T12:07:02.925+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/linux_amd64/terraform-provider-null_v3.1.1_x5 pid=33513
2022-03-21T12:07:02.932+0100 [DEBUG] provider: plugin exited
2022-03-21T12:07:02.932+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to module.m.data.null_data_source.f
2022-03-21T12:07:02.932+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to module.m.module.m.null_resource.n
2022-03-21T12:07:02.932+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to module.m.module.m.data.null_data_source.f
2022-03-21T12:07:02.932+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/null"]
2022-03-21T12:07:02.932+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2022-03-21T12:07:02.932+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-03-21T12:07:02.932+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-03-21T12:07:02.932+0100 [TRACE] ModuleExpansionTransformer: Added module.m as *terraform.nodeExpandModule
2022-03-21T12:07:02.932+0100 [TRACE] ModuleExpansionTransformer: module.m (close) must wait for expansion of module.m
2022-03-21T12:07:02.932+0100 [TRACE] ModuleExpansionTransformer: module.m.data.null_data_source.f must wait for expansion of module.m
2022-03-21T12:07:02.932+0100 [TRACE] ModuleExpansionTransformer: module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") must wait for expansion of module.m
2022-03-21T12:07:02.932+0100 [TRACE] ModuleExpansionTransformer: module.m.aws_sns_topic.t must wait for expansion of module.m
2022-03-21T12:07:02.932+0100 [TRACE] ModuleExpansionTransformer: Added module.m.module.m as *terraform.nodeExpandModule
2022-03-21T12:07:02.932+0100 [TRACE] ModuleExpansionTransformer: module.m.module.m (expand) must wait for expansion of module.m (expand)
2022-03-21T12:07:02.932+0100 [TRACE] ModuleExpansionTransformer: module.m.module.m (close) must wait for expansion of module.m.module.m
2022-03-21T12:07:02.932+0100 [TRACE] ModuleExpansionTransformer: module.m.module.m.null_resource.n must wait for expansion of module.m.module.m
2022-03-21T12:07:02.932+0100 [TRACE] ModuleExpansionTransformer: module.m.module.m.data.null_data_source.f must wait for expansion of module.m.module.m
2022-03-21T12:07:02.932+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
module.m (close) - *terraform.nodeCloseModule
module.m (expand) - *terraform.nodeExpandModule
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m (close) - *terraform.nodeCloseModule
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
module.m (expand) - *terraform.nodeExpandModule
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m.module.m (close) - *terraform.nodeCloseModule
module.m.module.m (expand) - *terraform.nodeExpandModule
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
module.m (expand) - *terraform.nodeExpandModule
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.c - *terraform.NodeRootVariable
------
2022-03-21T12:07:02.932+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-03-21T12:07:02.933+0100 [DEBUG] ReferenceTransformer: "module.m.data.null_data_source.f" references: []
2022-03-21T12:07:02.933+0100 [DEBUG] ReferenceTransformer: "module.m.module.m.null_resource.n" references: []
2022-03-21T12:07:02.933+0100 [DEBUG] ReferenceTransformer: "module.m.module.m.data.null_data_source.f" references: []
2022-03-21T12:07:02.933+0100 [DEBUG] ReferenceTransformer: "var.c" references: []
2022-03-21T12:07:02.933+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: []
2022-03-21T12:07:02.933+0100 [DEBUG] ReferenceTransformer: "module.m (close)" references: []
2022-03-21T12:07:02.933+0100 [DEBUG] ReferenceTransformer: "module.m.module.m (expand)" references: [module.m.data.null_data_source.f]
2022-03-21T12:07:02.933+0100 [DEBUG] ReferenceTransformer: "module.m.aws_sns_topic.t" references: []
2022-03-21T12:07:02.933+0100 [DEBUG] ReferenceTransformer: "module.m[0].aws_sns_topic.t (import id \"arn:aws:sns:eu-central-1:123456789012:my-topic\")" references: []
2022-03-21T12:07:02.933+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2022-03-21T12:07:02.933+0100 [DEBUG] ReferenceTransformer: "module.m (expand)" references: [var.c]
2022-03-21T12:07:02.933+0100 [DEBUG] ReferenceTransformer: "module.m.module.m (close)" references: []
2022-03-21T12:07:02.933+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
module.m (close) - *terraform.nodeCloseModule
module.m (expand) - *terraform.nodeExpandModule
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m (close) - *terraform.nodeCloseModule
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
module.m (expand) - *terraform.nodeExpandModule
var.c - *terraform.NodeRootVariable
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m.module.m (close) - *terraform.nodeCloseModule
module.m.module.m (expand) - *terraform.nodeExpandModule
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
module.m (expand) - *terraform.nodeExpandModule
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.c - *terraform.NodeRootVariable
------
2022-03-21T12:07:02.933+0100 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-03-21T12:07:02.933+0100 [TRACE] attachDataDependenciesTransformer: module.m.data.null_data_source.f depends on []
2022-03-21T12:07:02.933+0100 [TRACE] attachDataDependenciesTransformer: module.m.module.m.data.null_data_source.f depends on []
2022-03-21T12:07:02.933+0100 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-03-21T12:07:02.933+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-03-21T12:07:02.933+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
module.m (close) - *terraform.nodeCloseModule
module.m (expand) - *terraform.nodeExpandModule
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m (close) - *terraform.nodeCloseModule
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
module.m (expand) - *terraform.nodeExpandModule
var.c - *terraform.NodeRootVariable
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m.module.m (close) - *terraform.nodeCloseModule
module.m.module.m (expand) - *terraform.nodeExpandModule
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
module.m (expand) - *terraform.nodeExpandModule
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.c - *terraform.NodeRootVariable
------
2022-03-21T12:07:02.933+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-03-21T12:07:02.933+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
module.m (close) - *terraform.nodeCloseModule
module.m (expand) - *terraform.nodeExpandModule
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m (close) - *terraform.nodeCloseModule
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
module.m (expand) - *terraform.nodeExpandModule
var.c - *terraform.NodeRootVariable
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m.module.m (close) - *terraform.nodeCloseModule
module.m.module.m (expand) - *terraform.nodeExpandModule
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
module.m (expand) - *terraform.nodeExpandModule
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
module.m (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
var.c - *terraform.NodeRootVariable
------
2022-03-21T12:07:02.933+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-03-21T12:07:02.933+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
module.m (close) - *terraform.nodeCloseModule
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m.module.m (close) - *terraform.nodeCloseModule
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
module.m (expand) - *terraform.nodeExpandModule
var.c - *terraform.NodeRootVariable
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.m.module.m (close) - *terraform.nodeCloseModule
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
module.m.module.m (expand) - *terraform.nodeExpandModule
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
module.m (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
module.m.aws_sns_topic.t - *terraform.NodeAbstractResource
module.m[0].aws_sns_topic.t (import id "arn:aws:sns:eu-central-1:123456789012:my-topic") - *terraform.graphNodeImportState
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
module.m.module.m.data.null_data_source.f - *terraform.NodeAbstractResource
module.m.module.m.null_resource.n - *terraform.NodeAbstractResource
root - *terraform.nodeCloseModule
module.m (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
var.c - *terraform.NodeRootVariable
------
2022-03-21T12:07:02.933+0100 [DEBUG] Starting graph walk: walkImport
2022-03-21T12:07:02.933+0100 [TRACE] vertex "var.c": starting visit (*terraform.NodeRootVariable)
2022-03-21T12:07:02.933+0100 [TRACE] vertex "var.c": visit complete
2022-03-21T12:07:02.933+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/null\"]": starting visit (*terraform.NodeApplyableProvider)
2022-03-21T12:07:02.933+0100 [DEBUG] created provider logger: level=trace
2022-03-21T12:07:02.933+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2022-03-21T12:07:02.933+0100 [INFO] provider: configuring client automatic mTLS
2022-03-21T12:07:02.933+0100 [TRACE] vertex "module.m (expand)": starting visit (*terraform.nodeExpandModule)
2022-03-21T12:07:02.933+0100 [TRACE] vertex "module.m (expand)": visit complete
2022-03-21T12:07:02.940+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/linux_amd64/terraform-provider-null_v3.1.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/linux_amd64/terraform-provider-null_v3.1.1_x5]
2022-03-21T12:07:02.941+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/linux_amd64/terraform-provider-null_v3.1.1_x5 pid=33536
2022-03-21T12:07:02.941+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/linux_amd64/terraform-provider-null_v3.1.1_x5
2022-03-21T12:07:02.944+0100 [INFO] provider.terraform-provider-null_v3.1.1_x5: configuring server automatic mTLS: timestamp=2022-03-21T12:07:02.944+0100
2022-03-21T12:07:02.971+0100 [DEBUG] provider.terraform-provider-null_v3.1.1_x5: plugin address: network=unix address=/tmp/plugin545238008 timestamp=2022-03-21T12:07:02.971+0100
2022-03-21T12:07:02.971+0100 [DEBUG] provider: using plugin: version=5
2022-03-21T12:07:02.992+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/null\"]" provider for provider["registry.terraform.io/hashicorp/null"]
2022-03-21T12:07:02.992+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:02.992+0100 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/null"] (requiring that configuration is wholly known)
2022-03-21T12:07:02.992+0100 [DEBUG] created provider logger: level=trace
2022-03-21T12:07:02.992+0100 [INFO] provider: configuring client automatic mTLS
2022-03-21T12:07:03.000+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.6.0/linux_amd64/terraform-provider-aws_v4.6.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.6.0/linux_amd64/terraform-provider-aws_v4.6.0_x5]
2022-03-21T12:07:03.000+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.6.0/linux_amd64/terraform-provider-aws_v4.6.0_x5 pid=33557
2022-03-21T12:07:03.000+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.6.0/linux_amd64/terraform-provider-aws_v4.6.0_x5
2022-03-21T12:07:03.030+0100 [INFO] provider.terraform-provider-aws_v4.6.0_x5: configuring server automatic mTLS: timestamp=2022-03-21T12:07:03.030+0100
2022-03-21T12:07:03.037+0100 [DEBUG] provider: using plugin: version=5
2022-03-21T12:07:03.037+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: plugin address: address=/tmp/plugin2578103153 network=unix timestamp=2022-03-21T12:07:03.037+0100
2022-03-21T12:07:03.047+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2022-03-21T12:07:03.047+0100 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/aws"] (requiring that configuration is wholly known)
2022-03-21T12:07:03.047+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: no configuration at all
2022-03-21T12:07:03.047+0100 [TRACE] GRPCProvider: GetProviderSchema
2022-03-21T12:07:03.047+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:03.047+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/null"]: no configuration at all
2022-03-21T12:07:03.047+0100 [TRACE] GRPCProvider: GetProviderSchema
2022-03-21T12:07:03.047+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Received request: @module=sdk.proto tf_rpc=GetSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:329 tf_proto_version=5 tf_provider_addr=provider tf_req_id=45a0e7b2-6941-4a77-5cb5-66b6a911b318 timestamp=2022-03-21T12:07:03.047+0100
2022-03-21T12:07:03.047+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Calling downstream: tf_req_id=45a0e7b2-6941-4a77-5cb5-66b6a911b318 tf_rpc=GetSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:336 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider timestamp=2022-03-21T12:07:03.047+0100
2022-03-21T12:07:03.047+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_req_id=719ff0f5-2bbe-f204-c281-3be4a24fb349 tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider timestamp=2022-03-21T12:07:03.047+0100
2022-03-21T12:07:03.047+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Calling downstream: @module=sdk.proto tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=719ff0f5-2bbe-f204-c281-3be4a24fb349 timestamp=2022-03-21T12:07:03.047+0100
2022-03-21T12:07:03.047+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Called downstream: @module=sdk.proto tf_req_id=719ff0f5-2bbe-f204-c281-3be4a24fb349 @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2022-03-21T12:07:03.047+0100
2022-03-21T12:07:03.047+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=719ff0f5-2bbe-f204-c281-3be4a24fb349 tf_rpc=GetProviderSchema timestamp=2022-03-21T12:07:03.047+0100
2022-03-21T12:07:03.048+0100 [TRACE] provider.stdio: received data: channel=STDERR len=236
2022-03-21T12:07:03.048+0100 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Getting provider schema","@module":"sdk.helper_schema","@timestamp":"2022-03-21T12:07:03.047813+01:00"}"
2022-03-21T12:07:03.048+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:03.048+0100 [TRACE] provider.stdio: received data: channel=STDERR len=267
2022-03-21T12:07:03.048+0100 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-03-21T12:07:03.047836+01:00","tf_resource_type":"null_resource"}"
2022-03-21T12:07:03.048+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:03.048+0100 [TRACE] provider.stdio: received data: channel=STDERR len=276
2022-03-21T12:07:03.048+0100 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-03-21T12:07:03.047856+01:00","tf_data_source_type":"null_data_source"}"
2022-03-21T12:07:03.048+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:03.048+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2022-03-21T12:07:03.049+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Received request: tf_proto_version=5.2 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=2a99e674-a739-e830-2841-4742d7ce3cad tf_rpc=PrepareProviderConfig timestamp=2022-03-21T12:07:03.048+0100
2022-03-21T12:07:03.049+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: tf_provider_addr=provider tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_req_id=2a99e674-a739-e830-2841-4742d7ce3cad timestamp=2022-03-21T12:07:03.048+0100
2022-03-21T12:07:03.049+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=2a99e674-a739-e830-2841-4742d7ce3cad tf_rpc=PrepareProviderConfig timestamp=2022-03-21T12:07:03.049+0100
2022-03-21T12:07:03.049+0100 [TRACE] provider.stdio: received data: channel=STDERR len=245
2022-03-21T12:07:03.049+0100 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Preparing provider configuration","@module":"sdk.helper_schema","@timestamp":"2022-03-21T12:07:03.049014+01:00"}"
2022-03-21T12:07:03.049+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:03.049+0100 [TRACE] provider.stdio: received data: channel=STDERR len=231
2022-03-21T12:07:03.049+0100 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Calling downstream","@module":"sdk.helper_schema","@timestamp":"2022-03-21T12:07:03.049042+01:00"}"
2022-03-21T12:07:03.049+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:03.049+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Called downstream: tf_proto_version=5.2 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_req_id=2a99e674-a739-e830-2841-4742d7ce3cad tf_rpc=PrepareProviderConfig @module=sdk.proto timestamp=2022-03-21T12:07:03.049+0100
2022-03-21T12:07:03.049+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Served request: tf_provider_addr=provider tf_rpc=PrepareProviderConfig @module=sdk.proto tf_proto_version=5.2 tf_req_id=2a99e674-a739-e830-2841-4742d7ce3cad @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 timestamp=2022-03-21T12:07:03.049+0100
2022-03-21T12:07:03.049+0100 [TRACE] provider.stdio: received data: channel=STDERR len=230
2022-03-21T12:07:03.049+0100 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Called downstream","@module":"sdk.helper_schema","@timestamp":"2022-03-21T12:07:03.049123+01:00"}"
2022-03-21T12:07:03.049+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:03.049+0100 [TRACE] GRPCProvider: ConfigureProvider
2022-03-21T12:07:03.049+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Received request: tf_provider_addr=provider tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_req_id=bc824e83-a9b3-0fae-16bd-62588fac5c36 timestamp=2022-03-21T12:07:03.049+0100
2022-03-21T12:07:03.049+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Calling downstream: tf_provider_addr=provider tf_req_id=bc824e83-a9b3-0fae-16bd-62588fac5c36 tf_rpc=Configure @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_proto_version=5.2 timestamp=2022-03-21T12:07:03.049+0100
2022-03-21T12:07:03.049+0100 [TRACE] provider.stdio: received data: channel=STDERR len=231
2022-03-21T12:07:03.049+0100 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Calling downstream","@module":"sdk.helper_schema","@timestamp":"2022-03-21T12:07:03.049457+01:00"}"
2022-03-21T12:07:03.049+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:03.049+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Called downstream: tf_rpc=Configure tf_proto_version=5.2 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=bc824e83-a9b3-0fae-16bd-62588fac5c36 timestamp=2022-03-21T12:07:03.049+0100
2022-03-21T12:07:03.049+0100 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Served request: tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=bc824e83-a9b3-0fae-16bd-62588fac5c36 timestamp=2022-03-21T12:07:03.049+0100
2022-03-21T12:07:03.049+0100 [TRACE] provider.stdio: received data: channel=STDERR len=230
2022-03-21T12:07:03.049+0100 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Called downstream","@module":"sdk.helper_schema","@timestamp":"2022-03-21T12:07:03.049470+01:00"}"
2022-03-21T12:07:03.049+0100 [TRACE] provider.stdio: waiting for stdio data
2022-03-21T12:07:03.049+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/null\"]": visit complete
2022-03-21T12:07:03.049+0100 [TRACE] vertex "module.m.data.null_data_source.f": starting visit (*terraform.NodeAbstractResource)
2022-03-21T12:07:03.049+0100 [TRACE] vertex "module.m.data.null_data_source.f": visit complete
2022-03-21T12:07:03.049+0100 [TRACE] vertex "module.m.module.m (expand)": starting visit (*terraform.nodeExpandModule)
2022-03-21T12:07:03.049+0100 [ERROR] vertex "module.m.module.m (expand)" error: Invalid for_each argument
2022-03-21T12:07:03.049+0100 [TRACE] vertex "module.m.module.m (expand)": visit complete, with errors
2022-03-21T12:07:03.049+0100 [TRACE] dag/walk: upstream of "module.m.module.m.null_resource.n" errored, so skipping
2022-03-21T12:07:03.049+0100 [TRACE] dag/walk: upstream of "module.m.module.m.data.null_data_source.f" errored, so skipping
2022-03-21T12:07:03.049+0100 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/null\"] (close)" errored, so skipping
2022-03-21T12:07:03.049+0100 [TRACE] dag/walk: upstream of "module.m.module.m (close)" errored, so skipping
2022-03-21T12:07:03.070+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Called downstream: @module=sdk.proto tf_proto_version=5 tf_req_id=45a0e7b2-6941-4a77-5cb5-66b6a911b318 @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:342 tf_rpc=GetSchema tf_provider_addr=provider timestamp=2022-03-21T12:07:03.070+0100
2022-03-21T12:07:03.077+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Served request: tf_req_id=45a0e7b2-6941-4a77-5cb5-66b6a911b318 @module=sdk.proto tf_proto_version=5 @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:348 tf_provider_addr=provider tf_rpc=GetSchema timestamp=2022-03-21T12:07:03.077+0100
2022-03-21T12:07:03.138+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2022-03-21T12:07:03.139+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Received request: tf_provider_addr=provider tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:354 @module=sdk.proto tf_proto_version=5 tf_req_id=312c0525-1269-cf3f-44d9-505dff063fda timestamp=2022-03-21T12:07:03.139+0100
2022-03-21T12:07:03.139+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Calling downstream: @module=sdk.proto tf_proto_version=5 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:361 tf_provider_addr=provider tf_req_id=312c0525-1269-cf3f-44d9-505dff063fda timestamp=2022-03-21T12:07:03.139+0100
2022-03-21T12:07:03.221+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Called downstream: tf_proto_version=5 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:367 @module=sdk.proto tf_provider_addr=provider tf_req_id=312c0525-1269-cf3f-44d9-505dff063fda timestamp=2022-03-21T12:07:03.221+0100
2022-03-21T12:07:03.221+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Served request: @module=sdk.proto tf_proto_version=5 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:373 tf_provider_addr=provider tf_req_id=312c0525-1269-cf3f-44d9-505dff063fda timestamp=2022-03-21T12:07:03.221+0100
2022-03-21T12:07:03.221+0100 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/aws\"]" changed the config value, but that value is unused
2022-03-21T12:07:03.221+0100 [TRACE] GRPCProvider: ConfigureProvider
2022-03-21T12:07:03.222+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:379 tf_provider_addr=provider tf_req_id=0b368ad8-ef88-628c-4d33-8a1982728a60 tf_rpc=Configure @module=sdk.proto tf_proto_version=5 timestamp=2022-03-21T12:07:03.222+0100
2022-03-21T12:07:03.222+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Calling downstream: @module=sdk.proto tf_proto_version=5 tf_req_id=0b368ad8-ef88-628c-4d33-8a1982728a60 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:386 tf_provider_addr=provider timestamp=2022-03-21T12:07:03.222+0100
2022-03-21T12:07:03.223+0100 [INFO] provider.terraform-provider-aws_v4.6.0_x5: Retrieved credentials from "SharedConfigCredentials: /home/username/.aws/credentials": timestamp=2022-03-21T12:07:03.223+0100
2022-03-21T12:07:03.223+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: Trying to get account information via sts:GetCallerIdentity: timestamp=2022-03-21T12:07:03.223+0100
2022-03-21T12:07:03.223+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: [aws-sdk-go-v2] Request
POST / HTTP/1.1
Host: sts.eu-central-1.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.15.0 os/linux lang/go/1.17.6 md/GOOS/linux md/GOARCH/amd64 api/sts/1.16.0
Content-Length: 43
Amz-Sdk-Invocation-Id: 6bcbd164-bcb8-45a9-9a43-462e76d39f51
Amz-Sdk-Request: attempt=1; max=25
Authorization: AWS4-HMAC-SHA256 Credential=ABCDEFGHIJKLMNOPQRST/20220321/eu-central-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=3166d05a4040d6c34e8bef52f55a603c6c012dd379aa3a01ebbac0502fc524ab
Content-Type: application/x-www-form-urlencoded
X-Amz-Date: 20220321T110703Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15: timestamp=2022-03-21T12:07:03.223+0100
2022-03-21T12:07:03.340+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: [aws-sdk-go-v2] Response
HTTP/1.1 200 OK
Content-Length: 403
Content-Type: text/xml
Date: Mon, 21 Mar 2022 11:07:02 GMT
X-Amzn-Requestid: 478a59e5-4820-4e73-8a03-ba0e50ae27d0
<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::123456789012:user/username</Arn>
<UserId>ABCDEFGHIJKLMNOPQRST</UserId>
<Account>123456789012</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>478a59e5-4820-4e73-8a03-ba0e50ae27d0</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2022-03-21T12:07:03.340+0100
2022-03-21T12:07:03.340+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: Trying to get account information via sts:GetCallerIdentity: timestamp=2022-03-21T12:07:03.340+0100
2022-03-21T12:07:03.341+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: [aws-sdk-go-v2] Request
POST / HTTP/1.1
Host: sts.eu-central-1.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.15.0 os/linux lang/go/1.17.6 md/GOOS/linux md/GOARCH/amd64 api/sts/1.16.0
Content-Length: 43
Amz-Sdk-Invocation-Id: fd6ac162-b98a-4871-a844-dca0e33b159c
Amz-Sdk-Request: attempt=1; max=25
Authorization: AWS4-HMAC-SHA256 Credential=ABCDEFGHIJKLMNOPQRST/20220321/eu-central-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=466df071205b5888fd180d2de26e23e6af657f2a2394cd9a63de7546831b6dd7
Content-Type: application/x-www-form-urlencoded
X-Amz-Date: 20220321T110703Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15: timestamp=2022-03-21T12:07:03.341+0100
2022-03-21T12:07:03.357+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: [aws-sdk-go-v2] Response
HTTP/1.1 200 OK
Content-Length: 403
Content-Type: text/xml
Date: Mon, 21 Mar 2022 11:07:02 GMT
X-Amzn-Requestid: de8839e9-98f4-4559-8d0f-837a7ead9512
<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::123456789012:user/username</Arn>
<UserId>ABCDEFGHIJKLMNOPQRST</UserId>
<Account>123456789012</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>de8839e9-98f4-4559-8d0f-837a7ead9512</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2022-03-21T12:07:03.357+0100
2022-03-21T12:07:03.360+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.eu-central-1.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.43.18 (go1.17.6; linux; amd64)
Content-Length: 87
Authorization: AWS4-HMAC-SHA256 Credential=ABCDEFGHIJKLMNOPQRST/20220321/eu-central-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6dc3865b9c9b4fda5513b4cf933e042246aba0c020fdf0bf48a7cb5548c79094
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20220321T110703Z
Accept-Encoding: gzip
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
-----------------------------------------------------: timestamp=2022-03-21T12:07:03.360+0100
2022-03-21T12:07:03.525+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 540
Cache-Control: no-cache, no-store
Content-Type: text/xml;charset=UTF-8
Date: Mon, 21 Mar 2022 11:07:03 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: 8d1b8a06-dafd-439b-899d-94356c042bef
-----------------------------------------------------: timestamp=2022-03-21T12:07:03.525+0100
2022-03-21T12:07:03.525+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>8d1b8a06-dafd-439b-899d-94356c042bef</requestId>
<accountAttributeSet>
<item>
<attributeName>supported-platforms</attributeName>
<attributeValueSet>
<item>
<attributeValue>VPC</attributeValue>
</item>
</attributeValueSet>
</item>
</accountAttributeSet>
</DescribeAccountAttributesResponse>: timestamp=2022-03-21T12:07:03.525+0100
2022-03-21T12:07:03.525+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Called downstream: tf_proto_version=5 tf_req_id=0b368ad8-ef88-628c-4d33-8a1982728a60 @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:392 @module=sdk.proto tf_provider_addr=provider tf_rpc=Configure timestamp=2022-03-21T12:07:03.525+0100
2022-03-21T12:07:03.525+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:398 tf_proto_version=5 tf_provider_addr=provider tf_req_id=0b368ad8-ef88-628c-4d33-8a1982728a60 tf_rpc=Configure @module=sdk.proto timestamp=2022-03-21T12:07:03.525+0100
2022-03-21T12:07:03.525+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2022-03-21T12:07:03.525+0100 [TRACE] vertex "module.m.aws_sns_topic.t": starting visit (*terraform.NodeAbstractResource)
2022-03-21T12:07:03.525+0100 [TRACE] vertex "module.m.aws_sns_topic.t": visit complete
2022-03-21T12:07:03.525+0100 [TRACE] vertex "module.m[0].aws_sns_topic.t (import id \"arn:aws:sns:eu-central-1:123456789012:my-topic\")": starting visit (*terraform.graphNodeImportState)
module.m[0].aws_sns_topic.t: Importing from ID "arn:aws:sns:eu-central-1:123456789012:my-topic"...
2022-03-21T12:07:03.525+0100 [TRACE] GRPCProvider: ImportResourceState
2022-03-21T12:07:03.525+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Received request: tf_proto_version=5 tf_provider_addr=provider tf_req_id=a05545f6-9c83-d60f-1e43-8a6cfafba66c tf_resource_type=aws_sns_topic @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:620 @module=sdk.proto tf_rpc=ImportResourceState timestamp=2022-03-21T12:07:03.525+0100
2022-03-21T12:07:03.525+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Calling downstream: tf_req_id=a05545f6-9c83-d60f-1e43-8a6cfafba66c @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_sns_topic tf_rpc=ImportResourceState @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:627 timestamp=2022-03-21T12:07:03.525+0100
2022-03-21T12:07:03.526+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Called downstream: tf_req_id=a05545f6-9c83-d60f-1e43-8a6cfafba66c tf_resource_type=aws_sns_topic @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:633 tf_provider_addr=provider @module=sdk.proto tf_proto_version=5 tf_rpc=ImportResourceState timestamp=2022-03-21T12:07:03.526+0100
2022-03-21T12:07:03.526+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Served request: @module=sdk.proto tf_resource_type=aws_sns_topic @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:639 tf_proto_version=5 tf_provider_addr=provider tf_req_id=a05545f6-9c83-d60f-1e43-8a6cfafba66c tf_rpc=ImportResourceState timestamp=2022-03-21T12:07:03.526+0100
2022-03-21T12:07:03.526+0100 [TRACE] graphNodeImportState: import module.m[0].aws_sns_topic.t "arn:aws:sns:eu-central-1:123456789012:my-topic" produced instance object of type aws_sns_topic
module.m[0].aws_sns_topic.t: Import prepared!
 Prepared aws_sns_topic for import
2022-03-21T12:07:03.526+0100 [TRACE] vertex "module.m[0].aws_sns_topic.t (import id \"arn:aws:sns:eu-central-1:123456789012:my-topic\")": expanding dynamic subgraph
2022-03-21T12:07:03.526+0100 [TRACE] vertex "module.m[0].aws_sns_topic.t (import id \"arn:aws:sns:eu-central-1:123456789012:my-topic\")": entering dynamic subgraph
2022-03-21T12:07:03.526+0100 [TRACE] vertex "import module.m[0].aws_sns_topic.t result": starting visit (*terraform.graphNodeImportStateSub)
2022-03-21T12:07:03.526+0100 [TRACE] NodeAbstractResourceInstance.refresh for module.m[0].aws_sns_topic.t
module.m[0].aws_sns_topic.t: Refreshing state... [id=arn:aws:sns:eu-central-1:123456789012:my-topic]
2022-03-21T12:07:03.526+0100 [TRACE] GRPCProvider: ReadResource
2022-03-21T12:07:03.526+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Received request: @module=sdk.proto tf_req_id=f67fe204-c492-cb07-8dc7-c4e95bd35944 tf_resource_type=aws_sns_topic @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:545 tf_proto_version=5 tf_provider_addr=provider tf_rpc=ReadResource timestamp=2022-03-21T12:07:03.526+0100
2022-03-21T12:07:03.526+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Calling downstream: tf_provider_addr=provider tf_resource_type=aws_sns_topic @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:552 tf_proto_version=5 tf_req_id=f67fe204-c492-cb07-8dc7-c4e95bd35944 tf_rpc=ReadResource @module=sdk.proto timestamp=2022-03-21T12:07:03.526+0100
2022-03-21T12:07:03.527+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: [aws-sdk-go] DEBUG: Request sns/GetTopicAttributes Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: sns.eu-central-1.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.43.18 (go1.17.6; linux; amd64)
Content-Length: 158
Authorization: AWS4-HMAC-SHA256 Credential=ABCDEFGHIJKLMNOPQRST/20220321/eu-central-1/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=028b984b1810f82dd1c84d1c4b1d529ab154c4424f5d13a7eca9525756d4f1e9
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20220321T110703Z
Accept-Encoding: gzip
Action=GetTopicAttributes&TopicArn=arn%3Aaws%3Asns%3Aeu-central-1%3A123456789012%3Amy-topic&Version=2010-03-31
-----------------------------------------------------: timestamp=2022-03-21T12:07:03.527+0100
2022-03-21T12:07:03.685+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: [aws-sdk-go] DEBUG: Response sns/GetTopicAttributes Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 2235
Content-Type: text/xml
Date: Mon, 21 Mar 2022 11:07:03 GMT
X-Amzn-Requestid: a3a3f70a-e349-5c3f-8ca2-adb8bdde31b7
-----------------------------------------------------: timestamp=2022-03-21T12:07:03.685+0100
2022-03-21T12:07:03.685+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: [aws-sdk-go] <GetTopicAttributesResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
<GetTopicAttributesResult>
<Attributes>
<entry>
<key>Policy</key>
<value>{&quot;Version&quot;:&quot;2008-10-17&quot;,&quot;Id&quot;:&quot;__default_policy_ID&quot;,&quot;Statement&quot;:[{&quot;Sid&quot;:&quot;__default_statement_ID&quot;,&quot;Effect&quot;:&quot;Allow&quot;,&quot;Principal&quot;:{&quot;AWS&quot;:&quot;*&quot;},&quot;Action&quot;:[&quot;SNS:GetTopicAttributes&quot;,&quot;SNS:SetTopicAttributes&quot;,&quot;SNS:AddPermission&quot;,&quot;SNS:RemovePermission&quot;,&quot;SNS:DeleteTopic&quot;,&quot;SNS:Subscribe&quot;,&quot;SNS:ListSubscriptionsByTopic&quot;,&quot;SNS:Publish&quot;,&quot;SNS:Receive&quot;],&quot;Resource&quot;:&quot;arn:aws:sns:eu-central-1:123456789012:my-topic&quot;,&quot;Condition&quot;:{&quot;StringEquals&quot;:{&quot;AWS:SourceOwner&quot;:&quot;123456789012&quot;}}}]}</value>
</entry>
<entry>
<key>Owner</key>
<value>123456789012</value>
</entry>
<entry>
<key>SubscriptionsPending</key>
<value>0</value>
</entry>
<entry>
<key>TopicArn</key>
<value>arn:aws:sns:eu-central-1:123456789012:my-topic</value>
</entry>
<entry>
<key>EffectiveDeliveryPolicy</key>
<value>{&quot;http&quot;:{&quot;defaultHealthyRetryPolicy&quot;:{&quot;minDelayTarget&quot;:20,&quot;maxDelayTarget&quot;:20,&quot;numRetries&quot;:3,&quot;numMaxDelayRetries&quot;:0,&quot;numNoDelayRetries&quot;:0,&quot;numMinDelayRetries&quot;:0,&quot;backoffFunction&quot;:&quot;linear&quot;},&quot;disableSubscriptionOverrides&quot;:false}}</value>
</entry>
<entry>
<key>SubscriptionsConfirmed</key>
<value>2</value>
</entry>
<entry>
<key>DisplayName</key>
<value/>
</entry>
<entry>
<key>SubscriptionsDeleted</key>
<value>0</value>
</entry>
</Attributes>
</GetTopicAttributesResult>
<ResponseMetadata>
<RequestId>a3a3f70a-e349-5c3f-8ca2-adb8bdde31b7</RequestId>
</ResponseMetadata>
</GetTopicAttributesResponse>: timestamp=2022-03-21T12:07:03.685+0100
2022-03-21T12:07:03.685+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: [aws-sdk-go] DEBUG: Request sns/ListTagsForResource Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: sns.eu-central-1.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.43.18 (go1.17.6; linux; amd64)
Content-Length: 162
Authorization: AWS4-HMAC-SHA256 Credential=ABCDEFGHIJKLMNOPQRST/20220321/eu-central-1/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=7fe8de44d914e8e7ec3f1ace3e479c0e9053b9c3803caaf7d7994ae8700f3d84
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20220321T110703Z
Accept-Encoding: gzip
Action=ListTagsForResource&ResourceArn=arn%3Aaws%3Asns%3Aeu-central-1%3A123456789012%3Amy-topic&Version=2010-03-31
-----------------------------------------------------: timestamp=2022-03-21T12:07:03.685+0100
2022-03-21T12:07:03.719+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: [aws-sdk-go] DEBUG: Response sns/ListTagsForResource Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 290
Content-Type: text/xml
Date: Mon, 21 Mar 2022 11:07:03 GMT
X-Amzn-Requestid: d620dacd-9942-5e61-bd8a-807fc7d583e9
-----------------------------------------------------: timestamp=2022-03-21T12:07:03.719+0100
2022-03-21T12:07:03.719+0100 [DEBUG] provider.terraform-provider-aws_v4.6.0_x5: [aws-sdk-go] <ListTagsForResourceResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
<ListTagsForResourceResult>
<Tags/>
</ListTagsForResourceResult>
<ResponseMetadata>
<RequestId>d620dacd-9942-5e61-bd8a-807fc7d583e9</RequestId>
</ResponseMetadata>
</ListTagsForResourceResponse>: timestamp=2022-03-21T12:07:03.719+0100
2022-03-21T12:07:03.720+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Called downstream: tf_req_id=f67fe204-c492-cb07-8dc7-c4e95bd35944 tf_rpc=ReadResource @module=sdk.proto tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:558 tf_proto_version=5 tf_resource_type=aws_sns_topic timestamp=2022-03-21T12:07:03.720+0100
2022-03-21T12:07:03.720+0100 [TRACE] provider.terraform-provider-aws_v4.6.0_x5: Served request: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:564 tf_provider_addr=provider @module=sdk.proto tf_proto_version=5 tf_req_id=f67fe204-c492-cb07-8dc7-c4e95bd35944 tf_resource_type=aws_sns_topic timestamp=2022-03-21T12:07:03.720+0100
2022-03-21T12:07:03.720+0100 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for module.m[0].aws_sns_topic.t during refresh.
- .name: was null, but now cty.StringVal("my-topic")
- .fifo_topic: was null, but now cty.False
- .http_failure_feedback_role_arn: was null, but now cty.StringVal("")
- .kms_master_key_id: was null, but now cty.StringVal("")
- .lambda_failure_feedback_role_arn: was null, but now cty.StringVal("")
- .name_prefix: was null, but now cty.StringVal("")
- .sqs_success_feedback_sample_rate: was null, but now cty.NumberIntVal(0)
- .application_success_feedback_role_arn: was null, but now cty.StringVal("")
- .delivery_policy: was null, but now cty.StringVal("")
- .http_success_feedback_role_arn: was null, but now cty.StringVal("")
- .owner: was null, but now cty.StringVal("123456789012")
- .policy: was null, but now cty.StringVal("{\"Version\":\"2008-10-17\",\"Id\":\"__default_policy_ID\",\"Statement\":[{\"Sid\":\"__default_statement_ID\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"*\"},\"Action\":[\"SNS:GetTopicAttributes\",\"SNS:SetTopicAttributes\",\"SNS:AddPermission\",\"SNS:RemovePermission\",\"SNS:DeleteTopic\",\"SNS:Subscribe\",\"SNS:ListSubscriptionsByTopic\",\"SNS:Publish\",\"SNS:Receive\"],\"Resource\":\"arn:aws:sns:eu-central-1:123456789012:my-topic\",\"Condition\":{\"StringEquals\":{\"AWS:SourceOwner\":\"123456789012\"}}}]}")
- .tags_all: was null, but now cty.MapValEmpty(cty.String)
- .content_based_deduplication: was null, but now cty.False
- .firehose_failure_feedback_role_arn: was null, but now cty.StringVal("")
- .http_success_feedback_sample_rate: was null, but now cty.NumberIntVal(0)
- .tags: was null, but now cty.MapValEmpty(cty.String)
- .application_failure_feedback_role_arn: was null, but now cty.StringVal("")
- .firehose_success_feedback_role_arn: was null, but now cty.StringVal("")
- .lambda_success_feedback_sample_rate: was null, but now cty.NumberIntVal(0)
- .sqs_failure_feedback_role_arn: was null, but now cty.StringVal("")
- .arn: was null, but now cty.StringVal("arn:aws:sns:eu-central-1:123456789012:my-topic")
- .display_name: was null, but now cty.StringVal("")
- .application_success_feedback_sample_rate: was null, but now cty.NumberIntVal(0)
- .firehose_success_feedback_sample_rate: was null, but now cty.NumberIntVal(0)
- .lambda_success_feedback_role_arn: was null, but now cty.StringVal("")
- .sqs_success_feedback_role_arn: was null, but now cty.StringVal("")
2022-03-21T12:07:03.720+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.m[0].aws_sns_topic.t
2022-03-21T12:07:03.720+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.m[0].aws_sns_topic.t
2022-03-21T12:07:03.720+0100 [TRACE] vertex "import module.m[0].aws_sns_topic.t result": visit complete
2022-03-21T12:07:03.720+0100 [TRACE] vertex "module.m[0].aws_sns_topic.t (import id \"arn:aws:sns:eu-central-1:123456789012:my-topic\")": dynamic subgraph completed successfully
2022-03-21T12:07:03.720+0100 [TRACE] vertex "module.m[0].aws_sns_topic.t (import id \"arn:aws:sns:eu-central-1:123456789012:my-topic\")": visit complete
2022-03-21T12:07:03.720+0100 [TRACE] dag/walk: upstream of "module.m (close)" errored, so skipping
2022-03-21T12:07:03.720+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-03-21T12:07:03.721+0100 [TRACE] GRPCProvider: Close
2022-03-21T12:07:03.721+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-03-21T12:07:03.727+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.6.0/linux_amd64/terraform-provider-aws_v4.6.0_x5 pid=33557
2022-03-21T12:07:03.743+0100 [DEBUG] provider: plugin exited
2022-03-21T12:07:03.743+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": visit complete
2022-03-21T12:07:03.743+0100 [TRACE] dag/walk: upstream of "root" errored, so skipping
β•·
β”‚ Error: Invalid for_each argument
β”‚ 
β”‚  on module1/main.tf line 5, in module "m":
β”‚  5: for_each = data.null_data_source.f
β”‚  β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚  β”‚ data.null_data_source.f will be known only after apply
β”‚ 
β”‚ The "for_each" value depends on resource attributes that cannot be
β”‚ determined until apply, so Terraform cannot predict how many instances will
β”‚ be created. To work around this, use the -target argument to first apply
β”‚ only the resources that the for_each depends on.
β•΅

2022-03-21T12:07:03.743+0100 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2022-03-21T12:07:03.743+0100 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2022-03-21T12:07:03.744+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-03-21T12:07:03.745+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/linux_amd64/terraform-provider-null_v3.1.1_x5 pid=33536
2022-03-21T12:07:03.753+0100 [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment