Skip to content

Instantly share code, notes, and snippets.

@alexwlchan
Last active October 27, 2021 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexwlchan/2bf69c4ad666e158cfffa3a2c559f0d5 to your computer and use it in GitHub Desktop.
Save alexwlchan/2bf69c4ad666e158cfffa3a2c559f0d5 to your computer and use it in GitHub Desktop.
Terraform bug repro information
{
"version": 4,
"terraform_version": "1.0.9",
"serial": 1,
"lineage": "693cb572-091c-756e-8b64-65f51416d352",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "aws_s3_bucket",
"name": "example",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"acceleration_status": "",
"acl": "private",
"arn": "arn:aws:s3:::alexwlchan-terraform-bug-repro",
"bucket": "alexwlchan-terraform-bug-repro",
"bucket_domain_name": "alexwlchan-terraform-bug-repro.s3.amazonaws.com",
"bucket_prefix": null,
"bucket_regional_domain_name": "alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com",
"cors_rule": [],
"force_destroy": false,
"grant": [],
"hosted_zone_id": "Z1BKCTXD74EZPE",
"id": "alexwlchan-terraform-bug-repro",
"lifecycle_rule": [],
"logging": [],
"object_lock_configuration": [],
"policy": null,
"region": "eu-west-1",
"replication_configuration": [],
"request_payer": "BucketOwner",
"server_side_encryption_configuration": [],
"tags": null,
"versioning": [
{
"enabled": false,
"mfa_delete": false
}
],
"website": [],
"website_domain": null,
"website_endpoint": null
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
}
]
}
{
"version": 4,
"terraform_version": "1.0.9",
"serial": 3,
"lineage": "693cb572-091c-756e-8b64-65f51416d352",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "aws_s3_bucket",
"name": "example",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"acceleration_status": "",
"acl": "private",
"arn": "arn:aws:s3:::alexwlchan-terraform-bug-repro",
"bucket": "alexwlchan-terraform-bug-repro",
"bucket_domain_name": "alexwlchan-terraform-bug-repro.s3.amazonaws.com",
"bucket_prefix": null,
"bucket_regional_domain_name": "alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com",
"cors_rule": [],
"force_destroy": false,
"grant": [],
"hosted_zone_id": "Z1BKCTXD74EZPE",
"id": "alexwlchan-terraform-bug-repro",
"lifecycle_rule": [],
"logging": [],
"object_lock_configuration": [],
"policy": null,
"region": "eu-west-1",
"replication_configuration": [],
"request_payer": "BucketOwner",
"server_side_encryption_configuration": [],
"tags": {},
"tags_all": {},
"versioning": [
{
"enabled": false,
"mfa_delete": false
}
],
"website": [],
"website_domain": null,
"website_endpoint": null
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
},
{
"mode": "managed",
"type": "aws_s3_bucket_ownership_controls",
"name": "example",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"bucket": "alexwlchan-terraform-bug-repro",
"id": "alexwlchan-terraform-bug-repro",
"rule": [
{
"object_ownership": "BucketOwnerPreferred"
}
]
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"aws_s3_bucket.example"
]
}
]
}
]
}
2021-10-27T07:54:52.830+0100 [DEBUG] Adding temp file log sink: /var/folders/_c/h0g4c9_n6rg8d2v509hztzdc0000gn/T/terraform-log059100618
2021-10-27T07:54:52.830+0100 [INFO] Terraform version: 1.0.9
2021-10-27T07:54:52.830+0100 [INFO] Go runtime version: go1.16.4
2021-10-27T07:54:52.830+0100 [INFO] CLI args: []string{"/usr/local/bin/terraform", "plan"}
2021-10-27T07:54:52.830+0100 [TRACE] Stdout is not a terminal
2021-10-27T07:54:52.830+0100 [TRACE] Stderr is not a terminal
2021-10-27T07:54:52.830+0100 [TRACE] Stdin is a terminal
2021-10-27T07:54:52.830+0100 [DEBUG] Attempting to open CLI config file: /Users/alexwlchan/.terraformrc
2021-10-27T07:54:52.830+0100 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2021-10-27T07:54:52.830+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021-10-27T07:54:52.830+0100 [DEBUG] ignoring non-existing provider search directory /Users/alexwlchan/.terraform.d/plugins
2021-10-27T07:54:52.830+0100 [DEBUG] ignoring non-existing provider search directory /Users/alexwlchan/Library/Application Support/io.terraform/plugins
2021-10-27T07:54:52.830+0100 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2021-10-27T07:54:52.830+0100 [INFO] CLI command args: []string{"plan"}
2021-10-27T07:54:52.831+0100 [TRACE] Meta.Backend: built configuration for "local" backend with hash value 3324214415
2021-10-27T07:54:52.831+0100 [TRACE] Preserving existing state lineage "ca99746c-adf0-1c8d-bf52-88ce8e14e620"
2021-10-27T07:54:52.831+0100 [TRACE] Preserving existing state lineage "ca99746c-adf0-1c8d-bf52-88ce8e14e620"
2021-10-27T07:54:52.831+0100 [TRACE] Meta.Backend: working directory was previously initialized for "local" backend
2021-10-27T07:54:52.831+0100 [TRACE] Meta.Backend: using already-initialized, unchanged "local" backend configuration
2021-10-27T07:54:52.831+0100 [TRACE] Meta.Backend: instantiated backend of type *local.Local
2021-10-27T07:54:52.832+0100 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2021-10-27T07:54:52.832+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v2.70.0 for darwin_amd64 at .terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64
2021-10-27T07:54:52.832+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v3.63.0 for darwin_amd64 at .terraform/providers/registry.terraform.io/hashicorp/aws/3.63.0/darwin_amd64
2021-10-27T07:54:52.832+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64 as a candidate package for registry.terraform.io/hashicorp/aws 2.70.0
2021-10-27T07:54:52.832+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/3.63.0/darwin_amd64 as a candidate package for registry.terraform.io/hashicorp/aws 3.63.0
2021-10-27T07:54:53.244+0100 [DEBUG] checking for provisioner in "."
2021-10-27T07:54:53.250+0100 [DEBUG] checking for provisioner in "/usr/local/bin"
2021-10-27T07:54:53.250+0100 [INFO] Failed to read plugin lock file .terraform/plugins/darwin_amd64/lock.json: open .terraform/plugins/darwin_amd64/lock.json: no such file or directory
2021-10-27T07:54:53.250+0100 [TRACE] Meta.Backend: backend *local.Local supports operations
2021-10-27T07:54:53.250+0100 [INFO] backend/local: starting Plan operation
2021-10-27T07:54:53.250+0100 [TRACE] backend/local: requesting state manager for workspace "default"
2021-10-27T07:54:53.251+0100 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from example.tfstate
- write new snapshots to example.tfstate
- create any backup at example.tfstate.backup
2021-10-27T07:54:53.251+0100 [TRACE] backend/local: requesting state lock for workspace "default"
2021-10-27T07:54:53.251+0100 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at example.tfstate
2021-10-27T07:54:53.251+0100 [TRACE] statemgr.Filesystem: existing snapshot has lineage "693cb572-091c-756e-8b64-65f51416d352" serial 3
2021-10-27T07:54:53.251+0100 [TRACE] statemgr.Filesystem: locking example.tfstate using fcntl flock
2021-10-27T07:54:53.251+0100 [TRACE] statemgr.Filesystem: writing lock metadata to .example.tfstate.lock.info
2021-10-27T07:54:53.251+0100 [TRACE] backend/local: reading remote state for workspace "default"
2021-10-27T07:54:53.251+0100 [TRACE] statemgr.Filesystem: reading latest snapshot from example.tfstate
2021-10-27T07:54:53.252+0100 [TRACE] statemgr.Filesystem: read snapshot with lineage "693cb572-091c-756e-8b64-65f51416d352" serial 3
2021-10-27T07:54:53.252+0100 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2021-10-27T07:54:53.252+0100 [TRACE] backend/local: building context for current working directory
2021-10-27T07:54:53.252+0100 [TRACE] terraform.NewContext: starting
2021-10-27T07:54:53.252+0100 [TRACE] terraform.NewContext: loading provider schemas
2021-10-27T07:54:53.252+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/aws"
2021-10-27T07:54:53.252+0100 [DEBUG] created provider logger: level=trace
2021-10-27T07:54:53.252+0100 [INFO] provider: configuring client automatic mTLS
2021-10-27T07:54:53.280+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4]
2021-10-27T07:54:53.288+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4 pid=26961
2021-10-27T07:54:53.288+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4
2021-10-27T07:54:53.310+0100 [INFO] provider.terraform-provider-aws_v2.70.0_x4: configuring server automatic mTLS: timestamp=2021-10-27T07:54:53.310+0100
2021-10-27T07:54:53.331+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: plugin address: address=/var/folders/_c/h0g4c9_n6rg8d2v509hztzdc0000gn/T/plugin278580948 network=unix timestamp=2021-10-27T07:54:53.331+0100
2021-10-27T07:54:53.331+0100 [DEBUG] provider: using plugin: version=5
2021-10-27T07:54:53.369+0100 [TRACE] GRPCProvider: GetProviderSchema
2021-10-27T07:54:53.369+0100 [TRACE] provider.stdio: waiting for stdio data
2021-10-27T07:54:53.400+0100 [DEBUG] No provider meta schema returned
2021-10-27T07:54:53.423+0100 [TRACE] GRPCProvider: Close
2021-10-27T07:54:53.423+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-10-27T07:54:53.425+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4 pid=26961
2021-10-27T07:54:53.425+0100 [DEBUG] provider: plugin exited
2021-10-27T07:54:53.425+0100 [TRACE] terraform.NewContext: complete
2021-10-27T07:54:53.425+0100 [TRACE] backend/local: finished building terraform.Context
2021-10-27T07:54:53.425+0100 [TRACE] backend/local: requesting interactive input, if necessary
2021-10-27T07:54:53.425+0100 [TRACE] Context.Input: Prompting for provider arguments
2021-10-27T07:54:53.425+0100 [TRACE] Context.Input: Provider provider.aws declared at main.tf:1,1-15
2021-10-27T07:54:53.426+0100 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{}
2021-10-27T07:54:53.426+0100 [TRACE] backend/local: running validation operation
2021-10-27T07:54:53.426+0100 [INFO] terraform: building graph: GraphTypeValidate
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021-10-27T07:54:53.426+0100 [TRACE] ConfigTransformer: Starting for path:
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_s3_bucket.example - *terraform.NodeValidatableResource
------
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.StateTransformer
2021-10-27T07:54:53.426+0100 [TRACE] StateTransformer: state is empty, so nothing to do
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021-10-27T07:54:53.426+0100 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket.example" (*terraform.NodeValidatableResource) config from main.tf:15,1-35
2021-10-27T07:54:53.426+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_s3_bucket.example
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021-10-27T07:54:53.426+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021-10-27T07:54:53.426+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from main.tf:1,1-15
2021-10-27T07:54:53.426+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_s3_bucket.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-10-27T07:54:53.426+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021-10-27T07:54:53.426+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021-10-27T07:54:53.426+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_s3_bucket.example
2021-10-27T07:54:53.426+0100 [DEBUG] ProviderTransformer: "aws_s3_bucket.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-10-27T07:54:53.426+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_s3_bucket.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-10-27T07:54:53.426+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021-10-27T07:54:53.426+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_s3_bucket.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021-10-27T07:54:53.426+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket.example
2021-10-27T07:54:53.426+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-10-27T07:54:53.426+0100 [DEBUG] ReferenceTransformer: "aws_s3_bucket.example" references: []
2021-10-27T07:54:53.426+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_s3_bucket.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021-10-27T07:54:53.426+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_s3_bucket.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-10-27T07:54:53.426+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021-10-27T07:54:53.427+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_s3_bucket.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2021-10-27T07:54:53.427+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021-10-27T07:54:53.427+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_s3_bucket.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.example - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2021-10-27T07:54:53.427+0100 [DEBUG] Starting graph walk: walkValidate
2021-10-27T07:54:53.427+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2021-10-27T07:54:53.427+0100 [DEBUG] created provider logger: level=trace
2021-10-27T07:54:53.427+0100 [INFO] provider: configuring client automatic mTLS
2021-10-27T07:54:53.453+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4]
2021-10-27T07:54:53.463+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4 pid=26962
2021-10-27T07:54:53.464+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4
2021-10-27T07:54:53.484+0100 [INFO] provider.terraform-provider-aws_v2.70.0_x4: configuring server automatic mTLS: timestamp=2021-10-27T07:54:53.484+0100
2021-10-27T07:54:53.506+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: plugin address: address=/var/folders/_c/h0g4c9_n6rg8d2v509hztzdc0000gn/T/plugin910873025 network=unix timestamp=2021-10-27T07:54:53.505+0100
2021-10-27T07:54:53.506+0100 [DEBUG] provider: using plugin: version=5
2021-10-27T07:54:53.544+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2021-10-27T07:54:53.544+0100 [TRACE] provider.stdio: waiting for stdio data
2021-10-27T07:54:53.544+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only
2021-10-27T07:54:53.544+0100 [TRACE] GRPCProvider: GetProviderSchema
2021-10-27T07:54:53.570+0100 [DEBUG] No provider meta schema returned
2021-10-27T07:54:53.592+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2021-10-27T07:54:53.639+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2021-10-27T07:54:53.639+0100 [TRACE] vertex "aws_s3_bucket.example": starting visit (*terraform.NodeValidatableResource)
2021-10-27T07:54:53.639+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2021-10-27T07:54:53.640+0100 [TRACE] vertex "aws_s3_bucket.example": visit complete
2021-10-27T07:54:53.640+0100 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2021-10-27T07:54:53.640+0100 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2021-10-27T07:54:53.640+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2021-10-27T07:54:53.640+0100 [TRACE] GRPCProvider: Close
2021-10-27T07:54:53.641+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-10-27T07:54:53.643+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4 pid=26962
2021-10-27T07:54:53.643+0100 [DEBUG] provider: plugin exited
2021-10-27T07:54:53.643+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": visit complete
2021-10-27T07:54:53.643+0100 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2021-10-27T07:54:53.643+0100 [TRACE] vertex "root": visit complete
2021-10-27T07:54:53.643+0100 [INFO] backend/local: plan calling Plan
2021-10-27T07:54:53.643+0100 [INFO] terraform: building graph: GraphTypePlan
2021-10-27T07:54:53.643+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021-10-27T07:54:53.643+0100 [TRACE] ConfigTransformer: Starting for path:
2021-10-27T07:54:53.643+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
------
2021-10-27T07:54:53.643+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021-10-27T07:54:53.643+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2021-10-27T07:54:53.643+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021-10-27T07:54:53.643+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2021-10-27T07:54:53.643+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2021-10-27T07:54:53.643+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2021-10-27T07:54:53.643+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2021-10-27T07:54:53.643+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021-10-27T07:54:53.643+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2021-10-27T07:54:53.643+0100 [TRACE] OrphanResourceInstanceTransformer: adding single-instance orphan node for aws_s3_bucket_ownership_controls.example
2021-10-27T07:54:53.643+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer with new graph:
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
------
2021-10-27T07:54:53.643+0100 [TRACE] Executing graph transform *terraform.StateTransformer
2021-10-27T07:54:53.643+0100 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2021-10-27T07:54:53.643+0100 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2021-10-27T07:54:53.643+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-10-27T07:54:53.643+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-10-27T07:54:53.643+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021-10-27T07:54:53.643+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021-10-27T07:54:53.643+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021-10-27T07:54:53.643+0100 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket.example (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:15,1-35
2021-10-27T07:54:53.643+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_s3_bucket.example (expand)
2021-10-27T07:54:53.643+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021-10-27T07:54:53.643+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021-10-27T07:54:53.643+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021-10-27T07:54:53.643+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from main.tf:1,1-15
2021-10-27T07:54:53.643+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-10-27T07:54:53.643+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021-10-27T07:54:53.643+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021-10-27T07:54:53.643+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021-10-27T07:54:53.644+0100 [TRACE] ProviderTransformer: aws_s3_bucket_ownership_controls.example (orphan) is provided by provider["registry.terraform.io/hashicorp/aws"] exactly
2021-10-27T07:54:53.644+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_s3_bucket_ownership_controls.example (orphan)
2021-10-27T07:54:53.644+0100 [DEBUG] ProviderTransformer: "aws_s3_bucket_ownership_controls.example (orphan)" (*terraform.NodePlannableResourceInstanceOrphan) needs provider["registry.terraform.io/hashicorp/aws"]
2021-10-27T07:54:53.644+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_s3_bucket.example (expand)
2021-10-27T07:54:53.644+0100 [DEBUG] ProviderTransformer: "aws_s3_bucket.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021-10-27T07:54:53.644+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-10-27T07:54:53.644+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021-10-27T07:54:53.644+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021-10-27T07:54:53.644+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-10-27T07:54:53.644+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021-10-27T07:54:53.644+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021-10-27T07:54:53.644+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021-10-27T07:54:53.644+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket.example (expand)
2021-10-27T07:54:53.644+0100 [ERROR] AttachSchemaTransformer: No resource schema available for aws_s3_bucket_ownership_controls.example
2021-10-27T07:54:53.644+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2021-10-27T07:54:53.644+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021-10-27T07:54:53.644+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021-10-27T07:54:53.644+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2021-10-27T07:54:53.644+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-10-27T07:54:53.644+0100 [DEBUG] ReferenceTransformer: "aws_s3_bucket.example (expand)" references: []
2021-10-27T07:54:53.644+0100 [DEBUG] ReferenceTransformer: "aws_s3_bucket_ownership_controls.example (orphan)" references: []
2021-10-27T07:54:53.644+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2021-10-27T07:54:53.644+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-10-27T07:54:53.644+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021-10-27T07:54:53.644+0100 [TRACE] AttachDependenciesTransformer: aws_s3_bucket.example depends on []
2021-10-27T07:54:53.644+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021-10-27T07:54:53.644+0100 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2021-10-27T07:54:53.644+0100 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2021-10-27T07:54:53.644+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-10-27T07:54:53.644+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-10-27T07:54:53.644+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021-10-27T07:54:53.644+0100 [TRACE] ForcedCBDTransformer: "aws_s3_bucket.example (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021-10-27T07:54:53.644+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021-10-27T07:54:53.644+0100 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021-10-27T07:54:53.644+0100 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-10-27T07:54:53.644+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021-10-27T07:54:53.644+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021-10-27T07:54:53.644+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021-10-27T07:54:53.644+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2021-10-27T07:54:53.644+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021-10-27T07:54:53.644+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.example (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_ownership_controls.example (orphan) - *terraform.NodePlannableResourceInstanceOrphan
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2021-10-27T07:54:53.644+0100 [DEBUG] Starting graph walk: walkPlan
2021-10-27T07:54:53.644+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2021-10-27T07:54:53.644+0100 [DEBUG] created provider logger: level=trace
2021-10-27T07:54:53.644+0100 [INFO] provider: configuring client automatic mTLS
2021-10-27T07:54:53.670+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4]
2021-10-27T07:54:53.680+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4 pid=26963
2021-10-27T07:54:53.680+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4
2021-10-27T07:54:53.701+0100 [INFO] provider.terraform-provider-aws_v2.70.0_x4: configuring server automatic mTLS: timestamp=2021-10-27T07:54:53.700+0100
2021-10-27T07:54:53.721+0100 [DEBUG] provider: using plugin: version=5
2021-10-27T07:54:53.721+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: plugin address: address=/var/folders/_c/h0g4c9_n6rg8d2v509hztzdc0000gn/T/plugin924075566 network=unix timestamp=2021-10-27T07:54:53.721+0100
2021-10-27T07:54:53.759+0100 [TRACE] provider.stdio: waiting for stdio data
2021-10-27T07:54:53.760+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2021-10-27T07:54:53.760+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only
2021-10-27T07:54:53.760+0100 [TRACE] GRPCProvider: GetProviderSchema
2021-10-27T07:54:53.785+0100 [DEBUG] No provider meta schema returned
2021-10-27T07:54:53.806+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2021-10-27T07:54:53.853+0100 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/aws\"]" changed the config value, but that value is unused
2021-10-27T07:54:53.853+0100 [TRACE] GRPCProvider: ConfigureProvider
2021-10-27T07:54:53.854+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:53 [INFO] assume_role configuration set: (ARN: "arn:aws:iam::760097843905:role/platform-admin", SessionID: "", ExternalID: "", Policy: "")
2021-10-27T07:54:53.854+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:53 [INFO] Building AWS auth structure
2021-10-27T07:54:53.854+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:53 [INFO] Setting AWS metadata API timeout to 100ms
2021-10-27T07:54:54.476+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:54 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2021-10-27T07:54:54.476+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:54 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2021-10-27T07:54:54.476+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:54 [INFO] Attempting to AssumeRole arn:aws:iam::760097843905:role/platform-admin (SessionName: "", ExternalId: "", Policy: "")
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:54 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:54 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: POST / HTTP/1.1
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: sts.amazonaws.com
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Length: 43
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065454Z
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2021-10-27T07:54:54.938+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 200
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Length: 459
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: text/xml
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:54 GMT
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Keep-Alive: timeout=5
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amzn-Requestid: d983388f-31d0-450c-901c-a9f6c0a8d4c6
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <GetCallerIdentityResult>
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <Arn>arn:aws:sts::760097843905:assumed-role/platform-admin/1635317694477948000</Arn>
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <UserId>[==@alexwlchan redacted==]</UserId>
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <Account>760097843905</Account>
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: </GetCallerIdentityResult>
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <ResponseMetadata>
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <RequestId>d983388f-31d0-450c-901c-a9f6c0a8d4c6</RequestId>
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: </ResponseMetadata>
2021-10-27T07:54:55.297+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: </GetCallerIdentityResponse>
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: POST / HTTP/1.1
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: ec2.eu-west-1.amazonaws.com
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Length: 87
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065455Z
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2021-10-27T07:54:55.299+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 200 OK
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Length: 540
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Cache-Control: no-cache, no-store
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: text/xml;charset=UTF-8
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:54 GMT
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Keep-Alive: timeout=20
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonEC2
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amzn-Requestid: 600f276a-d0f2-4b0a-9bae-a39f1a9e44bd
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <requestId>600f276a-d0f2-4b0a-9bae-a39f1a9e44bd</requestId>
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <accountAttributeSet>
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <item>
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <attributeName>supported-platforms</attributeName>
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <attributeValueSet>
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <item>
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <attributeValue>VPC</attributeValue>
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: </item>
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: </attributeValueSet>
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: </item>
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: </accountAttributeSet>
2021-10-27T07:54:55.429+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: </DescribeAccountAttributesResponse>
2021-10-27T07:54:55.430+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2021-10-27T07:54:55.430+0100 [TRACE] vertex "aws_s3_bucket_ownership_controls.example (orphan)": starting visit (*terraform.NodePlannableResourceInstanceOrphan)
2021-10-27T07:54:55.430+0100 [TRACE] vertex "aws_s3_bucket.example (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021-10-27T07:54:55.430+0100 [TRACE] vertex "aws_s3_bucket.example (expand)": expanding dynamic subgraph
2021-10-27T07:54:55.430+0100 [TRACE] readResourceInstanceState: reading state for aws_s3_bucket_ownership_controls.example
2021-10-27T07:54:55.430+0100 [TRACE] vertex "aws_s3_bucket.example (expand)": entering dynamic subgraph
2021-10-27T07:54:55.430+0100 [TRACE] vertex "aws_s3_bucket_ownership_controls.example (orphan)": visit complete
2021-10-27T07:54:55.430+0100 [TRACE] vertex "aws_s3_bucket.example": starting visit (*terraform.NodePlannableResource)
2021-10-27T07:54:55.430+0100 [TRACE] vertex "aws_s3_bucket.example": expanding dynamic subgraph
2021-10-27T07:54:55.430+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021-10-27T07:54:55.430+0100 [TRACE] ResourceCountTransformer: adding aws_s3_bucket.example as *terraform.NodePlannableResourceInstance
2021-10-27T07:54:55.430+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_s3_bucket.example - *terraform.NodePlannableResourceInstance
------
2021-10-27T07:54:55.430+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021-10-27T07:54:55.430+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021-10-27T07:54:55.430+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021-10-27T07:54:55.430+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021-10-27T07:54:55.430+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021-10-27T07:54:55.430+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021-10-27T07:54:55.430+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021-10-27T07:54:55.430+0100 [DEBUG] ReferenceTransformer: "aws_s3_bucket.example" references: []
2021-10-27T07:54:55.430+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021-10-27T07:54:55.430+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2021-10-27T07:54:55.430+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021-10-27T07:54:55.430+0100 [TRACE] vertex "aws_s3_bucket.example": entering dynamic subgraph
2021-10-27T07:54:55.430+0100 [TRACE] vertex "aws_s3_bucket.example": starting visit (*terraform.NodePlannableResourceInstance)
2021-10-27T07:54:55.430+0100 [TRACE] readResourceInstanceState: reading state for aws_s3_bucket.example
2021-10-27T07:54:55.430+0100 [DEBUG] UpgradeResourceState: attribute "tags_all" no longer present in schema
2021-10-27T07:54:55.430+0100 [TRACE] upgradeResourceState: schema version of aws_s3_bucket.example is still 0; calling provider "aws" for any other minor fixups
2021-10-27T07:54:55.430+0100 [TRACE] GRPCProvider: UpgradeResourceState
2021-10-27T07:54:55.432+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for aws_s3_bucket.example
2021-10-27T07:54:55.432+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_s3_bucket.example
2021-10-27T07:54:55.432+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_s3_bucket.example
2021-10-27T07:54:55.432+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_s3_bucket.example
2021-10-27T07:54:55.432+0100 [TRACE] NodeAbstractResourceInstance.refresh for aws_s3_bucket.example
aws_s3_bucket.example: Refreshing state... [id=alexwlchan-terraform-bug-repro]
2021-10-27T07:54:55.432+0100 [TRACE] GRPCProvider: ReadResource
2021-10-27T07:54:55.433+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:55.433+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Request s3/HeadBucket Details:
2021-10-27T07:54:55.433+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:55.433+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HEAD / HTTP/1.1
2021-10-27T07:54:55.433+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com
2021-10-27T07:54:55.433+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:55.433+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:55.433+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:55.433+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065455Z
2021-10-27T07:54:55.433+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:55.433+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.433+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.433+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Response s3/HeadBucket Details:
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 200 OK
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: application/xml
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:56 GMT
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Access-Point-Alias: false
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Bucket-Region: eu-west-1
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: TvsRDVF561dWoo3t1QnsZK0ovo64eBVd8yvxztGE1e0GOh1D/cXYLC+vju8K7YnXkjPpYIcng1c=
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: 7HEWKZ15ZDWA4G5Z
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go]
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketAcl Details:
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: GET /?acl= HTTP/1.1
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065455Z
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.549+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketAcl Details:
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 200 OK
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Transfer-Encoding: chunked
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: application/xml
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:56 GMT
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: YsQXIyoXNexYcaOQ/aa1KOanSa+ouoEugRjUpRVbvcFw/CIhY0uo1aSSxKS0/qMvZkmHH1tIa6E=
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: 7HEMVVX0366HQH4R
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <AccessControlPolicy xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Owner><ID>711c7bddce89222cf7830990b7f0c4c2e8a6ba323b5a2fe4168bfd69e19f1e72</ID><DisplayName>WellcomeDigitalPlatform</DisplayName></Owner><AccessControlList><Grant><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="CanonicalUser"><ID>711c7bddce89222cf7830990b7f0c4c2e8a6ba323b5a2fe4168bfd69e19f1e72</ID><DisplayName>WellcomeDigitalPlatform</DisplayName></Grantee><Permission>FULL_CONTROL</Permission></Grant></AccessControlList></AccessControlPolicy>
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] S3 bucket: alexwlchan-terraform-bug-repro, read ACL grants policy: {
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Grants: [{
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Grantee: {
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: DisplayName: "WellcomeDigitalPlatform",
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ID: "711c7bddce89222cf7830990b7f0c4c2e8a6ba323b5a2fe4168bfd69e19f1e72",
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Type: "CanonicalUser"
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: },
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Permission: "FULL_CONTROL"
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: }],
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Owner: {
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: DisplayName: "WellcomeDigitalPlatform",
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ID: "711c7bddce89222cf7830990b7f0c4c2e8a6ba323b5a2fe4168bfd69e19f1e72"
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: }
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: }
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketCors Details:
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: GET /?cors= HTTP/1.1
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065455Z
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.729+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketCors Details:
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 404 Not Found
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Transfer-Encoding: chunked
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: application/xml
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:55 GMT
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: xA81Z8uIjlLuJDI6Z3KMjBqo+kY22lToEpZ8JapLhtYGxBx7YtP6YMfo021UW8SN1OOxaN5/noA=
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: 7HEJEE900EHWDJA2
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <Error><Code>NoSuchCORSConfiguration</Code><Message>The CORS configuration does not exist</Message><BucketName>alexwlchan-terraform-bug-repro</BucketName><RequestId>7HEJEE900EHWDJA2</RequestId><HostId>xA81Z8uIjlLuJDI6Z3KMjBqo+kY22lToEpZ8JapLhtYGxBx7YtP6YMfo021UW8SN1OOxaN5/noA=</HostId></Error>
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketCors failed, attempt 0/25, error NoSuchCORSConfiguration: The CORS configuration does not exist
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: status code: 404, request id: 7HEJEE900EHWDJA2, host id: xA81Z8uIjlLuJDI6Z3KMjBqo+kY22lToEpZ8JapLhtYGxBx7YtP6YMfo021UW8SN1OOxaN5/noA=
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketWebsite Details:
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: GET /?website= HTTP/1.1
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065455Z
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.837+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketWebsite Details:
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 404 Not Found
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Transfer-Encoding: chunked
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: application/xml
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:55 GMT
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: 6xy5BDnZzlVt6OOuru8T/bak4WBPEPIJm/KAYF8sg79Icl8+AvLvBd6ufJz9EVZHoMyplVOXnSc=
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: 7HERWNXFP1N2JVTT
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <Error><Code>NoSuchWebsiteConfiguration</Code><Message>The specified bucket does not have a website configuration</Message><BucketName>alexwlchan-terraform-bug-repro</BucketName><RequestId>7HERWNXFP1N2JVTT</RequestId><HostId>6xy5BDnZzlVt6OOuru8T/bak4WBPEPIJm/KAYF8sg79Icl8+AvLvBd6ufJz9EVZHoMyplVOXnSc=</HostId></Error>
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketWebsite failed, attempt 0/25, error NoSuchWebsiteConfiguration: The specified bucket does not have a website configuration
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: status code: 404, request id: 7HERWNXFP1N2JVTT, host id: 6xy5BDnZzlVt6OOuru8T/bak4WBPEPIJm/KAYF8sg79Icl8+AvLvBd6ufJz9EVZHoMyplVOXnSc=
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:55.943+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:55 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketVersioning Details:
2021-10-27T07:54:55.944+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:55.944+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: GET /?versioning= HTTP/1.1
2021-10-27T07:54:55.944+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com
2021-10-27T07:54:55.944+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:55.944+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:55.944+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:55.944+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065455Z
2021-10-27T07:54:55.944+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:55.944+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:55.944+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.944+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:55.944+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketVersioning Details:
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 200 OK
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Transfer-Encoding: chunked
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:57 GMT
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: 45Xr+i2Ag0UxE9JAFB0FcYPCpMYZZl/yU56gFx542U5CgGECynL/HrceiBoda5chV64OrOBvBIg=
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: YG0ZKT36H46W7M57
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketAccelerateConfiguration Details:
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: GET /?accelerate= HTTP/1.1
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065456Z
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.050+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketAccelerateConfiguration Details:
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 200 OK
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Transfer-Encoding: chunked
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:57 GMT
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: I8KZxWypYc3AyqWZMp7fS+31Bxcvg3kva5Nh+EE+4Y3OzDlwEOhcihN2uuwv8spReKA/ngUJSFI=
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: YG0V73G31TQHZ506
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <AccelerateConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketRequestPayment Details:
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: GET /?requestPayment= HTTP/1.1
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065456Z
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.163+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.271+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketRequestPayment Details:
2021-10-27T07:54:56.271+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:56.271+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 200 OK
2021-10-27T07:54:56.271+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Transfer-Encoding: chunked
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:57 GMT
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: D0bQFYXx3aVAnnas+vn50wDPorm+voKKyIlvbaLg65/yptG4IKVMUTo3XcHC3yZJbqAkT7QFcoA=
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: YG0VV21DFF9YVZRV
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <RequestPaymentConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Payer>BucketOwner</Payer></RequestPaymentConfiguration>
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLogging Details:
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: GET /?logging= HTTP/1.1
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065456Z
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.272+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLogging Details:
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 200 OK
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Length: 289
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: application/xml
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:57 GMT
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: 1Z7X+Nc74B7qBM/CleE/3cHcrafSADmqLMF3jcFmESvgI4jK/wnIGowQzsA8UbB6CTijOp5tNvM=
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: YG0MCHAZ8C8FTXV4
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <BucketLoggingStatus xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <!--<LoggingEnabled><TargetBucket>myLogsBucket</TargetBucket><TargetPrefix>add/this/prefix/to/my/log/files/access_log-</TargetPrefix></LoggingEnabled>-->
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: </BucketLoggingStatus>
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: GET /?lifecycle= HTTP/1.1
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065456Z
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.376+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 404 Not Found
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Length: 304
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: application/xml
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:57 GMT
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: vFD0pwWMWLjAh37hWRuiLye/mHH4Q3d34q2qMV+8rOEFkrv5MvFgzFcfOZFjvI907xfW4oiC120=
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: vFD0pwWMWLjAh37hWRuiLye/mHH4Q3d34q2qMV+8rOEFkrv5MvFgzFcfOZFjvI907xfW4oiC120=
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: YG0PJPYAT1B7W3MA
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: YG0PJPYAT1B7W3MA
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] <Error><Code>NoSuchLifecycleConfiguration</Code><Message>The lifecycle configuration does not exist</Message><BucketName>alexwlchan-terraform-bug-repro</BucketName><RequestId>YG0PJPYAT1B7W3MA</RequestId><HostId>vFD0pwWMWLjAh37hWRuiLye/mHH4Q3d34q2qMV+8rOEFkrv5MvFgzFcfOZFjvI907xfW4oiC120=</HostId></Error>
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketLifecycleConfiguration failed, attempt 0/25, error NoSuchLifecycleConfiguration: The lifecycle configuration does not exist
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: status code: 404, request id: YG0PJPYAT1B7W3MA, host id: vFD0pwWMWLjAh37hWRuiLye/mHH4Q3d34q2qMV+8rOEFkrv5MvFgzFcfOZFjvI907xfW4oiC120=
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketReplication Details:
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: GET /?replication= HTTP/1.1
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:56.480+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065456Z
2021-10-27T07:54:56.481+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:56.481+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:56.481+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.481+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.481+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketReplication Details:
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 404 Not Found
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Transfer-Encoding: chunked
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: application/xml
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:56 GMT
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: WH4lqu2AnMsMLDSGCW8L5iuiMl48eU5Fu+SDQEuEiGOiL+jy28gUeGgqEHYw7h8mkfeyXehpZtI=
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: YG0MWS0PQKYGWS9E
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <Error><Code>ReplicationConfigurationNotFoundError</Code><Message>The replication configuration was not found</Message><BucketName>alexwlchan-terraform-bug-repro</BucketName><RequestId>YG0MWS0PQKYGWS9E</RequestId><HostId>WH4lqu2AnMsMLDSGCW8L5iuiMl48eU5Fu+SDQEuEiGOiL+jy28gUeGgqEHYw7h8mkfeyXehpZtI=</HostId></Error>
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketReplication failed, attempt 0/25, error ReplicationConfigurationNotFoundError: The replication configuration was not found
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: status code: 404, request id: YG0MWS0PQKYGWS9E, host id: WH4lqu2AnMsMLDSGCW8L5iuiMl48eU5Fu+SDQEuEiGOiL+jy28gUeGgqEHYw7h8mkfeyXehpZtI=
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketEncryption Details:
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: GET /?encryption= HTTP/1.1
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065456Z
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.737+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketEncryption Details:
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 404 Not Found
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Transfer-Encoding: chunked
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: application/xml
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:56 GMT
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: 0fvYiv+Itdib2/NLxiVlSApZ0csu1ogpz6kEDy07HVAktuAFwAhXvuBvgjBwhexyjlHQ8yMX2O0=
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: YG0X08MYFRD204VM
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <Error><Code>ServerSideEncryptionConfigurationNotFoundError</Code><Message>The server side encryption configuration was not found</Message><BucketName>alexwlchan-terraform-bug-repro</BucketName><RequestId>YG0X08MYFRD204VM</RequestId><HostId>0fvYiv+Itdib2/NLxiVlSApZ0csu1ogpz6kEDy07HVAktuAFwAhXvuBvgjBwhexyjlHQ8yMX2O0=</HostId></Error>
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketEncryption failed, attempt 0/25, error ServerSideEncryptionConfigurationNotFoundError: The server side encryption configuration was not found
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: status code: 404, request id: YG0X08MYFRD204VM, host id: 0fvYiv+Itdib2/NLxiVlSApZ0csu1ogpz6kEDy07HVAktuAFwAhXvuBvgjBwhexyjlHQ8yMX2O0=
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObjectLockConfiguration Details:
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: GET /?object-lock= HTTP/1.1
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065456Z
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.846+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObjectLockConfiguration Details:
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 404 Not Found
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Transfer-Encoding: chunked
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: application/xml
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:55 GMT
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: AFLhyungJ/CwDbsXTcl+Uo6wVMrqibIAtebL+0HS/1ll1MbKWhMyxCxYeoO3KvJ46QPd+oK4LYc=
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: YG0GQYP50XG9J9NX
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <Error><Code>ObjectLockConfigurationNotFoundError</Code><Message>Object Lock configuration does not exist for this bucket</Message><BucketName>alexwlchan-terraform-bug-repro</BucketName><RequestId>YG0GQYP50XG9J9NX</RequestId><HostId>AFLhyungJ/CwDbsXTcl+Uo6wVMrqibIAtebL+0HS/1ll1MbKWhMyxCxYeoO3KvJ46QPd+oK4LYc=</HostId></Error>
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetObjectLockConfiguration failed, attempt 0/25, error ObjectLockConfigurationNotFoundError: Object Lock configuration does not exist for this bucket
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: status code: 404, request id: YG0GQYP50XG9J9NX, host id: AFLhyungJ/CwDbsXTcl+Uo6wVMrqibIAtebL+0HS/1ll1MbKWhMyxCxYeoO3KvJ46QPd+oK4LYc=
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:56 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLocation Details:
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: GET /alexwlchan-terraform-bug-repro?location= HTTP/1.1
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: s3.eu-west-1.amazonaws.com
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065456Z
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:56.950+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:57 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLocation Details:
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 200 OK
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Transfer-Encoding: chunked
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: application/xml
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:58 GMT
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: SPHSgfn+neWGCOsxiUiimIOB0/jh20JlN044PlhrF00hiBSAg4f8M/n0X5W9Z9POEoNqrrKVXi8=
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: 504XRT7EV23W21PJ
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:57 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <LocationConstraint xmlns="http://s3.amazonaws.com/doc/2006-03-01/">eu-west-1</LocationConstraint>
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:57 [DEBUG] Waiting for state to become: [success]
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:57 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketTagging Details:
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: GET /?tagging= HTTP/1.1
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Host: alexwlchan-terraform-bug-repro.s3.eu-west-1.amazonaws.com
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: User-Agent: aws-sdk-go/1.32.12 (go1.13.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/1.0.9 (+https://www.terraform.io)
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Authorization: [@alexwlchan redacted]
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Date: 20211027T065457Z
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Security-Token: [@alexwlchan redacted]
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Accept-Encoding: gzip
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:57.075+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:57 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketTagging Details:
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: ---[ RESPONSE ]--------------------------------------
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: HTTP/1.1 404 Not Found
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Connection: close
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Transfer-Encoding: chunked
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Content-Type: application/xml
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Date: Wed, 27 Oct 2021 06:54:57 GMT
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: Server: AmazonS3
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Id-2: BQGfztjMeK05NcBsqiMMTDMdhQgL26G+86pXPDradQ4w95f2dBH0deVFoF8wdTRW30q5YyEBHCo=
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: X-Amz-Request-Id: 504R4T0BF4MJ1W3Z
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4:
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: -----------------------------------------------------
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:57 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: <Error><Code>NoSuchTagSet</Code><Message>The TagSet does not exist</Message><BucketName>alexwlchan-terraform-bug-repro</BucketName><RequestId>504R4T0BF4MJ1W3Z</RequestId><HostId>BQGfztjMeK05NcBsqiMMTDMdhQgL26G+86pXPDradQ4w95f2dBH0deVFoF8wdTRW30q5YyEBHCo=</HostId></Error>
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: 2021/10/27 07:54:57 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketTagging failed, attempt 0/25, error NoSuchTagSet: The TagSet does not exist
2021-10-27T07:54:57.179+0100 [DEBUG] provider.terraform-provider-aws_v2.70.0_x4: status code: 404, request id: 504R4T0BF4MJ1W3Z, host id: BQGfztjMeK05NcBsqiMMTDMdhQgL26G+86pXPDradQ4w95f2dBH0deVFoF8wdTRW30q5YyEBHCo=
2021-10-27T07:54:57.180+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_s3_bucket.example
2021-10-27T07:54:57.180+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_s3_bucket.example
2021-10-27T07:54:57.180+0100 [TRACE] Re-validating config for "aws_s3_bucket.example"
2021-10-27T07:54:57.180+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2021-10-27T07:54:57.181+0100 [TRACE] GRPCProvider: PlanResourceChange
2021-10-27T07:54:57.182+0100 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_s3_bucket.example, 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:
- .force_destroy: planned value cty.False for a non-computed attribute
- .tags: planned value cty.MapValEmpty(cty.String) for a non-computed attribute
- .acl: planned value cty.StringVal("private") for a non-computed attribute
- .versioning: block count in plan (1) disagrees with count in config (0)
2021-10-27T07:54:57.182+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for aws_s3_bucket.example
2021-10-27T07:54:57.182+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_s3_bucket.example
2021-10-27T07:54:57.183+0100 [TRACE] writeChange: recorded NoOp change for aws_s3_bucket.example
2021-10-27T07:54:57.183+0100 [TRACE] vertex "aws_s3_bucket.example": visit complete
2021-10-27T07:54:57.183+0100 [TRACE] vertex "aws_s3_bucket.example": dynamic subgraph completed successfully
2021-10-27T07:54:57.183+0100 [TRACE] vertex "aws_s3_bucket.example": visit complete
2021-10-27T07:54:57.183+0100 [TRACE] vertex "aws_s3_bucket.example (expand)": dynamic subgraph completed successfully
2021-10-27T07:54:57.183+0100 [TRACE] vertex "aws_s3_bucket.example (expand)": visit complete
2021-10-27T07:54:57.183+0100 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2021-10-27T07:54:57.183+0100 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" errored, so skipping
2021-10-27T07:54:57.183+0100 [TRACE] dag/walk: upstream of "root" errored, so skipping
2021-10-27T07:54:57.183+0100 [INFO] backend/local: plan operation completed
╷
│ Error: no schema available for aws_s3_bucket_ownership_controls.example while reading state; this is a bug in Terraform and should be reported
│ 
│ 
╵
2021-10-27T07:54:57.183+0100 [TRACE] statemgr.Filesystem: removing lock metadata file .example.tfstate.lock.info
2021-10-27T07:54:57.183+0100 [TRACE] statemgr.Filesystem: unlocking example.tfstate using fcntl flock
2021-10-27T07:54:57.184+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-10-27T07:54:57.186+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/2.70.0/darwin_amd64/terraform-provider-aws_v2.70.0_x4 pid=26963
2021-10-27T07:54:57.186+0100 [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment