Created
July 29, 2022 21:11
-
-
Save sparkmuse/52484427bfb46e841a1b0fbb6483b811 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ terraform apply | |
2022-07-29T22:46:32.820+0200 [INFO] Terraform version: 1.2.5 | |
2022-07-29T22:46:32.820+0200 [DEBUG] using github.com/hashicorp/go-tfe v1.0.0 | |
2022-07-29T22:46:32.820+0200 [DEBUG] using github.com/hashicorp/hcl/v2 v2.12.0 | |
2022-07-29T22:46:32.820+0200 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2 | |
2022-07-29T22:46:32.820+0200 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 | |
2022-07-29T22:46:32.820+0200 [DEBUG] using github.com/zclconf/go-cty v1.10.0 | |
2022-07-29T22:46:32.820+0200 [INFO] Go runtime version: go1.18.4 | |
2022-07-29T22:46:32.820+0200 [INFO] CLI args: []string{"terraform", "apply"} | |
2022-07-29T22:46:32.820+0200 [DEBUG] Attempting to open CLI config file: /Users/user/.terraformrc | |
2022-07-29T22:46:32.820+0200 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2022-07-29T22:46:32.821+0200 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2022-07-29T22:46:32.821+0200 [DEBUG] ignoring non-existing provider search directory /Users/user/.terraform.d/plugins | |
2022-07-29T22:46:32.821+0200 [DEBUG] ignoring non-existing provider search directory /Users/user/Library/Application Support/io.terraform/plugins | |
2022-07-29T22:46:32.821+0200 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
2022-07-29T22:46:32.821+0200 [INFO] CLI command args: []string{"apply"} | |
2022-07-29T22:46:32.822+0200 [DEBUG] New state was assigned lineage "e5d60fdd-4435-1378-d808-0ca635ed4b24" | |
2022-07-29T22:46:33.628+0200 [DEBUG] checking for provisioner in "." | |
2022-07-29T22:46:33.633+0200 [DEBUG] checking for provisioner in "/usr/local/bin" | |
2022-07-29T22:46:33.633+0200 [INFO] backend/local: starting Apply operation | |
2022-07-29T22:46:33.637+0200 [DEBUG] created provider logger: level=debug | |
2022-07-29T22:46:33.637+0200 [INFO] provider: configuring client automatic mTLS | |
2022-07-29T22:46:33.653+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5] | |
2022-07-29T22:46:33.676+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 pid=92024 | |
2022-07-29T22:46:33.676+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 | |
2022-07-29T22:46:33.792+0200 [INFO] provider.terraform-provider-aws_v4.23.0_x5: configuring server automatic mTLS: timestamp=2022-07-29T22:46:33.792+0200 | |
2022-07-29T22:46:33.801+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: plugin address: address=/var/folders/g7/xr5c1d3n7hv2lnlqdkgznggc0000gp/T/plugin2955572568 network=unix timestamp=2022-07-29T22:46:33.801+0200 | |
2022-07-29T22:46:33.801+0200 [DEBUG] provider: using plugin: version=5 | |
2022-07-29T22:46:33.936+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-07-29T22:46:33.942+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 pid=92024 | |
2022-07-29T22:46:33.942+0200 [DEBUG] provider: plugin exited | |
2022-07-29T22:46:33.942+0200 [DEBUG] Building and walking validate graph | |
2022-07-29T22:46:33.942+0200 [DEBUG] ProviderTransformer: "aws_sns_topic.topic" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-07-29T22:46:33.942+0200 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.access" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-07-29T22:46:33.943+0200 [DEBUG] ReferenceTransformer: "aws_sns_topic.topic" references: [data.aws_iam_policy_document.access] | |
2022-07-29T22:46:33.943+0200 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.access" references: [local.accounts (expand)] | |
2022-07-29T22:46:33.943+0200 [DEBUG] ReferenceTransformer: "local.accounts (expand)" references: [] | |
2022-07-29T22:46:33.943+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [] | |
2022-07-29T22:46:33.943+0200 [DEBUG] Starting graph walk: walkValidate | |
2022-07-29T22:46:33.943+0200 [DEBUG] created provider logger: level=debug | |
2022-07-29T22:46:33.943+0200 [INFO] provider: configuring client automatic mTLS | |
2022-07-29T22:46:33.960+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5] | |
2022-07-29T22:46:33.982+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 pid=92025 | |
2022-07-29T22:46:33.982+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 | |
2022-07-29T22:46:34.098+0200 [INFO] provider.terraform-provider-aws_v4.23.0_x5: configuring server automatic mTLS: timestamp=2022-07-29T22:46:34.098+0200 | |
2022-07-29T22:46:34.107+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: plugin address: address=/var/folders/g7/xr5c1d3n7hv2lnlqdkgznggc0000gp/T/plugin1961028922 network=unix timestamp=2022-07-29T22:46:34.107+0200 | |
2022-07-29T22:46:34.107+0200 [DEBUG] provider: using plugin: version=5 | |
2022-07-29T22:46:34.326+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=region tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.326+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @module=sdk.framework tf_attribute_path=region timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.326+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_attribute_path=shared_credentials_file tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.326+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=shared_credentials_file tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.326+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=skip_metadata_api_check tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.327+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=skip_metadata_api_check tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.327+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=token tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.327+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=token tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.327+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=skip_get_ec2_platforms tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @module=sdk.framework timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.328+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=skip_get_ec2_platforms @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.328+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=custom_ca_bundle tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.329+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=custom_ca_bundle tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.329+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=http_proxy @module=sdk.framework timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.330+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=http_proxy tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.330+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=insecure tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_req_id=a0db986a-342c-e000-037e-d8f301685252 timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.330+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_attribute_path=insecure tf_mux_provider=*proto5server.Server tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.330+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=max_retries tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.330+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=max_retries tf_mux_provider=*proto5server.Server tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.331+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=profile tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.331+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=profile tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.332+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=s3_force_path_style timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.332+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=s3_force_path_style @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.332+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=secret_key tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.332+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=secret_key tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.333+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=use_dualstack_endpoint tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.333+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=use_dualstack_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @module=sdk.framework @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.334+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=ec2_metadata_service_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_mux_provider=*proto5server.Server tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.334+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=ec2_metadata_service_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.335+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=ec2_metadata_service_endpoint_mode tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.335+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=ec2_metadata_service_endpoint_mode tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.335+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_mux_provider=*proto5server.Server @module=sdk.framework tf_attribute_path=skip_requesting_account_id tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.335+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=skip_requesting_account_id tf_mux_provider=*proto5server.Server tf_req_id=a0db986a-342c-e000-037e-d8f301685252 timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.335+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig tf_attribute_path=access_key timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.336+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=access_key tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.336+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=allowed_account_ids tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.337+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=allowed_account_ids tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.337+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=forbidden_account_ids tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @module=sdk.framework timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.338+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_attribute_path=forbidden_account_ids tf_req_id=a0db986a-342c-e000-037e-d8f301685252 timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.338+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=s3_use_path_style tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.338+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=s3_use_path_style tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @module=sdk.framework timestamp=2022-07-29T22:46:34.326+0200 | |
2022-07-29T22:46:34.338+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=skip_credentials_validation tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:34.327+0200 | |
2022-07-29T22:46:34.339+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=skip_credentials_validation timestamp=2022-07-29T22:46:34.327+0200 | |
2022-07-29T22:46:34.339+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=skip_region_validation timestamp=2022-07-29T22:46:34.327+0200 | |
2022-07-29T22:46:34.340+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=skip_region_validation tf_rpc=PrepareProviderConfig @module=sdk.framework tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:34.327+0200 | |
2022-07-29T22:46:34.340+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=sts_region tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 timestamp=2022-07-29T22:46:34.327+0200 | |
2022-07-29T22:46:34.341+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=sts_region tf_mux_provider=*proto5server.Server tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.327+0200 | |
2022-07-29T22:46:34.341+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=use_fips_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.327+0200 | |
2022-07-29T22:46:34.341+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-07-29T22:46:34.343+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig tf_req_id=a0db986a-342c-e000-037e-d8f301685252 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=use_fips_endpoint tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.327+0200 | |
2022-07-29T22:46:34.343+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=use_fips_endpoint tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework timestamp=2022-07-29T22:46:34.327+0200 | |
2022-07-29T22:46:34.344+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_req_id=a0db986a-342c-e000-037e-d8f301685252 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=use_fips_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:34.327+0200 | |
2022-07-29T22:46:34.348+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 pid=92025 | |
2022-07-29T22:46:34.348+0200 [DEBUG] provider: plugin exited | |
2022-07-29T22:46:34.348+0200 [INFO] backend/local: apply calling Plan | |
2022-07-29T22:46:34.349+0200 [DEBUG] Building and walking plan graph for NormalMode | |
2022-07-29T22:46:34.349+0200 [DEBUG] ProviderTransformer: "aws_sns_topic.topic (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-07-29T22:46:34.349+0200 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.access (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-07-29T22:46:34.349+0200 [DEBUG] ReferenceTransformer: "aws_sns_topic.topic (expand)" references: [data.aws_iam_policy_document.access (expand)] | |
2022-07-29T22:46:34.349+0200 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.access (expand)" references: [local.accounts (expand)] | |
2022-07-29T22:46:34.349+0200 [DEBUG] ReferenceTransformer: "local.accounts (expand)" references: [] | |
2022-07-29T22:46:34.349+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [] | |
2022-07-29T22:46:34.349+0200 [DEBUG] Starting graph walk: walkPlan | |
2022-07-29T22:46:34.349+0200 [DEBUG] created provider logger: level=debug | |
2022-07-29T22:46:34.350+0200 [INFO] provider: configuring client automatic mTLS | |
2022-07-29T22:46:34.367+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5] | |
2022-07-29T22:46:34.388+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 pid=92026 | |
2022-07-29T22:46:34.388+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 | |
2022-07-29T22:46:34.505+0200 [INFO] provider.terraform-provider-aws_v4.23.0_x5: configuring server automatic mTLS: timestamp=2022-07-29T22:46:34.505+0200 | |
2022-07-29T22:46:34.514+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: plugin address: address=/var/folders/g7/xr5c1d3n7hv2lnlqdkgznggc0000gp/T/plugin2564446598 network=unix timestamp=2022-07-29T22:46:34.513+0200 | |
2022-07-29T22:46:34.514+0200 [DEBUG] provider: using plugin: version=5 | |
2022-07-29T22:46:34.731+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=allowed_account_ids tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.731+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=allowed_account_ids tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.731+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_attribute_path=custom_ca_bundle tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.731+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=custom_ca_bundle tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.731+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=forbidden_account_ids tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.732+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=forbidden_account_ids tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.732+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=shared_credentials_file tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.732+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=shared_credentials_file tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.732+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_attribute_path=skip_region_validation tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.733+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=skip_region_validation timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.733+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=sts_region tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.734+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=sts_region tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.734+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=skip_get_ec2_platforms tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.735+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=skip_get_ec2_platforms tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.735+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_attribute_path=ec2_metadata_service_endpoint timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.736+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_rpc=PrepareProviderConfig tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @module=sdk.framework tf_attribute_path=ec2_metadata_service_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.736+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=http_proxy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.736+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=http_proxy @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.736+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=insecure tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.736+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_attribute_path=insecure tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.737+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=max_retries tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.737+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=max_retries tf_mux_provider=*proto5server.Server tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.738+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=profile tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.738+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_attribute_path=profile tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.739+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=s3_force_path_style tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.739+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=s3_force_path_style tf_mux_provider=*proto5server.Server tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.739+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_mux_provider=*proto5server.Server tf_attribute_path=skip_credentials_validation timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.739+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_attribute_path=skip_credentials_validation tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.740+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=skip_requesting_account_id tf_mux_provider=*proto5server.Server tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.740+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=skip_requesting_account_id tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.741+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=token timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.741+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=token tf_mux_provider=*proto5server.Server tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.741+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=use_fips_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @module=sdk.framework @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.741+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=use_fips_endpoint tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.741+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @module=sdk.framework tf_attribute_path=access_key tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.742+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=access_key tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.742+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=s3_use_path_style tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.743+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=s3_use_path_style tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.743+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=secret_key tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.743+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=secret_key tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.743+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=skip_metadata_api_check tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.744+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=skip_metadata_api_check tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.744+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=ec2_metadata_service_endpoint_mode tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.745+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @module=sdk.framework tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=ec2_metadata_service_endpoint_mode tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.745+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_rpc=PrepareProviderConfig tf_attribute_path=region timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.746+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=region timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.746+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_attribute_path=use_dualstack_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.746+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d @module=sdk.framework tf_attribute_path=use_dualstack_endpoint @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.731+0200 | |
2022-07-29T22:46:34.746+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=use_dualstack_endpoint tf_mux_provider=*proto5server.Server tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:34.732+0200 | |
2022-07-29T22:46:34.746+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=use_dualstack_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=f42fc1e1-ea78-b6d6-97bc-699f61ad365d tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:34.732+0200 | |
[...] | |
2022-07-29T22:46:35.585+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Provider Configure: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=3b4e2cc4-bfcd-bdcd-46b0-5afe5e458395 tf_rpc=ConfigureProvider @module=sdk.framework @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_configureprovider.go:12 timestamp=2022-07-29T22:46:35.583+0200 | |
2022-07-29T22:46:35.585+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=3b4e2cc4-bfcd-bdcd-46b0-5afe5e458395 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_configureprovider.go:20 tf_mux_provider=*proto5server.Server tf_rpc=ConfigureProvider timestamp=2022-07-29T22:46:35.584+0200 | |
2022-07-29T22:46:35.586+0200 [INFO] ReferenceTransformer: reference not found: "local.accounts" | |
2022-07-29T22:46:35.586+0200 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.access" references: [] | |
data.aws_iam_policy_document.access: Reading... | |
data.aws_iam_policy_document.access: Read complete after 0s [id=2150469753] | |
2022-07-29T22:46:35.589+0200 [DEBUG] Resource instance state not found for node "aws_sns_topic.topic", instance aws_sns_topic.topic | |
2022-07-29T22:46:35.589+0200 [DEBUG] ReferenceTransformer: "aws_sns_topic.topic" references: [] | |
2022-07-29T22:46:35.590+0200 [DEBUG] refresh: aws_sns_topic.topic: no state, so not refreshing | |
2022-07-29T22:46:35.593+0200 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_sns_topic.topic, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .content_based_deduplication: planned value cty.False for a non-computed attribute | |
- .policy: planned value cty.StringVal("{\"Statement\":[{\"Action\":\"sns:Subscribe\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":[\"arn:aws:iam::222222222222:root\",\"arn:aws:iam::111111111111:root\"]},\"Sid\":\"\"}],\"Version\":\"2012-10-17\"}") does not match config value cty.StringVal("{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"sns:Subscribe\",\n \"Principal\": {\n \"AWS\": [\n \"arn:aws:iam::222222222222:root\",\n \"arn:aws:iam::111111111111:root\"\n ]\n }\n }\n ]\n}") | |
- .fifo_topic: planned value cty.False for a non-computed attribute | |
2022-07-29T22:46:35.595+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-07-29T22:46:35.606+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 pid=92026 | |
2022-07-29T22:46:35.606+0200 [DEBUG] provider: plugin exited | |
2022-07-29T22:46:35.606+0200 [DEBUG] building apply graph to check for errors | |
2022-07-29T22:46:35.606+0200 [DEBUG] Resource state not found for node "aws_sns_topic.topic", instance aws_sns_topic.topic | |
2022-07-29T22:46:35.606+0200 [DEBUG] ProviderTransformer: "aws_sns_topic.topic (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-07-29T22:46:35.606+0200 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.access (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-07-29T22:46:35.606+0200 [DEBUG] ProviderTransformer: "aws_sns_topic.topic" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-07-29T22:46:35.607+0200 [DEBUG] ReferenceTransformer: "aws_sns_topic.topic (expand)" references: [] | |
2022-07-29T22:46:35.607+0200 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.access (expand)" references: [] | |
2022-07-29T22:46:35.607+0200 [DEBUG] ReferenceTransformer: "local.accounts (expand)" references: [] | |
2022-07-29T22:46:35.607+0200 [DEBUG] ReferenceTransformer: "aws_sns_topic.topic" references: [data.aws_iam_policy_document.access (expand)] | |
2022-07-29T22:46:35.607+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [] | |
2022-07-29T22:46:35.607+0200 [DEBUG] pruneUnusedNodes: local.accounts (expand) is no longer needed, removing | |
[...] | |
2022-07-29T22:46:36.996+0200 [INFO] backend/local: apply calling Apply | |
2022-07-29T22:46:36.996+0200 [DEBUG] Building and walking apply graph for NormalMode plan | |
2022-07-29T22:46:36.996+0200 [DEBUG] Resource state not found for node "aws_sns_topic.topic", instance aws_sns_topic.topic | |
2022-07-29T22:46:36.996+0200 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.access (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-07-29T22:46:36.996+0200 [DEBUG] ProviderTransformer: "aws_sns_topic.topic" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-07-29T22:46:36.996+0200 [DEBUG] ProviderTransformer: "aws_sns_topic.topic (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-07-29T22:46:36.996+0200 [DEBUG] ReferenceTransformer: "aws_sns_topic.topic (expand)" references: [] | |
2022-07-29T22:46:36.996+0200 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.access (expand)" references: [] | |
2022-07-29T22:46:36.996+0200 [DEBUG] ReferenceTransformer: "local.accounts (expand)" references: [] | |
2022-07-29T22:46:36.996+0200 [DEBUG] ReferenceTransformer: "aws_sns_topic.topic" references: [data.aws_iam_policy_document.access (expand)] | |
2022-07-29T22:46:36.996+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [] | |
2022-07-29T22:46:36.996+0200 [DEBUG] pruneUnusedNodes: local.accounts (expand) is no longer needed, removing | |
2022-07-29T22:46:36.997+0200 [DEBUG] Starting graph walk: walkApply | |
2022-07-29T22:46:36.997+0200 [DEBUG] created provider logger: level=debug | |
2022-07-29T22:46:36.997+0200 [INFO] provider: configuring client automatic mTLS | |
2022-07-29T22:46:37.014+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5] | |
2022-07-29T22:46:37.034+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 pid=92030 | |
2022-07-29T22:46:37.035+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 | |
2022-07-29T22:46:37.155+0200 [INFO] provider.terraform-provider-aws_v4.23.0_x5: configuring server automatic mTLS: timestamp=2022-07-29T22:46:37.155+0200 | |
2022-07-29T22:46:37.165+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: plugin address: address=/var/folders/g7/xr5c1d3n7hv2lnlqdkgznggc0000gp/T/plugin2443240053 network=unix timestamp=2022-07-29T22:46:37.165+0200 | |
2022-07-29T22:46:37.165+0200 [DEBUG] provider: using plugin: version=5 | |
2022-07-29T22:46:37.371+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=custom_ca_bundle tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2022-07-29T22:46:37.371+0200 | |
2022-07-29T22:46:37.371+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=custom_ca_bundle @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.371+0200 | |
2022-07-29T22:46:37.371+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_attribute_path=skip_credentials_validation tf_mux_provider=*proto5server.Server tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.371+0200 | |
2022-07-29T22:46:37.371+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=skip_credentials_validation tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:37.371+0200 | |
2022-07-29T22:46:37.372+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=skip_metadata_api_check timestamp=2022-07-29T22:46:37.371+0200 | |
2022-07-29T22:46:37.372+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=skip_metadata_api_check tf_mux_provider=*proto5server.Server @module=sdk.framework tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 timestamp=2022-07-29T22:46:37.371+0200 | |
2022-07-29T22:46:37.372+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_attribute_path=use_fips_endpoint tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.373+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=use_fips_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.373+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=insecure tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 @module=sdk.framework timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.374+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_rpc=PrepareProviderConfig tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_attribute_path=insecure tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.374+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=max_retries tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.374+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_attribute_path=max_retries tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.374+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_attribute_path=s3_force_path_style tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.375+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_attribute_path=s3_force_path_style timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.375+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_attribute_path=skip_requesting_account_id tf_mux_provider=*proto5server.Server tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.376+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=skip_requesting_account_id tf_mux_provider=*proto5server.Server tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.376+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=token tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.376+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_rpc=PrepareProviderConfig tf_attribute_path=token timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.376+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=shared_credentials_file timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.376+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_mux_provider=*proto5server.Server tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=shared_credentials_file timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.377+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=access_key tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.377+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_attribute_path=access_key tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.378+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=allowed_account_ids tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.378+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=allowed_account_ids tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 @module=sdk.framework timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.379+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=ec2_metadata_service_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.379+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_mux_provider=*proto5server.Server tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 @module=sdk.framework tf_attribute_path=ec2_metadata_service_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.379+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=forbidden_account_ids timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.379+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=forbidden_account_ids tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.380+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=http_proxy tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.380+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=http_proxy tf_mux_provider=*proto5server.Server tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.381+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_attribute_path=profile tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.381+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 @module=sdk.framework tf_attribute_path=profile tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.382+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig tf_attribute_path=secret_key tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.382+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_attribute_path=secret_key tf_mux_provider=*proto5server.Server tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.382+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server @module=sdk.framework tf_attribute_path=ec2_metadata_service_endpoint_mode tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.383+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 @module=sdk.framework tf_attribute_path=ec2_metadata_service_endpoint_mode tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.383+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_attribute_path=region tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.383+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=region timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_attribute_path=s3_use_path_style tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=s3_use_path_style tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=skip_get_ec2_platforms tf_mux_provider=*proto5server.Server tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.385+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=skip_get_ec2_platforms tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.385+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig tf_attribute_path=skip_region_validation tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.386+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_attribute_path=skip_region_validation tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.386+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_attribute_path=sts_region tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.387+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=sts_region tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.387+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework tf_attribute_path=use_dualstack_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*proto5server.Server timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.390+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 @module=sdk.framework tf_attribute_path=use_dualstack_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.390+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Type Validate: tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig tf_attribute_path=use_dualstack_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:73 @module=sdk.framework timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.391+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=use_dualstack_endpoint @caller=github.com/hashicorp/[email protected]/internal/fwserver/config.go:75 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=c1893522-01e2-d512-7b9e-576af40cae53 tf_rpc=PrepareProviderConfig timestamp=2022-07-29T22:46:37.372+0200 | |
2022-07-29T22:46:37.391+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: [DEBUG] [aws-sdk-go-v2] Request | |
2022-07-29T22:46:37.391+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: GET /federation/credentials?account_id=333333333333&role_name=Access HTTP/1.1 | |
2022-07-29T22:46:37.391+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Host: app.eu-central-1.amazonaws.com | |
2022-07-29T22:46:37.391+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.2.5 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.16.7 os/macos lang/go/1.17.12 md/GOOS/darwin md/GOARCH/amd64 api/sso/1.11.4 | |
[...] | |
2022-07-29T22:46:38.223+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Calling provider defined Provider Configure: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework tf_req_id=b957dddc-b1aa-b193-b938-c63605445e24 timestamp=2022-07-29T22:46:38.222+0200 | |
2022-07-29T22:46:38.223+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Called provider defined Provider Configure: tf_req_id=b957dddc-b1aa-b193-b938-c63605445e24 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_configureprovider.go:20 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider @module=sdk.framework timestamp=2022-07-29T22:46:38.222+0200 | |
2022-07-29T22:46:38.230+0200 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_sns_topic.topic, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .fifo_topic: planned value cty.False for a non-computed attribute | |
- .content_based_deduplication: planned value cty.False for a non-computed attribute | |
- .policy: planned value cty.StringVal("{\"Statement\":[{\"Action\":\"sns:Subscribe\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":[\"arn:aws:iam::222222222222:root\",\"arn:aws:iam::111111111111:root\"]},\"Sid\":\"\"}],\"Version\":\"2012-10-17\"}") does not match config value cty.StringVal("{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"sns:Subscribe\",\n \"Principal\": {\n \"AWS\": [\n \"arn:aws:iam::222222222222:root\",\n \"arn:aws:iam::111111111111:root\"\n ]\n }\n }\n ]\n}") | |
aws_sns_topic.topic: Creating... | |
2022-07-29T22:46:38.231+0200 [INFO] Starting apply for aws_sns_topic.topic | |
2022-07-29T22:46:38.231+0200 [DEBUG] aws_sns_topic.topic: applying the planned Create change | |
2022-07-29T22:46:38.232+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: [DEBUG] setting computed for "tags_all" from ComputedKeys | |
2022-07-29T22:46:38.232+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: [DEBUG] Creating SNS Topic: { | |
2022-07-29T22:46:38.232+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Name: "sample-topic" | |
2022-07-29T22:46:38.232+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: } | |
2022-07-29T22:46:38.345+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: POST / HTTP/1.1 | |
2022-07-29T22:46:38.345+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Host: sns.eu-central-1.amazonaws.com | |
2022-07-29T22:46:38.345+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.2.5 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.57 (go1.17.12; darwin; amd64) | |
2022-07-29T22:46:38.345+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Content-Length: 174 | |
2022-07-29T22:46:38.345+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Authorization: **** | |
2022-07-29T22:46:38.346+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2022-07-29T22:46:38.346+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: X-Amz-Date: 20220729T204638Z | |
2022-07-29T22:46:38.346+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: X-Amz-Security-Token: token | |
2022-07-29T22:46:38.346+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Accept-Encoding: gzip | |
2022-07-29T22:46:38.346+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: | |
2022-07-29T22:46:38.346+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Action=SetTopicAttributes&AttributeName=SQSSuccessFeedbackSampleRate&AttributeValue=0&TopicArn=arn%3Aaws%3Asns%3Aeu-central-1%3A333333333333%3Asample-topic&Version=2010-03-31 | |
2022-07-29T22:46:38.346+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: ----------------------------------------------------- | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: [DEBUG] [aws-sdk-go] DEBUG: Response sns/SetTopicAttributes Details: | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: HTTP/1.1 200 OK | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Content-Length: 215 | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Content-Type: text/xml | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Date: Fri, 29 Jul 2022 20:46:38 GMT | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: X-Amzn-Requestid: id | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: ----------------------------------------------------- | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: [DEBUG] [aws-sdk-go] <SetTopicAttributesResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: <ResponseMetadata> | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: <RequestId>id</RequestId> | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: </ResponseMetadata> | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: </SetTopicAttributesResponse> | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: [DEBUG] Setting SNS Topic attribute: { | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: AttributeName: "Policy", | |
2022-07-29T22:46:38.384+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: AttributeValue: "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"sns:Subscribe\",\n \"Principal\": {\n \"AWS\": [\n \"arn:aws:iam::222222222222:root\",\n \"arn:aws:iam::111111111111:root\"\n ]\n }\n }\n ]\n}", | |
2022-07-29T22:46:38.385+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: TopicArn: "arn:aws:sns:eu-central-1:333333333333:sample-topic" | |
2022-07-29T22:46:38.385+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: } | |
2022-07-29T22:46:38.385+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: [DEBUG] Waiting for state to become: [success] | |
2022-07-29T22:46:38.385+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: [DEBUG] [aws-sdk-go] DEBUG: Request sns/SetTopicAttributes Details: | |
2022-07-29T22:46:38.385+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2022-07-29T22:46:38.385+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: POST / HTTP/1.1 | |
2022-07-29T22:46:38.385+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Host: sns.eu-central-1.amazonaws.com | |
2022-07-29T22:46:38.385+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.2.5 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.57 (go1.17.12; darwin; amd64) | |
2022-07-29T22:46:38.385+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Content-Length: 580 | |
2022-07-29T22:46:38.385+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Authorization: **** | |
2022-07-29T22:46:38.385+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2022-07-29T22:46:38.386+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: X-Amz-Date: 20220729T204638Z | |
2022-07-29T22:46:38.386+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: X-Amz-Security-Token: token | |
2022-07-29T22:46:38.387+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Accept-Encoding: gzip | |
2022-07-29T22:46:38.387+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: | |
2022-07-29T22:46:38.387+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Action=SetTopicAttributes&AttributeName=Policy&AttributeValue=%7B%0A++%22Version%22%3A+%222012-10-17%22%2C%0A++%22Statement%22%3A+%5B%0A++++%7B%0A++++++%22Sid%22%3A+%22%22%2C%0A++++++%22Effect%22%3A+%22Allow%22%2C%0A++++++%22Action%22%3A+%22sns%3ASubscribe%22%2C%0A++++++%22Principal%22%3A+%7B%0A++++++++%22AWS%22%3A+%5B%0A++++++++++%22arn%3Aaws%3Aiam%3A%3A222222222222%3Aroot%22%2C%0A++++++++++%22arn%3Aaws%3Aiam%3A%3A111111111111%3Aroot%22%0A++++++++%5D%0A++++++%7D%0A++++%7D%0A++%5D%0A%7D&TopicArn=arn%3Aaws%3Asns%3Aeu-central-1%3A333333333333%3Asample-topic&Version=2010-03-31 | |
2022-07-29T22:46:38.388+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: ----------------------------------------------------- | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: [DEBUG] [aws-sdk-go] DEBUG: Response sns/SetTopicAttributes Details: | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: ---[ RESPONSE ]-------------------------------------- | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: HTTP/1.1 400 Bad Request | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Content-Length: 297 | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Content-Type: text/xml | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Date: Fri, 29 Jul 2022 20:46:38 GMT | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: X-Amzn-Requestid: id | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: ----------------------------------------------------- | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: [DEBUG] [aws-sdk-go] <ErrorResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: <Error> | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: <Type>Sender</Type> | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: <Code>InvalidParameter</Code> | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: <Message>Invalid parameter: Policy Error: PrincipalNotFound</Message> | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: </Error> | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: <RequestId>id</RequestId> | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: </ErrorResponse> | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: [DEBUG] [aws-sdk-go] DEBUG: Validate Response sns/SetTopicAttributes failed, attempt 0/25, error InvalidParameter: Invalid parameter: Policy Error: PrincipalNotFound | |
2022-07-29T22:46:38.417+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: status code: 400, request id: 6c51af1f-d14c-5cf8-96f3-f4419822af77 | |
2022-07-29T22:46:38.917+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: [DEBUG] [aws-sdk-go] DEBUG: Request sns/SetTopicAttributes Details: | |
2022-07-29T22:46:38.917+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: ---[ REQUEST POST-SIGN ]----------------------------- | |
2022-07-29T22:46:38.917+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: POST / HTTP/1.1 | |
2022-07-29T22:46:38.917+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Host: sns.eu-central-1.amazonaws.com | |
2022-07-29T22:46:38.917+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.2.5 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.57 (go1.17.12; darwin; amd64) | |
2022-07-29T22:46:38.917+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Content-Length: 580 | |
2022-07-29T22:46:38.917+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Authorization: **** | |
2022-07-29T22:46:38.917+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2022-07-29T22:46:38.918+0200 [DEBUG] provider.terraform-provider-aws_v4.23.0_x5: X-Amz-Date: 20220729T204638Z[...] | |
aws_sns_topic.topic: Still creating... [2m0s elapsed] | |
2022-07-29T22:48:38.386+0200 [WARN] provider.terraform-provider-aws_v4.23.0_x5: [WARN] WaitForState timeout after 2m0s | |
2022-07-29T22:48:38.386+0200 [WARN] provider.terraform-provider-aws_v4.23.0_x5: [WARN] WaitForState starting 30s refresh grace period | |
2022-07-29T22:48:38.389+0200 [ERROR] provider.terraform-provider-aws_v4.23.0_x5: Response contains error diagnostic: diagnostic_detail= tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=ba8f1072-cf46-47d2-dd8e-8fdd5163cb80 tf_resource_type=aws_sns_topic tf_rpc=ApplyResourceChange @module=sdk.proto diagnostic_severity=ERROR diagnostic_summary="error setting SNS Topic (arn:aws:sns:eu-central-1:333333333333:sample-topic) attribute (Policy): InvalidParameter: Invalid parameter: Policy Error: PrincipalNotFound | |
status code: 400, request id: 77f338e1-6176-532e-aa01-63bf289538a9" @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/diag/diagnostics.go:56 timestamp=2022-07-29T22:48:38.388+0200 | |
2022-07-29T22:48:38.426+0200 [ERROR] vertex "aws_sns_topic.topic" error: error setting SNS Topic (arn:aws:sns:eu-central-1:333333333333:sample-topic) attribute (Policy): InvalidParameter: Invalid parameter: Policy Error: PrincipalNotFound | |
status code: 400, request id: 77f338e1-6176-532e-aa01-63bf289538a9 | |
╷ | |
│ Error: error setting SNS Topic (arn:aws:sns:eu-central-1:333333333333:sample-topic) attribute (Policy): InvalidParameter: Invalid parameter: Policy Error: PrincipalNotFound | |
│ status code: 400, request id: 77f338e1-6176-532e-aa01-63bf289538a9 | |
│ | |
│ with aws_sns_topic.topic, | |
│ on main.tf line 5, in resource "aws_sns_topic" "topic": | |
│ 5: resource "aws_sns_topic" "topic" { | |
│ | |
╵ | |
2022-07-29T22:48:38.450+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-07-29T22:48:38.457+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.23.0/darwin_amd64/terraform-provider-aws_v4.23.0_x5 pid=92030 | |
2022-07-29T22:48:38.457+0200 [DEBUG] provider: plugin exited | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment