Skip to content

Instantly share code, notes, and snippets.

@grimm26
Created February 24, 2022 03:52
Show Gist options
  • Save grimm26/18618d06a3af2c67d427c0267147127d to your computer and use it in GitHub Desktop.
Save grimm26/18618d06a3af2c67d427c0267147127d to your computer and use it in GitHub Desktop.
tflog
2022-02-23T21:46:16.650-0600 [INFO] Terraform version: 1.1.6
2022-02-23T21:46:16.650-0600 [INFO] Go runtime version: go1.17.2
2022-02-23T21:46:16.650-0600 [INFO] CLI args: []string{"terraform", "apply", "-auto-approve"}
2022-02-23T21:46:16.650-0600 [TRACE] Stdout is a terminal of width 318
2022-02-23T21:46:16.650-0600 [TRACE] Stderr is a terminal of width 318
2022-02-23T21:46:16.650-0600 [TRACE] Stdin is a terminal
2022-02-23T21:46:16.650-0600 [DEBUG] Attempting to open CLI config file: /Users/gobblty/.terraformrc
2022-02-23T21:46:16.651-0600 [INFO] Loading CLI configuration from /Users/gobblty/.terraformrc
2022-02-23T21:46:16.651-0600 [DEBUG] checking for credentials in "/Users/gobblty/.terraform.d/plugins"
2022-02-23T21:46:16.651-0600 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-02-23T21:46:16.651-0600 [DEBUG] will search for provider plugins in /Users/gobblty/.terraform.d/plugins
2022-02-23T21:46:16.652-0600 [DEBUG] will search for provider plugins in /Users/gobblty/Library/Application Support/io.terraform/plugins
2022-02-23T21:46:16.653-0600 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2022-02-23T21:46:16.653-0600 [INFO] Checkpoint disabled. Not running.
2022-02-23T21:46:16.653-0600 [INFO] CLI command args: []string{"apply", "-auto-approve"}
2022-02-23T21:46:16.662-0600 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2022-02-23T21:46:16.663-0600 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2022-02-23T21:46:16.663-0600 [DEBUG] New state was assigned lineage "93cbd281-f45e-1fd2-4edb-3c12d02cfb00"
2022-02-23T21:46:16.664-0600 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2022-02-23T21:46:16.664-0600 [TRACE] Meta.Backend: instantiated backend of type <nil>
2022-02-23T21:46:16.665-0600 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2022-02-23T21:46:16.665-0600 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v3.74.3 for darwin_amd64 at .terraform/providers/registry.terraform.io/hashicorp/aws/3.74.3/darwin_amd64
2022-02-23T21:46:16.665-0600 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v4.2.0 for darwin_amd64 at .terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64
2022-02-23T21:46:16.666-0600 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/3.74.3/darwin_amd64 as a candidate package for registry.terraform.io/hashicorp/aws 3.74.3
2022-02-23T21:46:16.666-0600 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64 as a candidate package for registry.terraform.io/hashicorp/aws 4.2.0
2022-02-23T21:46:17.789-0600 [DEBUG] checking for provisioner in "."
2022-02-23T21:46:17.791-0600 [DEBUG] checking for provisioner in "/Users/gobblty/.local/bin"
2022-02-23T21:46:17.791-0600 [DEBUG] checking for provisioner in "/Users/gobblty/.terraform.d/plugins"
2022-02-23T21:46:17.792-0600 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2022-02-23T21:46:17.800-0600 [INFO] backend/local: starting Apply operation
2022-02-23T21:46:17.800-0600 [TRACE] backend/local: requesting state manager for workspace "default"
2022-02-23T21:46:17.802-0600 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2022-02-23T21:46:17.802-0600 [TRACE] backend/local: requesting state lock for workspace "default"
2022-02-23T21:46:17.808-0600 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2022-02-23T21:46:17.815-0600 [TRACE] statemgr.Filesystem: existing snapshot has lineage "80dc79a1-c021-c3a8-7b7d-a34643f6ea66" serial 39
2022-02-23T21:46:17.815-0600 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2022-02-23T21:46:17.816-0600 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2022-02-23T21:46:17.816-0600 [TRACE] backend/local: reading remote state for workspace "default"
2022-02-23T21:46:17.816-0600 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2022-02-23T21:46:17.820-0600 [TRACE] statemgr.Filesystem: read snapshot with lineage "80dc79a1-c021-c3a8-7b7d-a34643f6ea66" serial 39
2022-02-23T21:46:17.820-0600 [TRACE] backend/local: populating backend.LocalRun for current working directory
2022-02-23T21:46:17.844-0600 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/aws has 4.2.0 to satisfy "~> 4.0"
2022-02-23T21:46:17.845-0600 [TRACE] terraform.NewContext: starting
2022-02-23T21:46:17.845-0600 [TRACE] terraform.NewContext: complete
2022-02-23T21:46:17.845-0600 [TRACE] backend/local: requesting interactive input, if necessary
2022-02-23T21:46:17.846-0600 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/aws"
2022-02-23T21:46:17.847-0600 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/aws" to read its schema
2022-02-23T21:46:17.847-0600 [DEBUG] created provider logger: level=trace
2022-02-23T21:46:17.848-0600 [INFO] provider: configuring client automatic mTLS
2022-02-23T21:46:17.866-0600 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5]
2022-02-23T21:46:17.889-0600 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 pid=98711
2022-02-23T21:46:17.889-0600 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5
2022-02-23T21:46:17.999-0600 [INFO] provider.terraform-provider-aws_v4.2.0_x5: configuring server automatic mTLS: timestamp=2022-02-23T21:46:17.998-0600
2022-02-23T21:46:18.010-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: plugin address: address=/var/folders/c3/r9ymngv5161cjgm06m91f59c0000gp/T/plugin821821234 network=unix timestamp=2022-02-23T21:46:18.010-0600
2022-02-23T21:46:18.010-0600 [DEBUG] provider: using plugin: version=5
2022-02-23T21:46:18.044-0600 [TRACE] provider.stdio: waiting for stdio data
2022-02-23T21:46:18.045-0600 [TRACE] GRPCProvider: GetProviderSchema
2022-02-23T21:46:18.047-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @module=sdk.proto tf_provider_addr=provider tf_rpc=GetSchema @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:329 tf_proto_version=5 tf_req_id=cf849e65-b387-3f0b-44fb-9df1fbc056ff timestamp=2022-02-23T21:46:18.046-0600
2022-02-23T21:46:18.047-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @module=sdk.proto tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:336 tf_proto_version=5 tf_req_id=cf849e65-b387-3f0b-44fb-9df1fbc056ff tf_rpc=GetSchema timestamp=2022-02-23T21:46:18.046-0600
2022-02-23T21:46:18.079-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:342 tf_req_id=cf849e65-b387-3f0b-44fb-9df1fbc056ff tf_rpc=GetSchema timestamp=2022-02-23T21:46:18.079-0600
2022-02-23T21:46:18.094-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:348 tf_proto_version=5 tf_req_id=cf849e65-b387-3f0b-44fb-9df1fbc056ff @module=sdk.proto tf_provider_addr=provider tf_rpc=GetSchema timestamp=2022-02-23T21:46:18.094-0600
2022-02-23T21:46:18.257-0600 [TRACE] GRPCProvider: Close
2022-02-23T21:46:18.259-0600 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-02-23T21:46:18.265-0600 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 pid=98711
2022-02-23T21:46:18.266-0600 [DEBUG] provider: plugin exited
2022-02-23T21:46:18.266-0600 [TRACE] Context.Input: Prompting for provider arguments
2022-02-23T21:46:18.267-0600 [TRACE] Context.Input: Provider provider.aws.va declared at main.tf:24,1-15
2022-02-23T21:46:18.267-0600 [TRACE] Context.Input: Provider provider.aws implied by resource block at main.tf:1,1-29
2022-02-23T21:46:18.267-0600 [TRACE] Context.Input: Input for provider.aws.va: map[string]cty.Value{}
2022-02-23T21:46:18.267-0600 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{}
2022-02-23T21:46:18.267-0600 [TRACE] backend/local: running validation operation
2022-02-23T21:46:18.268-0600 [DEBUG] Building and walking validate graph
2022-02-23T21:46:18.268-0600 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-02-23T21:46:18.269-0600 [TRACE] ConfigTransformer: Starting for path:
2022-02-23T21:46:18.269-0600 [TRACE] ConfigTransformer: Starting for path: module.test-bucket
2022-02-23T21:46:18.270-0600 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_s3_bucket.b - *terraform.NodeValidatableResource
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
------
2022-02-23T21:46:18.270-0600 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-02-23T21:46:18.271-0600 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-02-23T21:46:18.271-0600 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-02-23T21:46:18.271-0600 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
aws_s3_bucket.b - *terraform.NodeValidatableResource
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
------
2022-02-23T21:46:18.271-0600 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-02-23T21:46:18.271-0600 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph:
aws_s3_bucket.b - *terraform.NodeValidatableResource
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
------
2022-02-23T21:46:18.271-0600 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-02-23T21:46:18.271-0600 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-02-23T21:46:18.271-0600 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-02-23T21:46:18.272-0600 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-02-23T21:46:18.272-0600 [TRACE] Executing graph transform *terraform.StateTransformer
2022-02-23T21:46:18.272-0600 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-02-23T21:46:18.272-0600 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-02-23T21:46:18.272-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:18.272-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:18.272-0600 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-02-23T21:46:18.272-0600 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-02-23T21:46:18.272-0600 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_acl.a" (*terraform.NodeValidatableResource) config from bucket/main.tf:70,1-33
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_cors_configuration.a" (*terraform.NodeValidatableResource) config from bucket/main.tf:77,1-48
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_cors_configuration.a
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_metric.bf" (*terraform.NodeValidatableResource) config from bucket/main.tf:57,1-37
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_metric.bf
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.data.aws_partition.this" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"bucket/main.tf", Start:hcl.Pos{Line:5, Column:1, Byte:52}, End:hcl.Pos{Line:5, Column:28, Byte:79}}
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.data.aws_partition.this
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket_lifecycle_configuration.bucket-config" (*terraform.NodeValidatableResource) config from main.tf:5,1-65
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_inventory.bi" (*terraform.NodeValidatableResource) config from bucket/main.tf:36,1-40
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_inventory.bi
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket.b" (*terraform.NodeValidatableResource) config from bucket/main.tf:178,1-29
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.data.aws_caller_identity.current" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"bucket/main.tf", Start:hcl.Pos{Line:9, Column:1, Byte:107}, End:hcl.Pos{Line:9, Column:37, Byte:143}}
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.data.aws_caller_identity.current
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket.b" (*terraform.NodeValidatableResource) config from main.tf:1,1-29
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_s3_bucket.b
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a" (*terraform.NodeValidatableResource) config from bucket/main.tf:91,1-53
2022-02-23T21:46:18.272-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_lifecycle_configuration.a
2022-02-23T21:46:18.273-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.data.aws_region.this" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"bucket/main.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:25, Byte:24}}
2022-02-23T21:46:18.273-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.data.aws_region.this
2022-02-23T21:46:18.273-0600 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-02-23T21:46:18.273-0600 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-02-23T21:46:18.273-0600 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-02-23T21:46:18.273-0600 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"].va" provider configuration from main.tf:24,1-15
2022-02-23T21:46:18.273-0600 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_s3_bucket.b - *terraform.NodeValidatableResource
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this (proxy) - *terraform.graphNodeProxyProvider
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.273-0600 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-02-23T21:46:18.273-0600 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/aws"], implied first by module.test-bucket.aws_s3_bucket_inventory.bi
2022-02-23T21:46:18.273-0600 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
aws_s3_bucket.b - *terraform.NodeValidatableResource
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this (proxy) - *terraform.graphNodeProxyProvider
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.273-0600 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-02-23T21:46:18.273-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_metric.bf
2022-02-23T21:46:18.273-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_metric.bf" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.273-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_inventory.bi
2022-02-23T21:46:18.273-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_inventory.bi" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.273-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:18.273-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket.b" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.273-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_lifecycle_configuration.a
2022-02-23T21:46:18.273-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.274-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.data.aws_region.this
2022-02-23T21:46:18.274-0600 [DEBUG] ProviderTransformer: "module.test-bucket.data.aws_region.this" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.274-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:18.274-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_acl.a" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.274-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_cors_configuration.a
2022-02-23T21:46:18.274-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_cors_configuration.a" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.274-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.data.aws_partition.this
2022-02-23T21:46:18.274-0600 [DEBUG] ProviderTransformer: "module.test-bucket.data.aws_partition.this" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.274-0600 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:18.274-0600 [DEBUG] ProviderTransformer: "aws_s3_bucket_lifecycle_configuration.bucket-config" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2022-02-23T21:46:18.274-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.data.aws_caller_identity.current
2022-02-23T21:46:18.274-0600 [DEBUG] ProviderTransformer: "module.test-bucket.data.aws_caller_identity.current" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.274-0600 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_s3_bucket.b
2022-02-23T21:46:18.274-0600 [DEBUG] ProviderTransformer: "aws_s3_bucket.b" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2022-02-23T21:46:18.274-0600 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_s3_bucket.b - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.274-0600 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-02-23T21:46:18.274-0600 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-02-23T21:46:18.274-0600 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_s3_bucket.b - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.274-0600 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-02-23T21:46:18.274-0600 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-02-23T21:46:18.274-0600 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-02-23T21:46:18.274-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_inventory.bi
2022-02-23T21:46:18.274-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:18.274-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.data.aws_caller_identity.current
2022-02-23T21:46:18.274-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket.b
2022-02-23T21:46:18.274-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_lifecycle_configuration.a
2022-02-23T21:46:18.274-0600 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2022-02-23T21:46:18.274-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.data.aws_region.this
2022-02-23T21:46:18.274-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:18.274-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_cors_configuration.a
2022-02-23T21:46:18.275-0600 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.275-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_metric.bf
2022-02-23T21:46:18.275-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.data.aws_partition.this
2022-02-23T21:46:18.275-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:18.275-0600 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-02-23T21:46:18.275-0600 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: Added module.test-bucket as *terraform.nodeValidateModule
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_inventory.bi must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket.b must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.data.aws_caller_identity.current must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_lifecycle_configuration.a must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.enable_cors (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.inventory_format (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_allowed_headers (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_expose_headers (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.data.aws_region.this must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_allowed_methods (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.inventory_included_object_versions (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.tags (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.metric_filters (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.inventory_optional_fields (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.local.inventory_bucket_prefix (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.local.log_bucket_prefix (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_acl.a must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_cors_configuration.a must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_max_age_seconds (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.acl (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.enable_s3_inventory (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket (close) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_metric.bf must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.data.aws_partition.this must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_allowed_origins (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.inventory_frequency (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.name (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.lifecycle_object_rules (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.275-0600 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
aws_s3_bucket.b - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.275-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_inventory.bi" references: [module.test-bucket.var.enable_s3_inventory (expand) module.test-bucket.var.inventory_optional_fields (expand) module.test-bucket.var.inventory_included_object_versions (expand) module.test-bucket.var.inventory_frequency (expand) module.test-bucket.var.inventory_format (expand) module.test-bucket.aws_s3_bucket.b module.test-bucket.var.inventory_frequency (expand) module.test-bucket.data.aws_partition.this module.test-bucket.local.inventory_bucket_prefix (expand) module.test-bucket.data.aws_caller_identity.current module.test-bucket.data.aws_region.this module.test-bucket.var.inventory_format (expand)]
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket.b" references: [module.test-bucket.var.tags (expand) module.test-bucket.var.name (expand)]
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.data.aws_caller_identity.current" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "aws_s3_bucket.b" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a" references: [module.test-bucket.var.lifecycle_object_rules (expand) module.test-bucket.aws_s3_bucket.b module.test-bucket.var.lifecycle_object_rules (expand)]
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.enable_cors (expand)" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.inventory_format (expand)" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_allowed_headers (expand)" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket (expand)" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.data.aws_region.this" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_allowed_methods (expand)" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.inventory_included_object_versions (expand)" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.tags (expand)" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_expose_headers (expand)" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.local.inventory_bucket_prefix (expand)" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.local.log_bucket_prefix (expand)" references: []
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_acl.a" references: [module.test-bucket.var.acl (expand) module.test-bucket.aws_s3_bucket.b]
2022-02-23T21:46:18.277-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_cors_configuration.a" references: [module.test-bucket.var.enable_cors (expand) module.test-bucket.aws_s3_bucket.b module.test-bucket.var.cors_max_age_seconds (expand) module.test-bucket.var.cors_allowed_headers (expand) module.test-bucket.var.cors_allowed_methods (expand) module.test-bucket.var.cors_allowed_origins (expand) module.test-bucket.var.cors_expose_headers (expand)]
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_max_age_seconds (expand)" references: []
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.acl (expand)" references: []
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.metric_filters (expand)" references: []
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.inventory_optional_fields (expand)" references: []
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"].va" references: []
2022-02-23T21:46:18.278-0600 [INFO] ReferenceTransformer: reference not found: "each.key"
2022-02-23T21:46:18.278-0600 [INFO] ReferenceTransformer: reference not found: "each.value"
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_metric.bf" references: [module.test-bucket.var.metric_filters (expand) module.test-bucket.aws_s3_bucket.b]
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.data.aws_partition.this" references: []
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_allowed_origins (expand)" references: []
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.inventory_frequency (expand)" references: []
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.enable_s3_inventory (expand)" references: []
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "module.test-bucket (close)" references: []
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.name (expand)" references: []
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.lifecycle_object_rules (expand)" references: []
2022-02-23T21:46:18.278-0600 [DEBUG] ReferenceTransformer: "aws_s3_bucket_lifecycle_configuration.bucket-config" references: [aws_s3_bucket.b]
2022-02-23T21:46:18.278-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_s3_bucket.b - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
aws_s3_bucket.b - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.278-0600 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-02-23T21:46:18.278-0600 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-02-23T21:46:18.279-0600 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-02-23T21:46:18.279-0600 [TRACE] attachDataDependenciesTransformer: module.test-bucket.data.aws_partition.this depends on []
2022-02-23T21:46:18.279-0600 [TRACE] attachDataDependenciesTransformer: module.test-bucket.data.aws_caller_identity.current depends on []
2022-02-23T21:46:18.279-0600 [TRACE] attachDataDependenciesTransformer: module.test-bucket.data.aws_region.this depends on []
2022-02-23T21:46:18.279-0600 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-02-23T21:46:18.279-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:18.279-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:18.279-0600 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-02-23T21:46:18.280-0600 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-02-23T21:46:18.280-0600 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-02-23T21:46:18.280-0600 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_s3_bucket.b - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
aws_s3_bucket.b - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.b - *terraform.NodeValidatableResource
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.280-0600 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-02-23T21:46:18.280-0600 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_s3_bucket.b - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
aws_s3_bucket.b - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.b - *terraform.NodeValidatableResource
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
module.test-bucket (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
------
2022-02-23T21:46:18.280-0600 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-02-23T21:46:18.281-0600 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_s3_bucket.b - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket.b - *terraform.NodeValidatableResource
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.data.aws_caller_identity.current - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this - *terraform.NodeValidatableResource
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_inventory.bi - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a - *terraform.NodeValidatableResource
module.test-bucket.aws_s3_bucket_metric.bf - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
module.test-bucket (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
------
2022-02-23T21:46:18.281-0600 [DEBUG] Starting graph walk: walkValidate
2022-02-23T21:46:18.283-0600 [TRACE] vertex "module.test-bucket (expand)": starting visit (*terraform.nodeValidateModule)
2022-02-23T21:46:18.283-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2022-02-23T21:46:18.283-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va": starting visit (*terraform.NodeApplyableProvider)
2022-02-23T21:46:18.283-0600 [TRACE] vertex "module.test-bucket (expand)": visit complete
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix (expand)": starting visit (*terraform.nodeExpandLocal)
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.284-0600 [DEBUG] created provider logger: level=trace
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.284-0600 [INFO] provider: configuring client automatic mTLS
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins (expand)": entering dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.acl (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.acl (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods (expand)": entering dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": entering dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.inventory_format (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.inventory_format (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.inventory_format (expand)": entering dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory (expand)": entering dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix (expand)": starting visit (*terraform.nodeExpandLocal)
2022-02-23T21:46:18.284-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.284-0600 [TRACE] Expanding local: adding module.test-bucket.local.inventory_bucket_prefix as *terraform.NodeLocal
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix (expand)": entering dynamic subgraph
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix": starting visit (*terraform.NodeLocal)
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.name (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.name (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.name (expand)": entering dynamic subgraph
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.name": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.metric_filters (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.metric_filters (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.enable_cors (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.285-0600 [TRACE] Expanding local: adding module.test-bucket.local.log_bucket_prefix as *terraform.NodeLocal
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.acl (expand)": entering dynamic subgraph
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency (expand)": entering dynamic subgraph
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.acl": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.285-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.tags (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.tags (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.tags (expand)": entering dynamic subgraph
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.tags": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix": visit complete
2022-02-23T21:46:18.287-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.enable_s3_inventory, so skipping
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory": visit complete
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix (expand)": visit complete
2022-02-23T21:46:18.287-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.cors_allowed_origins, so skipping
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins": visit complete
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.metric_filters (expand)": entering dynamic subgraph
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.metric_filters": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds (expand)": entering dynamic subgraph
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.enable_cors (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.287-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix (expand)": entering dynamic subgraph
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers (expand)": entering dynamic subgraph
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.inventory_format": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory (expand)": visit complete
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.288-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.lifecycle_object_rules, so skipping
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules": visit complete
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency": visit complete
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency (expand)": visit complete
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.acl": visit complete
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.acl (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.acl (expand)": visit complete
2022-02-23T21:46:18.288-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.metric_filters, so skipping
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.metric_filters": visit complete
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.metric_filters (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers (expand)": entering dynamic subgraph
2022-02-23T21:46:18.288-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.cors_max_age_seconds, so skipping
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds": visit complete
2022-02-23T21:46:18.288-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds (expand)": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.enable_cors (expand)": entering dynamic subgraph
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.enable_cors": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields (expand)": entering dynamic subgraph
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix": starting visit (*terraform.NodeLocal)
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.metric_filters (expand)": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.cors_allowed_headers, so skipping
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions (expand)": entering dynamic subgraph
2022-02-23T21:46:18.289-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.cors_expose_headers, so skipping
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.tags": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.tags (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.tags (expand)": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions (expand)": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers (expand)": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.enable_cors, so skipping
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.enable_cors": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins (expand)": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix (expand)": visit complete
2022-02-23T21:46:18.289-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods": visit complete
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.inventory_format": visit complete
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.inventory_format (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.inventory_format (expand)": visit complete
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.enable_cors (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.enable_cors (expand)": visit complete
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers (expand)": visit complete
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods (expand)": visit complete
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields": visit complete
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields (expand)": visit complete
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.name": visit complete
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.name (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.290-0600 [TRACE] vertex "module.test-bucket.var.name (expand)": visit complete
2022-02-23T21:46:18.297-0600 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5]
2022-02-23T21:46:18.323-0600 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 pid=98741
2022-02-23T21:46:18.324-0600 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5
2022-02-23T21:46:18.383-0600 [INFO] provider.terraform-provider-aws_v4.2.0_x5: configuring server automatic mTLS: timestamp=2022-02-23T21:46:18.382-0600
2022-02-23T21:46:18.393-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: plugin address: address=/var/folders/c3/r9ymngv5161cjgm06m91f59c0000gp/T/plugin3516304641 network=unix timestamp=2022-02-23T21:46:18.393-0600
2022-02-23T21:46:18.393-0600 [DEBUG] provider: using plugin: version=5
2022-02-23T21:46:18.407-0600 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"].va" provider for provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.407-0600 [TRACE] provider.stdio: waiting for stdio data
2022-02-23T21:46:18.407-0600 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.407-0600 [DEBUG] created provider logger: level=trace
2022-02-23T21:46:18.407-0600 [INFO] provider: configuring client automatic mTLS
2022-02-23T21:46:18.417-0600 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5]
2022-02-23T21:46:18.420-0600 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 pid=98744
2022-02-23T21:46:18.420-0600 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5
2022-02-23T21:46:18.479-0600 [INFO] provider.terraform-provider-aws_v4.2.0_x5: configuring server automatic mTLS: timestamp=2022-02-23T21:46:18.479-0600
2022-02-23T21:46:18.490-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: plugin address: address=/var/folders/c3/r9ymngv5161cjgm06m91f59c0000gp/T/plugin684748012 network=unix timestamp=2022-02-23T21:46:18.489-0600
2022-02-23T21:46:18.490-0600 [DEBUG] provider: using plugin: version=5
2022-02-23T21:46:18.503-0600 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2022-02-23T21:46:18.504-0600 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/hashicorp/aws"]
2022-02-23T21:46:18.504-0600 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: no configuration at all
2022-02-23T21:46:18.503-0600 [TRACE] provider.stdio: waiting for stdio data
2022-02-23T21:46:18.504-0600 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"].va: using explicit config only
2022-02-23T21:46:18.504-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2022-02-23T21:46:18.504-0600 [TRACE] vertex "aws_s3_bucket.b": starting visit (*terraform.NodeValidatableResource)
2022-02-23T21:46:18.504-0600 [TRACE] GRPCProvider: GetProviderSchema
2022-02-23T21:46:18.504-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:18.504-0600 [TRACE] GRPCProvider: GetProviderSchema
2022-02-23T21:46:18.505-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_proto_version=5 tf_req_id=0d97a0b0-cc1e-c543-b381-bc5b97ef656d @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:329 @module=sdk.proto tf_rpc=GetSchema tf_provider_addr=provider timestamp=2022-02-23T21:46:18.504-0600
2022-02-23T21:46:18.505-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:336 @module=sdk.proto tf_provider_addr=provider tf_proto_version=5 tf_req_id=0d97a0b0-cc1e-c543-b381-bc5b97ef656d tf_rpc=GetSchema timestamp=2022-02-23T21:46:18.504-0600
2022-02-23T21:46:18.505-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_proto_version=5 tf_req_id=995915d8-2125-bacd-5d2b-6d7cb5d66bad tf_rpc=GetSchema @module=sdk.proto tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:329 timestamp=2022-02-23T21:46:18.505-0600
2022-02-23T21:46:18.505-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:336 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=995915d8-2125-bacd-5d2b-6d7cb5d66bad tf_rpc=GetSchema timestamp=2022-02-23T21:46:18.505-0600
2022-02-23T21:46:18.537-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_proto_version=5 tf_rpc=GetSchema @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:342 tf_provider_addr=provider tf_req_id=0d97a0b0-cc1e-c543-b381-bc5b97ef656d @module=sdk.proto timestamp=2022-02-23T21:46:18.537-0600
2022-02-23T21:46:18.540-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:342 tf_proto_version=5 tf_provider_addr=provider tf_rpc=GetSchema @module=sdk.proto tf_req_id=995915d8-2125-bacd-5d2b-6d7cb5d66bad timestamp=2022-02-23T21:46:18.539-0600
2022-02-23T21:46:18.546-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_rpc=GetSchema tf_req_id=0d97a0b0-cc1e-c543-b381-bc5b97ef656d @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:348 timestamp=2022-02-23T21:46:18.546-0600
2022-02-23T21:46:18.549-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_provider_addr=provider tf_req_id=995915d8-2125-bacd-5d2b-6d7cb5d66bad tf_rpc=GetSchema @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:348 @module=sdk.proto tf_proto_version=5 timestamp=2022-02-23T21:46:18.549-0600
2022-02-23T21:46:18.662-0600 [TRACE] GRPCProvider: ValidateProviderConfig
2022-02-23T21:46:18.664-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_proto_version=5 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:354 tf_provider_addr=provider tf_req_id=d2a4603a-b176-b2b8-30b3-2df962746f97 tf_rpc=PrepareProviderConfig @module=sdk.proto timestamp=2022-02-23T21:46:18.664-0600
2022-02-23T21:46:18.664-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @module=sdk.proto tf_proto_version=5 tf_req_id=d2a4603a-b176-b2b8-30b3-2df962746f97 tf_rpc=PrepareProviderConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:361 tf_provider_addr=provider timestamp=2022-02-23T21:46:18.664-0600
2022-02-23T21:46:18.667-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @module=sdk.proto tf_proto_version=5 tf_resource_type=aws_s3_bucket tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 tf_provider_addr=provider tf_req_id=a5405ac5-de6d-4fa7-7086-3a9412ea65b3 timestamp=2022-02-23T21:46:18.667-0600
2022-02-23T21:46:18.667-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 tf_req_id=a5405ac5-de6d-4fa7-7086-3a9412ea65b3 tf_resource_type=aws_s3_bucket @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:18.667-0600
2022-02-23T21:46:18.667-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 tf_req_id=a5405ac5-de6d-4fa7-7086-3a9412ea65b3 tf_resource_type=aws_s3_bucket tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:18.667-0600
2022-02-23T21:46:18.667-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_rpc=ValidateResourceTypeConfig tf_proto_version=5 tf_resource_type=aws_s3_bucket @module=sdk.proto tf_provider_addr=provider tf_req_id=a5405ac5-de6d-4fa7-7086-3a9412ea65b3 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 timestamp=2022-02-23T21:46:18.667-0600
2022-02-23T21:46:18.668-0600 [TRACE] vertex "aws_s3_bucket.b": visit complete
2022-02-23T21:46:18.668-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config": starting visit (*terraform.NodeValidatableResource)
2022-02-23T21:46:18.670-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:18.671-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 @module=sdk.proto tf_proto_version=5 tf_req_id=d1b8e4a1-9fc0-9881-b33d-6850975fd51b tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:18.671-0600
2022-02-23T21:46:18.671-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 tf_provider_addr=provider tf_proto_version=5 tf_req_id=d1b8e4a1-9fc0-9881-b33d-6850975fd51b tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.proto timestamp=2022-02-23T21:46:18.671-0600
2022-02-23T21:46:18.672-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 tf_proto_version=5 tf_req_id=d1b8e4a1-9fc0-9881-b33d-6850975fd51b tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.proto tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:18.672-0600
2022-02-23T21:46:18.672-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 tf_proto_version=5 tf_provider_addr=provider tf_req_id=d1b8e4a1-9fc0-9881-b33d-6850975fd51b tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.proto tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:18.672-0600
2022-02-23T21:46:18.672-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config": visit complete
2022-02-23T21:46:18.673-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-02-23T21:46:18.673-0600 [TRACE] GRPCProvider: Close
2022-02-23T21:46:18.674-0600 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-02-23T21:46:18.682-0600 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 pid=98744
2022-02-23T21:46:18.682-0600 [DEBUG] provider: plugin exited
2022-02-23T21:46:18.682-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": visit complete
2022-02-23T21:46:18.800-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_proto_version=5 tf_rpc=PrepareProviderConfig tf_provider_addr=provider tf_req_id=d2a4603a-b176-b2b8-30b3-2df962746f97 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:367 @module=sdk.proto timestamp=2022-02-23T21:46:18.799-0600
2022-02-23T21:46:18.800-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @module=sdk.proto tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:373 tf_proto_version=5 tf_req_id=d2a4603a-b176-b2b8-30b3-2df962746f97 tf_rpc=PrepareProviderConfig timestamp=2022-02-23T21:46:18.800-0600
2022-02-23T21:46:18.800-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va": visit complete
2022-02-23T21:46:18.801-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b": starting visit (*terraform.NodeValidatableResource)
2022-02-23T21:46:18.801-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this": starting visit (*terraform.NodeValidatableResource)
2022-02-23T21:46:18.801-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current": starting visit (*terraform.NodeValidatableResource)
2022-02-23T21:46:18.801-0600 [TRACE] GRPCProvider: ValidateDataResourceConfig
2022-02-23T21:46:18.801-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this": starting visit (*terraform.NodeValidatableResource)
2022-02-23T21:46:18.801-0600 [TRACE] GRPCProvider: ValidateDataResourceConfig
2022-02-23T21:46:18.801-0600 [TRACE] GRPCProvider: ValidateDataResourceConfig
2022-02-23T21:46:18.801-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:18.801-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:445 @module=sdk.proto tf_req_id=c9f6d74e-45d4-c994-d553-67007acfaacd tf_rpc=ValidateDataSourceConfig tf_data_source_type=aws_partition tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:18.801-0600
2022-02-23T21:46:18.802-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:452 tf_req_id=c9f6d74e-45d4-c994-d553-67007acfaacd tf_rpc=ValidateDataSourceConfig @module=sdk.proto tf_data_source_type=aws_partition tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:18.801-0600
2022-02-23T21:46:18.802-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:458 @module=sdk.proto tf_data_source_type=aws_partition tf_provider_addr=provider tf_req_id=c9f6d74e-45d4-c994-d553-67007acfaacd tf_rpc=ValidateDataSourceConfig tf_proto_version=5 timestamp=2022-02-23T21:46:18.801-0600
2022-02-23T21:46:18.802-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_req_id=22859bd1-f511-5523-528b-bf6815faec60 tf_rpc=ValidateDataSourceConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:445 @module=sdk.proto tf_data_source_type=aws_region tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:18.801-0600
2022-02-23T21:46:18.802-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @module=sdk.proto tf_data_source_type=aws_partition tf_proto_version=5 tf_provider_addr=provider tf_req_id=c9f6d74e-45d4-c994-d553-67007acfaacd tf_rpc=ValidateDataSourceConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:464 timestamp=2022-02-23T21:46:18.801-0600
2022-02-23T21:46:18.802-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_req_id=22859bd1-f511-5523-528b-bf6815faec60 @module=sdk.proto tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:452 tf_data_source_type=aws_region tf_proto_version=5 tf_rpc=ValidateDataSourceConfig timestamp=2022-02-23T21:46:18.801-0600
2022-02-23T21:46:18.802-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_proto_version=5 tf_req_id=22859bd1-f511-5523-528b-bf6815faec60 tf_data_source_type=aws_region tf_provider_addr=provider tf_rpc=ValidateDataSourceConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:458 @module=sdk.proto timestamp=2022-02-23T21:46:18.801-0600
2022-02-23T21:46:18.802-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_provider_addr=provider tf_rpc=ValidateDataSourceConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:464 tf_data_source_type=aws_region tf_proto_version=5 @module=sdk.proto tf_req_id=22859bd1-f511-5523-528b-bf6815faec60 timestamp=2022-02-23T21:46:18.801-0600
2022-02-23T21:46:18.802-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this": visit complete
2022-02-23T21:46:18.802-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current": visit complete
2022-02-23T21:46:18.802-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this": visit complete
2022-02-23T21:46:18.802-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_provider_addr=provider tf_req_id=d4b49810-00e7-f0c4-2529-0296aedfc007 tf_proto_version=5 tf_rpc=ValidateDataSourceConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:445 @module=sdk.proto tf_data_source_type=aws_caller_identity timestamp=2022-02-23T21:46:18.801-0600
2022-02-23T21:46:18.802-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b": visit complete
2022-02-23T21:46:18.802-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_proto_version=5 tf_provider_addr=provider tf_rpc=ValidateDataSourceConfig tf_data_source_type=aws_caller_identity tf_req_id=d4b49810-00e7-f0c4-2529-0296aedfc007 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:452 @module=sdk.proto timestamp=2022-02-23T21:46:18.802-0600
2022-02-23T21:46:18.802-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a": starting visit (*terraform.NodeValidatableResource)
2022-02-23T21:46:18.802-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_data_source_type=aws_caller_identity tf_provider_addr=provider tf_req_id=d4b49810-00e7-f0c4-2529-0296aedfc007 tf_rpc=ValidateDataSourceConfig @module=sdk.proto tf_proto_version=5 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:458 timestamp=2022-02-23T21:46:18.802-0600
2022-02-23T21:46:18.802-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a": starting visit (*terraform.NodeValidatableResource)
2022-02-23T21:46:18.802-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_proto_version=5 tf_req_id=d4b49810-00e7-f0c4-2529-0296aedfc007 tf_rpc=ValidateDataSourceConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:464 @module=sdk.proto tf_data_source_type=aws_caller_identity tf_provider_addr=provider timestamp=2022-02-23T21:46:18.802-0600
2022-02-23T21:46:18.802-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_inventory.bi": starting visit (*terraform.NodeValidatableResource)
2022-02-23T21:46:18.802-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_proto_version=5 tf_req_id=16eb57a9-2ca8-abe0-5db8-7a2d48d79f69 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 @module=sdk.proto tf_provider_addr=provider tf_resource_type=aws_s3_bucket tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:18.802-0600
2022-02-23T21:46:18.802-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_metric.bf": starting visit (*terraform.NodeValidatableResource)
2022-02-23T21:46:18.803-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 @module=sdk.proto tf_req_id=16eb57a9-2ca8-abe0-5db8-7a2d48d79f69 tf_resource_type=aws_s3_bucket tf_proto_version=5 tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:18.802-0600
2022-02-23T21:46:18.803-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:18.803-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_cors_configuration.a": starting visit (*terraform.NodeValidatableResource)
2022-02-23T21:46:18.803-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 @module=sdk.proto tf_provider_addr=provider tf_req_id=16eb57a9-2ca8-abe0-5db8-7a2d48d79f69 tf_rpc=ValidateResourceTypeConfig tf_proto_version=5 tf_resource_type=aws_s3_bucket timestamp=2022-02-23T21:46:18.802-0600
2022-02-23T21:46:18.803-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_proto_version=5 tf_provider_addr=provider tf_req_id=16eb57a9-2ca8-abe0-5db8-7a2d48d79f69 tf_resource_type=aws_s3_bucket tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 @module=sdk.proto timestamp=2022-02-23T21:46:18.802-0600
2022-02-23T21:46:18.803-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:18.803-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_resource_type=aws_s3_bucket_acl tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5 tf_req_id=bc8a7e1b-2094-4df9-fdaa-6e0d624f69ff @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 tf_provider_addr=provider timestamp=2022-02-23T21:46:18.803-0600
2022-02-23T21:46:18.803-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:18.803-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_req_id=bc8a7e1b-2094-4df9-fdaa-6e0d624f69ff @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 tf_provider_addr=provider tf_proto_version=5 tf_resource_type=aws_s3_bucket_acl tf_rpc=ValidateResourceTypeConfig @module=sdk.proto timestamp=2022-02-23T21:46:18.803-0600
2022-02-23T21:46:18.803-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_rpc=ValidateResourceTypeConfig tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket_acl @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 @module=sdk.proto tf_req_id=bc8a7e1b-2094-4df9-fdaa-6e0d624f69ff timestamp=2022-02-23T21:46:18.803-0600
2022-02-23T21:46:18.803-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a": visit complete
2022-02-23T21:46:18.803-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 @module=sdk.proto tf_proto_version=5 tf_resource_type=aws_s3_bucket_acl tf_provider_addr=provider tf_req_id=bc8a7e1b-2094-4df9-fdaa-6e0d624f69ff tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:18.803-0600
2022-02-23T21:46:18.803-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:18.803-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_proto_version=5 tf_resource_type=aws_s3_bucket_inventory tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_provider_addr=provider tf_req_id=1bce059a-3d3f-f28b-b26d-b4eb7819a56f @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 timestamp=2022-02-23T21:46:18.803-0600
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @module=sdk.proto tf_proto_version=5 tf_resource_type=aws_s3_bucket_cors_configuration tf_provider_addr=provider tf_req_id=f801283d-82dc-968b-67de-92ac33688656 tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 timestamp=2022-02-23T21:46:18.803-0600
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_provider_addr=provider tf_req_id=1bce059a-3d3f-f28b-b26d-b4eb7819a56f tf_resource_type=aws_s3_bucket_inventory @module=sdk.proto tf_proto_version=5 tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 timestamp=2022-02-23T21:46:18.803-0600
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 @module=sdk.proto tf_provider_addr=provider tf_req_id=f801283d-82dc-968b-67de-92ac33688656 tf_proto_version=5 tf_resource_type=aws_s3_bucket_cors_configuration tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:18.803-0600
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=b7ab91ff-c4db-b49e-b658-2c1c2482cf64 tf_resource_type=aws_s3_bucket_metric timestamp=2022-02-23T21:46:18.804-0600
2022-02-23T21:46:18.804-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_cors_configuration.a": visit complete
2022-02-23T21:46:18.804-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_metric.bf": visit complete
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_req_id=f801283d-82dc-968b-67de-92ac33688656 tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket_cors_configuration @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 timestamp=2022-02-23T21:46:18.804-0600
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 tf_proto_version=5 tf_req_id=b7ab91ff-c4db-b49e-b658-2c1c2482cf64 tf_resource_type=aws_s3_bucket_metric @module=sdk.proto tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:18.804-0600
2022-02-23T21:46:18.804-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_inventory.bi": visit complete
2022-02-23T21:46:18.804-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_provider_addr=provider tf_req_id=f801283d-82dc-968b-67de-92ac33688656 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 @module=sdk.proto tf_proto_version=5 tf_resource_type=aws_s3_bucket_cors_configuration tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:18.804-0600
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_resource_type=aws_s3_bucket_inventory @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=1bce059a-3d3f-f28b-b26d-b4eb7819a56f tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 timestamp=2022-02-23T21:46:18.804-0600
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_proto_version=5 tf_rpc=ValidateResourceTypeConfig tf_req_id=b7ab91ff-c4db-b49e-b658-2c1c2482cf64 tf_resource_type=aws_s3_bucket_metric @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 @module=sdk.proto tf_provider_addr=provider timestamp=2022-02-23T21:46:18.804-0600
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_provider_addr=provider tf_req_id=b7ab91ff-c4db-b49e-b658-2c1c2482cf64 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5 tf_resource_type=aws_s3_bucket_metric timestamp=2022-02-23T21:46:18.804-0600
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 tf_req_id=1bce059a-3d3f-f28b-b26d-b4eb7819a56f tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket_inventory timestamp=2022-02-23T21:46:18.804-0600
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_proto_version=5 tf_req_id=43ba7f12-c784-dfb5-bd51-20ff74f1a67e tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 timestamp=2022-02-23T21:46:18.804-0600
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 tf_req_id=43ba7f12-c784-dfb5-bd51-20ff74f1a67e tf_resource_type=aws_s3_bucket_lifecycle_configuration timestamp=2022-02-23T21:46:18.804-0600
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=43ba7f12-c784-dfb5-bd51-20ff74f1a67e @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:18.804-0600
2022-02-23T21:46:18.804-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 tf_proto_version=5 tf_req_id=43ba7f12-c784-dfb5-bd51-20ff74f1a67e timestamp=2022-02-23T21:46:18.804-0600
2022-02-23T21:46:18.805-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a": visit complete
2022-02-23T21:46:18.805-0600 [TRACE] vertex "module.test-bucket (close)": starting visit (*terraform.nodeCloseModule)
2022-02-23T21:46:18.805-0600 [TRACE] vertex "module.test-bucket (close)": visit complete
2022-02-23T21:46:18.805-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-02-23T21:46:18.805-0600 [TRACE] GRPCProvider: Close
2022-02-23T21:46:18.805-0600 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-02-23T21:46:18.812-0600 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 pid=98741
2022-02-23T21:46:18.812-0600 [DEBUG] provider: plugin exited
2022-02-23T21:46:18.812-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)": visit complete
2022-02-23T21:46:18.812-0600 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-02-23T21:46:18.812-0600 [TRACE] vertex "root": visit complete
2022-02-23T21:46:18.812-0600 [INFO] backend/local: apply calling Plan
2022-02-23T21:46:18.812-0600 [DEBUG] Building and walking plan graph for NormalMode
2022-02-23T21:46:18.813-0600 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-02-23T21:46:18.813-0600 [TRACE] ConfigTransformer: Starting for path:
2022-02-23T21:46:18.813-0600 [TRACE] ConfigTransformer: Starting for path: module.test-bucket
2022-02-23T21:46:18.813-0600 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
------
2022-02-23T21:46:18.813-0600 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-02-23T21:46:18.813-0600 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-02-23T21:46:18.813-0600 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-02-23T21:46:18.813-0600 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
------
2022-02-23T21:46:18.813-0600 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-02-23T21:46:18.813-0600 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
------
2022-02-23T21:46:18.814-0600 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-02-23T21:46:18.814-0600 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-02-23T21:46:18.814-0600 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-02-23T21:46:18.814-0600 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-02-23T21:46:18.814-0600 [TRACE] Executing graph transform *terraform.StateTransformer
2022-02-23T21:46:18.814-0600 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-02-23T21:46:18.814-0600 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-02-23T21:46:18.814-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:18.814-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:18.814-0600 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-02-23T21:46:18.814-0600 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-02-23T21:46:18.814-0600 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_metric.bf (expand)" (*terraform.nodeExpandPlannableResource) config from bucket/main.tf:57,1-37
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_metric.bf (expand)
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.data.aws_region.this (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"bucket/main.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:25, Byte:24}}
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.data.aws_region.this (expand)
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket.b (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:1,1-29
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_s3_bucket.b (expand)
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_inventory.bi (expand)" (*terraform.nodeExpandPlannableResource) config from bucket/main.tf:36,1-40
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_inventory.bi (expand)
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:5,1-65
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_s3_bucket_lifecycle_configuration.bucket-config (expand)
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.data.aws_partition.this (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"bucket/main.tf", Start:hcl.Pos{Line:5, Column:1, Byte:52}, End:hcl.Pos{Line:5, Column:28, Byte:79}}
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.data.aws_partition.this (expand)
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.data.aws_caller_identity.current (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"bucket/main.tf", Start:hcl.Pos{Line:9, Column:1, Byte:107}, End:hcl.Pos{Line:9, Column:37, Byte:143}}
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.data.aws_caller_identity.current (expand)
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_acl.a (expand)" (*terraform.nodeExpandPlannableResource) config from bucket/main.tf:70,1-33
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_acl.a (expand)
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)" (*terraform.nodeExpandPlannableResource) config from bucket/main.tf:77,1-48
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket.b (expand)" (*terraform.nodeExpandPlannableResource) config from bucket/main.tf:178,1-29
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket.b (expand)
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)" (*terraform.nodeExpandPlannableResource) config from bucket/main.tf:91,1-53
2022-02-23T21:46:18.814-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)
2022-02-23T21:46:18.814-0600 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-02-23T21:46:18.814-0600 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-02-23T21:46:18.814-0600 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-02-23T21:46:18.814-0600 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"].va" provider configuration from main.tf:24,1-15
2022-02-23T21:46:18.814-0600 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this (proxy) - *terraform.graphNodeProxyProvider
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.814-0600 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-02-23T21:46:18.815-0600 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/aws"], implied first by module.test-bucket.data.aws_region.this (expand)
2022-02-23T21:46:18.815-0600 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this (proxy) - *terraform.graphNodeProxyProvider
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.815-0600 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-02-23T21:46:18.815-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)
2022-02-23T21:46:18.815-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.815-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_metric.bf (expand)
2022-02-23T21:46:18.815-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_metric.bf (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.815-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_inventory.bi (expand)
2022-02-23T21:46:18.815-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_inventory.bi (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.815-0600 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_s3_bucket_lifecycle_configuration.bucket-config (expand)
2022-02-23T21:46:18.815-0600 [DEBUG] ProviderTransformer: "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2022-02-23T21:46:18.815-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.data.aws_region.this (expand)
2022-02-23T21:46:18.815-0600 [DEBUG] ProviderTransformer: "module.test-bucket.data.aws_region.this (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.815-0600 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_s3_bucket.b (expand)
2022-02-23T21:46:18.815-0600 [DEBUG] ProviderTransformer: "aws_s3_bucket.b (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2022-02-23T21:46:18.815-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.data.aws_partition.this (expand)
2022-02-23T21:46:18.815-0600 [DEBUG] ProviderTransformer: "module.test-bucket.data.aws_partition.this (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.815-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.data.aws_caller_identity.current (expand)
2022-02-23T21:46:18.815-0600 [DEBUG] ProviderTransformer: "module.test-bucket.data.aws_caller_identity.current (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.815-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_acl.a (expand)
2022-02-23T21:46:18.815-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_acl.a (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.816-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)
2022-02-23T21:46:18.816-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.816-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket.b (expand)
2022-02-23T21:46:18.816-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket.b (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.816-0600 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.816-0600 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-02-23T21:46:18.816-0600 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-02-23T21:46:18.816-0600 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.816-0600 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-02-23T21:46:18.816-0600 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-02-23T21:46:18.816-0600 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-02-23T21:46:18.816-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_acl.a (expand)
2022-02-23T21:46:18.816-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)
2022-02-23T21:46:18.816-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket.b (expand)
2022-02-23T21:46:18.816-0600 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2022-02-23T21:46:18.816-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)
2022-02-23T21:46:18.816-0600 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:18.816-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_metric.bf (expand)
2022-02-23T21:46:18.816-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.data.aws_region.this (expand)
2022-02-23T21:46:18.816-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket.b (expand)
2022-02-23T21:46:18.817-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_inventory.bi (expand)
2022-02-23T21:46:18.817-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket_lifecycle_configuration.bucket-config (expand)
2022-02-23T21:46:18.817-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.data.aws_partition.this (expand)
2022-02-23T21:46:18.817-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.data.aws_caller_identity.current (expand)
2022-02-23T21:46:18.817-0600 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-02-23T21:46:18.817-0600 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: Added module.test-bucket as *terraform.nodeExpandModule
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_metric.bf (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.data.aws_region.this (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.inventory_optional_fields (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.inventory_format (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.tags (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_allowed_methods (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.inventory_frequency (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_inventory.bi (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_max_age_seconds (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.lifecycle_object_rules (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.acl (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.enable_cors (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.enable_s3_inventory (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.inventory_included_object_versions (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_allowed_origins (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.data.aws_partition.this (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.data.aws_caller_identity.current (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.metric_filters (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.local.log_bucket_prefix (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_allowed_headers (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.local.inventory_bucket_prefix (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket (close) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.817-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_acl.a (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.818-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.818-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket.b (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.818-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.818-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_expose_headers (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.818-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.name (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:18.818-0600 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.818-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:18.818-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)" references: [module.test-bucket.var.lifecycle_object_rules (expand) module.test-bucket.aws_s3_bucket.b (expand) module.test-bucket.var.lifecycle_object_rules (expand)]
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_expose_headers (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.name (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"].va" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.inventory_frequency (expand)" references: []
2022-02-23T21:46:18.819-0600 [INFO] ReferenceTransformer: reference not found: "each.key"
2022-02-23T21:46:18.819-0600 [INFO] ReferenceTransformer: reference not found: "each.value"
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_metric.bf (expand)" references: [module.test-bucket.var.metric_filters (expand) module.test-bucket.aws_s3_bucket.b (expand)]
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.data.aws_region.this (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.inventory_optional_fields (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.inventory_format (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.tags (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_allowed_methods (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "aws_s3_bucket.b (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_inventory.bi (expand)" references: [module.test-bucket.var.enable_s3_inventory (expand) module.test-bucket.var.inventory_optional_fields (expand) module.test-bucket.aws_s3_bucket.b (expand) module.test-bucket.var.inventory_included_object_versions (expand) module.test-bucket.var.inventory_frequency (expand) module.test-bucket.var.inventory_format (expand) module.test-bucket.var.inventory_frequency (expand) module.test-bucket.data.aws_partition.this (expand) module.test-bucket.local.inventory_bucket_prefix (expand) module.test-bucket.data.aws_caller_identity.current (expand) module.test-bucket.data.aws_region.this (expand) module.test-bucket.var.inventory_format (expand)]
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_max_age_seconds (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.lifecycle_object_rules (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.acl (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.enable_cors (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)" references: [aws_s3_bucket.b (expand)]
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.enable_s3_inventory (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.inventory_included_object_versions (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_allowed_origins (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.data.aws_partition.this (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.data.aws_caller_identity.current (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.metric_filters (expand)" references: []
2022-02-23T21:46:18.819-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.local.log_bucket_prefix (expand)" references: []
2022-02-23T21:46:18.820-0600 [DEBUG] ReferenceTransformer: "module.test-bucket (expand)" references: []
2022-02-23T21:46:18.820-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_allowed_headers (expand)" references: []
2022-02-23T21:46:18.820-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.local.inventory_bucket_prefix (expand)" references: []
2022-02-23T21:46:18.820-0600 [DEBUG] ReferenceTransformer: "module.test-bucket (close)" references: []
2022-02-23T21:46:18.820-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_acl.a (expand)" references: [module.test-bucket.aws_s3_bucket.b (expand) module.test-bucket.var.acl (expand)]
2022-02-23T21:46:18.820-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)" references: [module.test-bucket.var.enable_cors (expand) module.test-bucket.aws_s3_bucket.b (expand) module.test-bucket.var.cors_allowed_headers (expand) module.test-bucket.var.cors_allowed_methods (expand) module.test-bucket.var.cors_allowed_origins (expand) module.test-bucket.var.cors_expose_headers (expand) module.test-bucket.var.cors_max_age_seconds (expand)]
2022-02-23T21:46:18.820-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket.b (expand)" references: [module.test-bucket.var.name (expand) module.test-bucket.var.tags (expand)]
2022-02-23T21:46:18.820-0600 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2022-02-23T21:46:18.820-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.820-0600 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-02-23T21:46:18.820-0600 [TRACE] AttachDependenciesTransformer: module.test-bucket.data.aws_partition.this depends on []
2022-02-23T21:46:18.820-0600 [TRACE] AttachDependenciesTransformer: module.test-bucket.data.aws_caller_identity.current depends on []
2022-02-23T21:46:18.820-0600 [TRACE] AttachDependenciesTransformer: module.test-bucket.aws_s3_bucket_acl.a depends on [module.test-bucket.aws_s3_bucket.b]
2022-02-23T21:46:18.820-0600 [TRACE] AttachDependenciesTransformer: module.test-bucket.aws_s3_bucket_cors_configuration.a depends on [module.test-bucket.aws_s3_bucket.b]
2022-02-23T21:46:18.820-0600 [TRACE] AttachDependenciesTransformer: module.test-bucket.aws_s3_bucket.b depends on []
2022-02-23T21:46:18.820-0600 [TRACE] AttachDependenciesTransformer: module.test-bucket.aws_s3_bucket_lifecycle_configuration.a depends on [module.test-bucket.aws_s3_bucket.b]
2022-02-23T21:46:18.820-0600 [TRACE] AttachDependenciesTransformer: module.test-bucket.aws_s3_bucket_metric.bf depends on [module.test-bucket.aws_s3_bucket.b]
2022-02-23T21:46:18.820-0600 [TRACE] AttachDependenciesTransformer: module.test-bucket.data.aws_region.this depends on []
2022-02-23T21:46:18.820-0600 [TRACE] AttachDependenciesTransformer: aws_s3_bucket.b depends on []
2022-02-23T21:46:18.820-0600 [TRACE] AttachDependenciesTransformer: module.test-bucket.aws_s3_bucket_inventory.bi depends on [module.test-bucket.aws_s3_bucket.b module.test-bucket.data.aws_caller_identity.current module.test-bucket.data.aws_partition.this module.test-bucket.data.aws_region.this]
2022-02-23T21:46:18.820-0600 [TRACE] AttachDependenciesTransformer: aws_s3_bucket_lifecycle_configuration.bucket-config depends on [aws_s3_bucket.b]
2022-02-23T21:46:18.821-0600 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-02-23T21:46:18.821-0600 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-02-23T21:46:18.821-0600 [TRACE] attachDataDependenciesTransformer: module.test-bucket.data.aws_region.this depends on []
2022-02-23T21:46:18.821-0600 [TRACE] attachDataDependenciesTransformer: module.test-bucket.data.aws_partition.this depends on []
2022-02-23T21:46:18.821-0600 [TRACE] attachDataDependenciesTransformer: module.test-bucket.data.aws_caller_identity.current depends on []
2022-02-23T21:46:18.821-0600 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-02-23T21:46:18.821-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:18.821-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:18.821-0600 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-02-23T21:46:18.821-0600 [TRACE] ForcedCBDTransformer: "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-23T21:46:18.821-0600 [TRACE] ForcedCBDTransformer: "module.test-bucket.data.aws_caller_identity.current (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-23T21:46:18.821-0600 [TRACE] ForcedCBDTransformer: "module.test-bucket.data.aws_partition.this (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-23T21:46:18.821-0600 [TRACE] ForcedCBDTransformer: "module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-23T21:46:18.821-0600 [TRACE] ForcedCBDTransformer: "module.test-bucket.aws_s3_bucket.b (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-23T21:46:18.821-0600 [TRACE] ForcedCBDTransformer: "module.test-bucket.aws_s3_bucket_acl.a (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-23T21:46:18.821-0600 [TRACE] ForcedCBDTransformer: "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-23T21:46:18.821-0600 [TRACE] ForcedCBDTransformer: "module.test-bucket.data.aws_region.this (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-23T21:46:18.821-0600 [TRACE] ForcedCBDTransformer: "module.test-bucket.aws_s3_bucket_metric.bf (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-23T21:46:18.821-0600 [TRACE] ForcedCBDTransformer: "module.test-bucket.aws_s3_bucket_inventory.bi (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-23T21:46:18.821-0600 [TRACE] ForcedCBDTransformer: "aws_s3_bucket.b (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-02-23T21:46:18.822-0600 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-02-23T21:46:18.822-0600 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-02-23T21:46:18.822-0600 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:18.822-0600 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-02-23T21:46:18.822-0600 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
module.test-bucket (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
------
2022-02-23T21:46:18.822-0600 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-02-23T21:46:18.823-0600 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandPlannableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
module.test-bucket (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
------
2022-02-23T21:46:18.823-0600 [DEBUG] Starting graph walk: walkPlan
2022-02-23T21:46:18.823-0600 [TRACE] vertex "module.test-bucket (expand)": starting visit (*terraform.nodeExpandModule)
2022-02-23T21:46:18.823-0600 [TRACE] vertex "module.test-bucket (expand)": visit complete
2022-02-23T21:46:18.823-0600 [TRACE] vertex "module.test-bucket.var.metric_filters (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.823-0600 [TRACE] vertex "module.test-bucket.var.metric_filters (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.824-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.824-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.824-0600 [TRACE] vertex "module.test-bucket.var.inventory_format (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.824-0600 [TRACE] vertex "module.test-bucket.var.inventory_format (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.824-0600 [TRACE] vertex "module.test-bucket.var.inventory_format (expand)": entering dynamic subgraph
2022-02-23T21:46:18.824-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2022-02-23T21:46:18.824-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.824-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions (expand)": entering dynamic subgraph
2022-02-23T21:46:18.824-0600 [TRACE] vertex "module.test-bucket.var.metric_filters (expand)": entering dynamic subgraph
2022-02-23T21:46:18.824-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va": starting visit (*terraform.NodeApplyableProvider)
2022-02-23T21:46:18.824-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.824-0600 [DEBUG] created provider logger: level=trace
2022-02-23T21:46:18.824-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.824-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds (expand)": entering dynamic subgraph
2022-02-23T21:46:18.824-0600 [INFO] provider: configuring client automatic mTLS
2022-02-23T21:46:18.824-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.824-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.enable_cors (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix (expand)": starting visit (*terraform.nodeExpandLocal)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.name (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix (expand)": starting visit (*terraform.nodeExpandLocal)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.tags (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.acl (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.inventory_format": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.acl (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.metric_filters": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions": visit complete
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers (expand)": entering dynamic subgraph
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.inventory_format": visit complete
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.825-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.cors_max_age_seconds, so skipping
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds": visit complete
2022-02-23T21:46:18.825-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.cors_allowed_headers, so skipping
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers": visit complete
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers (expand)": entering dynamic subgraph
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.enable_cors (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.825-0600 [TRACE] vertex "module.test-bucket.var.enable_cors (expand)": entering dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] Expanding local: adding module.test-bucket.local.inventory_bucket_prefix as *terraform.NodeLocal
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.name (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.tags (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields (expand)": entering dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.acl (expand)": entering dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency (expand)": expanding dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency (expand)": entering dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods (expand)": entering dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.826-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.metric_filters, so skipping
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.inventory_format (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.inventory_format (expand)": visit complete
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.cors_max_age_seconds (expand)": visit complete
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_headers (expand)": visit complete
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.enable_cors": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.826-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.cors_expose_headers, so skipping
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers": visit complete
2022-02-23T21:46:18.826-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix (expand)": entering dynamic subgraph
2022-02-23T21:46:18.826-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.enable_cors, so skipping
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.enable_cors": visit complete
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory (expand)": entering dynamic subgraph
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.name (expand)": entering dynamic subgraph
2022-02-23T21:46:18.827-0600 [TRACE] Expanding local: adding module.test-bucket.local.log_bucket_prefix as *terraform.NodeLocal
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix (expand)": entering dynamic subgraph
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins (expand)": entering dynamic subgraph
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.tags (expand)": entering dynamic subgraph
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": entering dynamic subgraph
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.acl": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.acl": visit complete
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.acl (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency": visit complete
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.metric_filters": visit complete
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.cors_expose_headers (expand)": visit complete
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.metric_filters (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.metric_filters (expand)": visit complete
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.enable_cors (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.enable_cors (expand)": visit complete
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields": visit complete
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.inventory_optional_fields (expand)": visit complete
2022-02-23T21:46:18.827-0600 [TRACE] vertex "module.test-bucket.var.name": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix": starting visit (*terraform.NodeLocal)
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.828-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.cors_allowed_origins, so skipping
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins": visit complete
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.tags": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.acl (expand)": visit complete
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.inventory_included_object_versions (expand)": visit complete
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.inventory_frequency (expand)": visit complete
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix": starting visit (*terraform.NodeLocal)
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:18.828-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.lifecycle_object_rules, so skipping
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules": visit complete
2022-02-23T21:46:18.828-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.enable_s3_inventory, so skipping
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory": visit complete
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.enable_s3_inventory (expand)": visit complete
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods": visit complete
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": visit complete
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix": visit complete
2022-02-23T21:46:18.828-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_origins (expand)": visit complete
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.var.name": visit complete
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix": visit complete
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.local.inventory_bucket_prefix (expand)": visit complete
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.var.tags": visit complete
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.var.tags (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.var.tags (expand)": visit complete
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.var.cors_allowed_methods (expand)": visit complete
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.local.log_bucket_prefix (expand)": visit complete
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.var.name (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:18.829-0600 [TRACE] vertex "module.test-bucket.var.name (expand)": visit complete
2022-02-23T21:46:18.836-0600 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5]
2022-02-23T21:46:18.863-0600 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 pid=98761
2022-02-23T21:46:18.865-0600 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5
2022-02-23T21:46:18.936-0600 [INFO] provider.terraform-provider-aws_v4.2.0_x5: configuring server automatic mTLS: timestamp=2022-02-23T21:46:18.936-0600
2022-02-23T21:46:18.947-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: plugin address: address=/var/folders/c3/r9ymngv5161cjgm06m91f59c0000gp/T/plugin3460621351 network=unix timestamp=2022-02-23T21:46:18.947-0600
2022-02-23T21:46:18.947-0600 [DEBUG] provider: using plugin: version=5
2022-02-23T21:46:18.963-0600 [TRACE] provider.stdio: waiting for stdio data
2022-02-23T21:46:18.963-0600 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2022-02-23T21:46:18.963-0600 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/aws"]
2022-02-23T21:46:18.963-0600 [DEBUG] created provider logger: level=trace
2022-02-23T21:46:18.963-0600 [INFO] provider: configuring client automatic mTLS
2022-02-23T21:46:18.974-0600 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5]
2022-02-23T21:46:18.983-0600 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 pid=98815
2022-02-23T21:46:18.983-0600 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5
2022-02-23T21:46:19.050-0600 [INFO] provider.terraform-provider-aws_v4.2.0_x5: configuring server automatic mTLS: timestamp=2022-02-23T21:46:19.049-0600
2022-02-23T21:46:19.062-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: plugin address: address=/var/folders/c3/r9ymngv5161cjgm06m91f59c0000gp/T/plugin1272663391 network=unix timestamp=2022-02-23T21:46:19.062-0600
2022-02-23T21:46:19.062-0600 [DEBUG] provider: using plugin: version=5
2022-02-23T21:46:19.076-0600 [TRACE] provider.stdio: waiting for stdio data
2022-02-23T21:46:19.076-0600 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"].va" provider for provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:19.076-0600 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: no configuration at all
2022-02-23T21:46:19.076-0600 [TRACE] GRPCProvider: GetProviderSchema
2022-02-23T21:46:19.076-0600 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:19.077-0600 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"].va: using explicit config only
2022-02-23T21:46:19.077-0600 [TRACE] GRPCProvider: GetProviderSchema
2022-02-23T21:46:19.077-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:329 tf_proto_version=5 tf_provider_addr=provider tf_rpc=GetSchema @module=sdk.proto tf_req_id=bd78fc9a-9dc4-94e3-d155-2d54a92fb7db timestamp=2022-02-23T21:46:19.077-0600
2022-02-23T21:46:19.077-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:336 tf_provider_addr=provider @module=sdk.proto tf_proto_version=5 tf_req_id=bd78fc9a-9dc4-94e3-d155-2d54a92fb7db tf_rpc=GetSchema timestamp=2022-02-23T21:46:19.077-0600
2022-02-23T21:46:19.077-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=09307c76-6723-8400-d59f-e75589c41aba @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:329 tf_rpc=GetSchema timestamp=2022-02-23T21:46:19.077-0600
2022-02-23T21:46:19.078-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_rpc=GetSchema @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:336 tf_proto_version=5 tf_provider_addr=provider tf_req_id=09307c76-6723-8400-d59f-e75589c41aba @module=sdk.proto timestamp=2022-02-23T21:46:19.077-0600
2022-02-23T21:46:19.109-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_provider_addr=provider tf_rpc=GetSchema @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:342 @module=sdk.proto tf_proto_version=5 tf_req_id=bd78fc9a-9dc4-94e3-d155-2d54a92fb7db timestamp=2022-02-23T21:46:19.109-0600
2022-02-23T21:46:19.114-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_rpc=GetSchema tf_req_id=09307c76-6723-8400-d59f-e75589c41aba @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:342 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:19.110-0600
2022-02-23T21:46:19.120-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_provider_addr=provider tf_req_id=bd78fc9a-9dc4-94e3-d155-2d54a92fb7db @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:348 @module=sdk.proto tf_proto_version=5 tf_rpc=GetSchema timestamp=2022-02-23T21:46:19.120-0600
2022-02-23T21:46:19.122-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_provider_addr=provider tf_rpc=GetSchema @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:348 @module=sdk.proto tf_proto_version=5 tf_req_id=09307c76-6723-8400-d59f-e75589c41aba timestamp=2022-02-23T21:46:19.122-0600
2022-02-23T21:46:19.215-0600 [TRACE] GRPCProvider: ValidateProviderConfig
2022-02-23T21:46:19.216-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=2316fc4b-aa72-cc21-923a-b8366488c1ec tf_rpc=PrepareProviderConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:354 timestamp=2022-02-23T21:46:19.216-0600
2022-02-23T21:46:19.216-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_provider_addr=provider tf_req_id=2316fc4b-aa72-cc21-923a-b8366488c1ec tf_rpc=PrepareProviderConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:361 tf_proto_version=5 @module=sdk.proto timestamp=2022-02-23T21:46:19.216-0600
2022-02-23T21:46:19.219-0600 [TRACE] GRPCProvider: ValidateProviderConfig
2022-02-23T21:46:19.225-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @module=sdk.proto tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:354 tf_proto_version=5 tf_req_id=0bb9fb99-fd4f-2f40-7a78-1f5444c4610f tf_rpc=PrepareProviderConfig timestamp=2022-02-23T21:46:19.223-0600
2022-02-23T21:46:19.225-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_proto_version=5 tf_provider_addr=provider tf_req_id=0bb9fb99-fd4f-2f40-7a78-1f5444c4610f tf_rpc=PrepareProviderConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:361 @module=sdk.proto timestamp=2022-02-23T21:46:19.223-0600
2022-02-23T21:46:19.382-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_proto_version=5 tf_req_id=2316fc4b-aa72-cc21-923a-b8366488c1ec tf_rpc=PrepareProviderConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:367 @module=sdk.proto tf_provider_addr=provider timestamp=2022-02-23T21:46:19.382-0600
2022-02-23T21:46:19.382-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_provider_addr=provider tf_req_id=2316fc4b-aa72-cc21-923a-b8366488c1ec @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:373 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_proto_version=5 timestamp=2022-02-23T21:46:19.382-0600
2022-02-23T21:46:19.383-0600 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/aws\"].va" changed the config value, but that value is unused
2022-02-23T21:46:19.383-0600 [TRACE] GRPCProvider: ConfigureProvider
2022-02-23T21:46:19.384-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:379 tf_proto_version=5 tf_req_id=19a8ea38-4270-7cfb-2f16-28a82f162082 @module=sdk.proto tf_provider_addr=provider tf_rpc=Configure timestamp=2022-02-23T21:46:19.384-0600
2022-02-23T21:46:19.384-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_provider_addr=provider tf_req_id=19a8ea38-4270-7cfb-2f16-28a82f162082 @module=sdk.proto tf_proto_version=5 tf_rpc=Configure @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:386 timestamp=2022-02-23T21:46:19.384-0600
2022-02-23T21:46:19.385-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_rpc=PrepareProviderConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:367 tf_provider_addr=provider tf_req_id=0bb9fb99-fd4f-2f40-7a78-1f5444c4610f @module=sdk.proto tf_proto_version=5 timestamp=2022-02-23T21:46:19.385-0600
2022-02-23T21:46:19.385-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_provider_addr=provider tf_proto_version=5 tf_req_id=0bb9fb99-fd4f-2f40-7a78-1f5444c4610f tf_rpc=PrepareProviderConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:373 @module=sdk.proto timestamp=2022-02-23T21:46:19.385-0600
2022-02-23T21:46:19.385-0600 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/aws\"]" changed the config value, but that value is unused
2022-02-23T21:46:19.386-0600 [TRACE] GRPCProvider: ConfigureProvider
2022-02-23T21:46:19.387-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_req_id=45b4513a-259c-08fc-f55e-a0e2290d814b tf_rpc=Configure @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:379 tf_provider_addr=provider tf_proto_version=5 @module=sdk.proto timestamp=2022-02-23T21:46:19.386-0600
2022-02-23T21:46:19.387-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @module=sdk.proto @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:386 tf_proto_version=5 tf_provider_addr=provider tf_req_id=45b4513a-259c-08fc-f55e-a0e2290d814b tf_rpc=Configure timestamp=2022-02-23T21:46:19.386-0600
2022-02-23T21:46:19.389-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Trying to get account information via sts:GetCallerIdentity: timestamp=2022-02-23T21:46:19.389-0600
2022-02-23T21:46:19.390-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go-v2] Request
POST / HTTP/1.1
Host: sts.us-east-1.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.13.0 os/macos lang/go/1.17.6 md/GOOS/darwin md/GOARCH/amd64 api/sts/1.14.0
Content-Length: 43
Amz-Sdk-Invocation-Id: e88ea0b9-041c-4ed7-bb62-2b1cf7d43ee1
Amz-Sdk-Request: attempt=1; max=25
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=dd7a155a6f097fe098594389dde78d1b0ff5dd1fa6792d520f76d9064a0fb05b
Content-Type: application/x-www-form-urlencoded
X-Amz-Date: 20220224T034619Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15: timestamp=2022-02-23T21:46:19.390-0600
2022-02-23T21:46:19.390-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Trying to get account information via sts:GetCallerIdentity: timestamp=2022-02-23T21:46:19.390-0600
2022-02-23T21:46:19.390-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go-v2] Request
POST / HTTP/1.1
Host: sts.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.13.0 os/macos lang/go/1.17.6 md/GOOS/darwin md/GOARCH/amd64 api/sts/1.14.0
Content-Length: 43
Amz-Sdk-Invocation-Id: f5d2ab02-256c-4970-ab5e-e19cc6f638da
Amz-Sdk-Request: attempt=1; max=25
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=3cb3c71bb25c84e76d557d7847d9d33020140a2cefa9800a2e38d45e324aff30
Content-Type: application/x-www-form-urlencoded
X-Amz-Date: 20220224T034619Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15: timestamp=2022-02-23T21:46:19.390-0600
2022-02-23T21:46:19.926-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go-v2] Response
HTTP/1.1 200 OK
Content-Length: 405
Content-Type: text/xml
Date: Thu, 24 Feb 2022 03:46:19 GMT
X-Amzn-Requestid: 61a831fb-6292-4ec8-ad0e-1fe32d6948c9
<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::account_id:user/gobblty</Arn>
<UserId>QERTGHAERG14t5</UserId>
<Account>account_id</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>61a831fb-6292-4ec8-ad0e-1fe32d6948c9</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2022-02-23T21:46:19.926-0600
2022-02-23T21:46:19.928-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Trying to get account information via sts:GetCallerIdentity: timestamp=2022-02-23T21:46:19.928-0600
2022-02-23T21:46:19.928-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go-v2] Request
POST / HTTP/1.1
Host: sts.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.13.0 os/macos lang/go/1.17.6 md/GOOS/darwin md/GOARCH/amd64 api/sts/1.14.0
Content-Length: 43
Amz-Sdk-Invocation-Id: 1a7862cb-4480-4dfe-8947-0fbd574a2d93
Amz-Sdk-Request: attempt=1; max=25
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=5531901847b227cf45587d9ee55d1208bf4720caf76c9ed3b3ab57c0d379c5df
Content-Type: application/x-www-form-urlencoded
X-Amz-Date: 20220224T034619Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15: timestamp=2022-02-23T21:46:19.928-0600
2022-02-23T21:46:19.928-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go-v2] Response
HTTP/1.1 200 OK
Content-Length: 405
Content-Type: text/xml
Date: Thu, 24 Feb 2022 03:46:19 GMT
X-Amzn-Requestid: 66367a19-8624-4f77-b208-f3aca6c7f83d
<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::account_id:user/gobblty</Arn>
<UserId>QERTGHAERG14t5</UserId>
<Account>account_id</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>66367a19-8624-4f77-b208-f3aca6c7f83d</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2022-02-23T21:46:19.928-0600
2022-02-23T21:46:19.930-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Trying to get account information via sts:GetCallerIdentity: timestamp=2022-02-23T21:46:19.930-0600
2022-02-23T21:46:19.930-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go-v2] Request
POST / HTTP/1.1
Host: sts.us-east-1.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.13.0 os/macos lang/go/1.17.6 md/GOOS/darwin md/GOARCH/amd64 api/sts/1.14.0
Content-Length: 43
Amz-Sdk-Invocation-Id: 86f5b491-6268-46ce-a124-f8ae307709b3
Amz-Sdk-Request: attempt=1; max=25
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=c7f28f8b5b1e998dba3cf24a1d1fc43c53b98757d89c6af21e039f38c81f908e
Content-Type: application/x-www-form-urlencoded
X-Amz-Date: 20220224T034619Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15: timestamp=2022-02-23T21:46:19.930-0600
2022-02-23T21:46:19.971-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go-v2] Response
HTTP/1.1 200 OK
Content-Length: 405
Content-Type: text/xml
Date: Thu, 24 Feb 2022 03:46:20 GMT
X-Amzn-Requestid: 0fc6f9db-b1dd-436c-9bf0-76f8a51ad839
<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::account_id:user/gobblty</Arn>
<UserId>QERTGHAERG14t5</UserId>
<Account>account_id</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>0fc6f9db-b1dd-436c-9bf0-76f8a51ad839</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2022-02-23T21:46:19.971-0600
2022-02-23T21:46:19.975-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Content-Length: 87
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=fc758060f9e3bccc02c43b1bb40985689cba8a701ebfd0a31cc6569f5e56ea00
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20220224T034619Z
Accept-Encoding: gzip
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
-----------------------------------------------------: timestamp=2022-02-23T21:46:19.975-0600
2022-02-23T21:46:19.976-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go-v2] Response
HTTP/1.1 200 OK
Content-Length: 405
Content-Type: text/xml
Date: Thu, 24 Feb 2022 03:46:19 GMT
X-Amzn-Requestid: a514d65c-c060-48f3-b871-5d28433aef1c
<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::account_id:user/gobblty</Arn>
<UserId>QERTGHAERG14t5</UserId>
<Account>account_id</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>a514d65c-c060-48f3-b871-5d28433aef1c</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2022-02-23T21:46:19.976-0600
2022-02-23T21:46:19.981-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-east-1.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Content-Length: 87
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=635548b3b55e42eb13f65e0bb52d96936ca5fea36fc38cb52f08044f82f73950
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20220224T034619Z
Accept-Encoding: gzip
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
-----------------------------------------------------: timestamp=2022-02-23T21:46:19.981-0600
2022-02-23T21:46:20.305-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 540
Cache-Control: no-cache, no-store
Content-Type: text/xml;charset=UTF-8
Date: Thu, 24 Feb 2022 03:46:19 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: 6c5428bc-e486-42e7-85df-04dc0b03bae9
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.305-0600
2022-02-23T21:46:20.305-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>6c5428bc-e486-42e7-85df-04dc0b03bae9</requestId>
<accountAttributeSet>
<item>
<attributeName>supported-platforms</attributeName>
<attributeValueSet>
<item>
<attributeValue>VPC</attributeValue>
</item>
</attributeValueSet>
</item>
</accountAttributeSet>
</DescribeAccountAttributesResponse>: timestamp=2022-02-23T21:46:20.305-0600
2022-02-23T21:46:20.305-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_proto_version=5 tf_rpc=Configure @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:392 @module=sdk.proto tf_provider_addr=provider tf_req_id=45b4513a-259c-08fc-f55e-a0e2290d814b timestamp=2022-02-23T21:46:20.305-0600
2022-02-23T21:46:20.305-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @module=sdk.proto tf_req_id=45b4513a-259c-08fc-f55e-a0e2290d814b @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:398 tf_proto_version=5 tf_provider_addr=provider tf_rpc=Configure timestamp=2022-02-23T21:46:20.305-0600
2022-02-23T21:46:20.305-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2022-02-23T21:46:20.305-0600 [TRACE] vertex "aws_s3_bucket.b (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-02-23T21:46:20.305-0600 [TRACE] vertex "aws_s3_bucket.b (expand)": expanding dynamic subgraph
2022-02-23T21:46:20.305-0600 [TRACE] vertex "aws_s3_bucket.b (expand)": entering dynamic subgraph
2022-02-23T21:46:20.305-0600 [TRACE] vertex "aws_s3_bucket.b": starting visit (*terraform.NodePlannableResource)
2022-02-23T21:46:20.306-0600 [TRACE] vertex "aws_s3_bucket.b": expanding dynamic subgraph
2022-02-23T21:46:20.306-0600 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-02-23T21:46:20.306-0600 [TRACE] ResourceCountTransformer: adding aws_s3_bucket.b as *terraform.NodePlannableResourceInstance
2022-02-23T21:46:20.306-0600 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_s3_bucket.b - *terraform.NodePlannableResourceInstance
------
2022-02-23T21:46:20.306-0600 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-02-23T21:46:20.306-0600 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-02-23T21:46:20.306-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:20.307-0600 [TRACE] NodeAbstractResourceInstance.AttachResourceState for aws_s3_bucket.b
2022-02-23T21:46:20.307-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:20.307-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:20.307-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:20.307-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:20.307-0600 [DEBUG] ReferenceTransformer: "aws_s3_bucket.b" references: []
2022-02-23T21:46:20.307-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-02-23T21:46:20.307-0600 [TRACE] Executing graph transform *terraform.RootTransformer
2022-02-23T21:46:20.307-0600 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-02-23T21:46:20.307-0600 [TRACE] vertex "aws_s3_bucket.b": entering dynamic subgraph
2022-02-23T21:46:20.307-0600 [TRACE] vertex "aws_s3_bucket.b": starting visit (*terraform.NodePlannableResourceInstance)
2022-02-23T21:46:20.307-0600 [TRACE] readResourceInstanceState: reading state for aws_s3_bucket.b
2022-02-23T21:46:20.308-0600 [TRACE] upgradeResourceState: schema version of aws_s3_bucket.b is still 0; calling provider "aws" for any other minor fixups
2022-02-23T21:46:20.308-0600 [TRACE] GRPCProvider: UpgradeResourceState
2022-02-23T21:46:20.309-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_proto_version=5 tf_rpc=UpgradeResourceState @module=sdk.proto tf_provider_addr=provider tf_req_id=9ce15bd7-a29e-4894-5f80-bca86b3462dd tf_resource_type=aws_s3_bucket @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:520 timestamp=2022-02-23T21:46:20.309-0600
2022-02-23T21:46:20.309-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_rpc=UpgradeResourceState @module=sdk.proto tf_provider_addr=provider tf_req_id=9ce15bd7-a29e-4894-5f80-bca86b3462dd tf_proto_version=5 tf_resource_type=aws_s3_bucket @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:527 timestamp=2022-02-23T21:46:20.309-0600
2022-02-23T21:46:20.309-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_req_id=9ce15bd7-a29e-4894-5f80-bca86b3462dd tf_resource_type=aws_s3_bucket tf_rpc=UpgradeResourceState @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:533 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:20.309-0600
2022-02-23T21:46:20.309-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_rpc=UpgradeResourceState @module=sdk.proto tf_provider_addr=provider tf_proto_version=5 tf_req_id=9ce15bd7-a29e-4894-5f80-bca86b3462dd tf_resource_type=aws_s3_bucket @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:539 timestamp=2022-02-23T21:46:20.309-0600
2022-02-23T21:46:20.310-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for aws_s3_bucket.b
2022-02-23T21:46:20.310-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_s3_bucket.b
2022-02-23T21:46:20.311-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_s3_bucket.b
2022-02-23T21:46:20.311-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_s3_bucket.b
2022-02-23T21:46:20.311-0600 [TRACE] NodeAbstractResourceInstance.refresh for aws_s3_bucket.b
2022-02-23T21:46:20.313-0600 [TRACE] GRPCProvider: ReadResource
2022-02-23T21:46:20.314-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_provider_addr=provider tf_rpc=ReadResource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:545 @module=sdk.proto tf_proto_version=5 tf_req_id=5abd2a12-cc68-31a2-4dec-0c7247d985a7 tf_resource_type=aws_s3_bucket timestamp=2022-02-23T21:46:20.314-0600
2022-02-23T21:46:20.314-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_rpc=ReadResource tf_req_id=5abd2a12-cc68-31a2-4dec-0c7247d985a7 tf_resource_type=aws_s3_bucket @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:552 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:20.314-0600
2022-02-23T21:46:20.315-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.314-0600
2022-02-23T21:46:20.315-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/HeadBucket Details:
---[ REQUEST POST-SIGN ]-----------------------------
HEAD / HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8825c348f4242a2f4a337805aff0feba66c22afad8973abafa9056264bf94f96
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.315-0600
2022-02-23T21:46:20.553-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 540
Cache-Control: no-cache, no-store
Content-Type: text/xml;charset=UTF-8
Date: Thu, 24 Feb 2022 03:46:20 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: d1b8285e-f033-45c6-98fa-ed0253b123c7
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.553-0600
2022-02-23T21:46:20.554-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>d1b8285e-f033-45c6-98fa-ed0253b123c7</requestId>
<accountAttributeSet>
<item>
<attributeName>supported-platforms</attributeName>
<attributeValueSet>
<item>
<attributeValue>VPC</attributeValue>
</item>
</attributeValueSet>
</item>
</accountAttributeSet>
</DescribeAccountAttributesResponse>: timestamp=2022-02-23T21:46:20.553-0600
2022-02-23T21:46:20.554-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:392 tf_proto_version=5 tf_provider_addr=provider @module=sdk.proto tf_req_id=19a8ea38-4270-7cfb-2f16-28a82f162082 tf_rpc=Configure timestamp=2022-02-23T21:46:20.553-0600
2022-02-23T21:46:20.554-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_proto_version=5 tf_rpc=Configure @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:398 @module=sdk.proto tf_provider_addr=provider tf_req_id=19a8ea38-4270-7cfb-2f16-28a82f162082 timestamp=2022-02-23T21:46:20.553-0600
2022-02-23T21:46:20.554-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va": visit complete
2022-02-23T21:46:20.554-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-02-23T21:46:20.554-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-02-23T21:46:20.554-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this (expand)": expanding dynamic subgraph
2022-02-23T21:46:20.554-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this (expand)": entering dynamic subgraph
2022-02-23T21:46:20.554-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current (expand)": expanding dynamic subgraph
2022-02-23T21:46:20.554-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current (expand)": entering dynamic subgraph
2022-02-23T21:46:20.554-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-02-23T21:46:20.554-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current": starting visit (*terraform.NodePlannableResource)
2022-02-23T21:46:20.554-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this (expand)": expanding dynamic subgraph
2022-02-23T21:46:20.554-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current": expanding dynamic subgraph
2022-02-23T21:46:20.554-0600 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-02-23T21:46:20.554-0600 [TRACE] ResourceCountTransformer: adding module.test-bucket.data.aws_caller_identity.current as *terraform.NodePlannableResourceInstance
2022-02-23T21:46:20.554-0600 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.test-bucket.data.aws_caller_identity.current - *terraform.NodePlannableResourceInstance
------
2022-02-23T21:46:20.554-0600 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-02-23T21:46:20.554-0600 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-02-23T21:46:20.554-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this (expand)": entering dynamic subgraph
2022-02-23T21:46:20.554-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-02-23T21:46:20.554-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b (expand)": expanding dynamic subgraph
2022-02-23T21:46:20.555-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this": starting visit (*terraform.NodePlannableResource)
2022-02-23T21:46:20.555-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:20.555-0600 [TRACE] NodeAbstractResourceInstance.AttachResourceState for module.test-bucket.data.aws_caller_identity.current
2022-02-23T21:46:20.555-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:20.555-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this": starting visit (*terraform.NodePlannableResource)
2022-02-23T21:46:20.555-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:20.555-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:20.555-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:20.555-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.data.aws_caller_identity.current" references: []
2022-02-23T21:46:20.555-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-02-23T21:46:20.555-0600 [TRACE] Executing graph transform *terraform.RootTransformer
2022-02-23T21:46:20.555-0600 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-02-23T21:46:20.555-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current": entering dynamic subgraph
2022-02-23T21:46:20.555-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current": starting visit (*terraform.NodePlannableResourceInstance)
2022-02-23T21:46:20.555-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b (expand)": entering dynamic subgraph
2022-02-23T21:46:20.555-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this": expanding dynamic subgraph
2022-02-23T21:46:20.555-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b": starting visit (*terraform.NodePlannableResource)
2022-02-23T21:46:20.555-0600 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-02-23T21:46:20.555-0600 [TRACE] ResourceCountTransformer: adding module.test-bucket.data.aws_partition.this as *terraform.NodePlannableResourceInstance
2022-02-23T21:46:20.555-0600 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.test-bucket.data.aws_partition.this - *terraform.NodePlannableResourceInstance
------
2022-02-23T21:46:20.555-0600 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-02-23T21:46:20.555-0600 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-02-23T21:46:20.555-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:20.555-0600 [TRACE] NodeAbstractResourceInstance.AttachResourceState for module.test-bucket.data.aws_partition.this
2022-02-23T21:46:20.555-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:20.555-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:20.555-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:20.555-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:20.556-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this": expanding dynamic subgraph
2022-02-23T21:46:20.556-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.data.aws_partition.this" references: []
2022-02-23T21:46:20.556-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-02-23T21:46:20.556-0600 [TRACE] Executing graph transform *terraform.RootTransformer
2022-02-23T21:46:20.556-0600 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-02-23T21:46:20.556-0600 [TRACE] readResourceInstanceState: reading state for module.test-bucket.data.aws_caller_identity.current
2022-02-23T21:46:20.556-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this": entering dynamic subgraph
2022-02-23T21:46:20.556-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this": starting visit (*terraform.NodePlannableResourceInstance)
2022-02-23T21:46:20.556-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b": expanding dynamic subgraph
2022-02-23T21:46:20.556-0600 [TRACE] readResourceInstanceState: reading state for module.test-bucket.data.aws_partition.this
2022-02-23T21:46:20.556-0600 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-02-23T21:46:20.556-0600 [TRACE] ResourceCountTransformer: adding module.test-bucket.data.aws_region.this as *terraform.NodePlannableResourceInstance
2022-02-23T21:46:20.556-0600 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.test-bucket.data.aws_region.this - *terraform.NodePlannableResourceInstance
------
2022-02-23T21:46:20.556-0600 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-02-23T21:46:20.556-0600 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-02-23T21:46:20.556-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:20.556-0600 [TRACE] NodeAbstractResourceInstance.AttachResourceState for module.test-bucket.data.aws_region.this
2022-02-23T21:46:20.556-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:20.556-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:20.556-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:20.556-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:20.556-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.data.aws_region.this" references: []
2022-02-23T21:46:20.556-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-02-23T21:46:20.556-0600 [TRACE] Executing graph transform *terraform.RootTransformer
2022-02-23T21:46:20.556-0600 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-02-23T21:46:20.556-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this": entering dynamic subgraph
2022-02-23T21:46:20.556-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this": starting visit (*terraform.NodePlannableResourceInstance)
2022-02-23T21:46:20.556-0600 [TRACE] readResourceInstanceState: reading state for module.test-bucket.data.aws_region.this
2022-02-23T21:46:20.556-0600 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-02-23T21:46:20.556-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for module.test-bucket.data.aws_caller_identity.current
2022-02-23T21:46:20.556-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.data.aws_caller_identity.current
2022-02-23T21:46:20.556-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for module.test-bucket.data.aws_partition.this
2022-02-23T21:46:20.556-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.data.aws_partition.this
2022-02-23T21:46:20.557-0600 [TRACE] ResourceCountTransformer: adding module.test-bucket.aws_s3_bucket.b as *terraform.NodePlannableResourceInstance
2022-02-23T21:46:20.557-0600 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.test-bucket.aws_s3_bucket.b - *terraform.NodePlannableResourceInstance
------
2022-02-23T21:46:20.557-0600 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-02-23T21:46:20.557-0600 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-02-23T21:46:20.557-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:20.557-0600 [TRACE] NodeAbstractResourceInstance.AttachResourceState for module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:20.557-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:20.557-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:20.557-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:20.557-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:20.557-0600 [INFO] ReferenceTransformer: reference not found: "var.name"
2022-02-23T21:46:20.557-0600 [INFO] ReferenceTransformer: reference not found: "var.tags"
2022-02-23T21:46:20.557-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket.b" references: []
2022-02-23T21:46:20.557-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-02-23T21:46:20.557-0600 [TRACE] Executing graph transform *terraform.RootTransformer
2022-02-23T21:46:20.557-0600 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-02-23T21:46:20.557-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b": entering dynamic subgraph
2022-02-23T21:46:20.557-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b": starting visit (*terraform.NodePlannableResourceInstance)
2022-02-23T21:46:20.557-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for module.test-bucket.data.aws_region.this
2022-02-23T21:46:20.557-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.data.aws_region.this
2022-02-23T21:46:20.557-0600 [TRACE] readDataSource: Re-validating config for module.test-bucket.data.aws_partition.this
2022-02-23T21:46:20.557-0600 [TRACE] GRPCProvider: ValidateDataResourceConfig
2022-02-23T21:46:20.557-0600 [TRACE] readDataSource: Re-validating config for module.test-bucket.data.aws_caller_identity.current
2022-02-23T21:46:20.557-0600 [TRACE] GRPCProvider: ValidateDataResourceConfig
2022-02-23T21:46:20.557-0600 [TRACE] readResourceInstanceState: reading state for module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:20.557-0600 [TRACE] readDataSource: Re-validating config for module.test-bucket.data.aws_region.this
2022-02-23T21:46:20.557-0600 [TRACE] GRPCProvider: ValidateDataResourceConfig
2022-02-23T21:46:20.558-0600 [TRACE] upgradeResourceState: schema version of module.test-bucket.aws_s3_bucket.b is still 0; calling provider "aws" for any other minor fixups
2022-02-23T21:46:20.558-0600 [TRACE] GRPCProvider: UpgradeResourceState
2022-02-23T21:46:20.558-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_provider_addr=provider @module=sdk.proto tf_data_source_type=aws_partition tf_proto_version=5 tf_req_id=027cac9b-eea9-36a2-a09e-18266d0a8b02 tf_rpc=ValidateDataSourceConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:445 timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.558-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:452 @module=sdk.proto tf_data_source_type=aws_partition tf_proto_version=5 tf_provider_addr=provider tf_rpc=ValidateDataSourceConfig tf_req_id=027cac9b-eea9-36a2-a09e-18266d0a8b02 timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.558-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_req_id=b03a0ac0-fd89-f80f-5d73-5b3cac3e97ef @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:445 tf_proto_version=5 tf_provider_addr=provider tf_rpc=ValidateDataSourceConfig @module=sdk.proto tf_data_source_type=aws_region timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.558-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_rpc=ValidateDataSourceConfig @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_data_source_type=aws_partition tf_req_id=027cac9b-eea9-36a2-a09e-18266d0a8b02 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:458 timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.558-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:452 @module=sdk.proto tf_req_id=b03a0ac0-fd89-f80f-5d73-5b3cac3e97ef tf_rpc=ValidateDataSourceConfig tf_data_source_type=aws_region tf_proto_version=5 timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.558-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_rpc=ValidateDataSourceConfig tf_proto_version=5 tf_req_id=cd6c154f-f7cc-db45-6815-653ce1f9c336 tf_data_source_type=aws_caller_identity tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:445 @module=sdk.proto timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.558-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_data_source_type=aws_caller_identity tf_proto_version=5 tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:452 @module=sdk.proto tf_req_id=cd6c154f-f7cc-db45-6815-653ce1f9c336 tf_rpc=ValidateDataSourceConfig timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.558-0600 [TRACE] readDataSource: module.test-bucket.data.aws_partition.this configuration is complete, so reading from provider
2022-02-23T21:46:20.558-0600 [TRACE] GRPCProvider: ReadDataSource
2022-02-23T21:46:20.558-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @module=sdk.proto tf_proto_version=5 tf_req_id=027cac9b-eea9-36a2-a09e-18266d0a8b02 tf_rpc=ValidateDataSourceConfig tf_data_source_type=aws_partition tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:464 timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.558-0600 [TRACE] readDataSource: module.test-bucket.data.aws_region.this configuration is complete, so reading from provider
2022-02-23T21:46:20.558-0600 [TRACE] GRPCProvider: ReadDataSource
2022-02-23T21:46:20.558-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @module=sdk.proto tf_provider_addr=provider tf_rpc=ValidateDataSourceConfig tf_proto_version=5 tf_req_id=cd6c154f-f7cc-db45-6815-653ce1f9c336 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:458 tf_data_source_type=aws_caller_identity timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.558-0600 [TRACE] readDataSource: module.test-bucket.data.aws_caller_identity.current configuration is complete, so reading from provider
2022-02-23T21:46:20.558-0600 [TRACE] GRPCProvider: ReadDataSource
2022-02-23T21:46:20.559-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_rpc=ValidateDataSourceConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:464 @module=sdk.proto tf_data_source_type=aws_caller_identity tf_provider_addr=provider tf_req_id=cd6c154f-f7cc-db45-6815-653ce1f9c336 tf_proto_version=5 timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.559-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @module=sdk.proto @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:458 tf_data_source_type=aws_region tf_proto_version=5 tf_provider_addr=provider tf_req_id=b03a0ac0-fd89-f80f-5d73-5b3cac3e97ef tf_rpc=ValidateDataSourceConfig timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.559-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_rpc=ValidateDataSourceConfig @module=sdk.proto tf_data_source_type=aws_region tf_proto_version=5 tf_provider_addr=provider tf_req_id=b03a0ac0-fd89-f80f-5d73-5b3cac3e97ef @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:464 timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.559-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:520 tf_provider_addr=provider tf_resource_type=aws_s3_bucket @module=sdk.proto tf_proto_version=5 tf_req_id=00505f2c-c859-0db8-def3-a7c405754fb1 tf_rpc=UpgradeResourceState timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.559-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:527 tf_rpc=UpgradeResourceState @module=sdk.proto tf_req_id=00505f2c-c859-0db8-def3-a7c405754fb1 timestamp=2022-02-23T21:46:20.558-0600
2022-02-23T21:46:20.559-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_provider_addr=provider tf_req_id=9c684a13-0383-2e00-8601-a128af6a4cb2 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:470 @module=sdk.proto tf_data_source_type=aws_partition tf_proto_version=5 tf_rpc=ReadDataSource timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.559-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:470 @module=sdk.proto tf_proto_version=5 tf_req_id=5a0673b1-da54-0b9c-1b43-d0487a413acc tf_rpc=ReadDataSource tf_data_source_type=aws_region tf_provider_addr=provider timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.559-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:477 @module=sdk.proto tf_provider_addr=provider tf_req_id=9c684a13-0383-2e00-8601-a128af6a4cb2 tf_rpc=ReadDataSource tf_data_source_type=aws_partition tf_proto_version=5 timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.559-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:477 tf_rpc=ReadDataSource @module=sdk.proto tf_data_source_type=aws_region tf_proto_version=5 tf_provider_addr=provider tf_req_id=5a0673b1-da54-0b9c-1b43-d0487a413acc timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.559-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Reading Partition.: timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.559-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Setting AWS Partition to aws.: timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.559-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Setting AWS URL Suffix to amazonaws.com.: timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.559-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Setting service prefix to com.amazonaws.: timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.559-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_data_source_type=aws_caller_identity tf_proto_version=5 tf_provider_addr=provider tf_req_id=3acbbd78-52a8-1915-a329-0f83a1927ab8 tf_rpc=ReadDataSource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:470 @module=sdk.proto timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.559-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_data_source_type=aws_partition tf_proto_version=5 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:483 @module=sdk.proto tf_provider_addr=provider tf_req_id=9c684a13-0383-2e00-8601-a128af6a4cb2 tf_rpc=ReadDataSource timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.559-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_provider_addr=provider tf_rpc=ReadDataSource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:477 @module=sdk.proto tf_data_source_type=aws_caller_identity tf_proto_version=5 tf_req_id=3acbbd78-52a8-1915-a329-0f83a1927ab8 timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.559-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:489 tf_provider_addr=provider tf_req_id=9c684a13-0383-2e00-8601-a128af6a4cb2 tf_rpc=ReadDataSource @module=sdk.proto tf_data_source_type=aws_partition tf_proto_version=5 timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.560-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:483 tf_data_source_type=aws_region tf_req_id=5a0673b1-da54-0b9c-1b43-d0487a413acc tf_rpc=ReadDataSource timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.560-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Reading Caller Identity: timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.560-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @module=sdk.proto tf_req_id=5a0673b1-da54-0b9c-1b43-d0487a413acc @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:489 tf_provider_addr=provider tf_rpc=ReadDataSource tf_data_source_type=aws_region tf_proto_version=5 timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.560-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:533 tf_proto_version=5 tf_provider_addr=provider tf_req_id=00505f2c-c859-0db8-def3-a7c405754fb1 tf_resource_type=aws_s3_bucket tf_rpc=UpgradeResourceState @module=sdk.proto timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.560-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_provider_addr=provider tf_rpc=UpgradeResourceState @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:539 @module=sdk.proto tf_proto_version=5 tf_req_id=00505f2c-c859-0db8-def3-a7c405754fb1 tf_resource_type=aws_s3_bucket timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.560-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: sts.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f1955edd49ea8f77150827531eccfa432082f6b2266f7a2cff8ff99f11834753
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20220224T034620Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.559-0600
2022-02-23T21:46:20.560-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for module.test-bucket.data.aws_region.this
2022-02-23T21:46:20.560-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for module.test-bucket.data.aws_partition.this
2022-02-23T21:46:20.560-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.data.aws_partition.this
2022-02-23T21:46:20.560-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.data.aws_region.this
2022-02-23T21:46:20.560-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.test-bucket.data.aws_partition.this
2022-02-23T21:46:20.560-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.data.aws_partition.this
2022-02-23T21:46:20.560-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.test-bucket.data.aws_region.this
2022-02-23T21:46:20.560-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this": visit complete
2022-02-23T21:46:20.560-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.data.aws_region.this
2022-02-23T21:46:20.560-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:20.560-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:20.560-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this": dynamic subgraph completed successfully
2022-02-23T21:46:20.560-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this": visit complete
2022-02-23T21:46:20.560-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this": visit complete
2022-02-23T21:46:20.560-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this": dynamic subgraph completed successfully
2022-02-23T21:46:20.561-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this": visit complete
2022-02-23T21:46:20.561-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:20.561-0600 [TRACE] vertex "module.test-bucket.data.aws_partition.this (expand)": visit complete
2022-02-23T21:46:20.561-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:20.561-0600 [TRACE] vertex "module.test-bucket.data.aws_region.this (expand)": visit complete
2022-02-23T21:46:20.561-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:20.561-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:20.562-0600 [TRACE] NodeAbstractResourceInstance.refresh for module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:20.562-0600 [TRACE] GRPCProvider: ReadResource
2022-02-23T21:46:20.562-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/HeadBucket Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Access-Point-Alias: false
X-Amz-Bucket-Region: us-east-2
X-Amz-Id-2: pwoFU11UXDdwKb2JwjtY/w7hY5S8eKbyqMGMWo6zF4+ghTqYMTHxl/Bq2aOviWd/AgG7cyd4QdA=
X-Amz-Request-Id: GPTHAAXRT5JV9PD3
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.562-0600
2022-02-23T21:46:20.562-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go]: timestamp=2022-02-23T21:46:20.562-0600
2022-02-23T21:46:20.562-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.562-0600
2022-02-23T21:46:20.563-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_rpc=ReadResource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:545 tf_proto_version=5 tf_provider_addr=provider tf_req_id=2912c1f6-054b-8c97-5100-9ce10d4e73a3 tf_resource_type=aws_s3_bucket @module=sdk.proto timestamp=2022-02-23T21:46:20.563-0600
2022-02-23T21:46:20.563-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:552 tf_proto_version=5 tf_provider_addr=provider tf_rpc=ReadResource @module=sdk.proto tf_req_id=2912c1f6-054b-8c97-5100-9ce10d4e73a3 tf_resource_type=aws_s3_bucket timestamp=2022-02-23T21:46:20.563-0600
2022-02-23T21:46:20.563-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketPolicy Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?policy= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d3c0e866121543cc2cea4e27261a1bbbea028b27454c9ea3c67997b72ad3fed3
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.563-0600
2022-02-23T21:46:20.564-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.564-0600
2022-02-23T21:46:20.564-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/HeadBucket Details:
---[ REQUEST POST-SIGN ]-----------------------------
HEAD / HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2890dcef7a85a07888d184be4e68b2315bceeba0263c84971f2c2cf85d249c48
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.564-0600
2022-02-23T21:46:20.611-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketPolicy Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:19 GMT
Server: AmazonS3
X-Amz-Id-2: C1yChsdUH5JNv9Q7JPSvTOnneihx3MjAD9di9GsnAF3Ek1/J7HxRtufhUg6mTYVDs6ipnNx/Ano=
X-Amz-Request-Id: GPTNRPCY4HNZ2751
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.611-0600
2022-02-23T21:46:20.611-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchBucketPolicy</Code><Message>The bucket policy does not exist</Message><BucketName>mkfoo1234</BucketName><RequestId>GPTNRPCY4HNZ2751</RequestId><HostId>C1yChsdUH5JNv9Q7JPSvTOnneihx3MjAD9di9GsnAF3Ek1/J7HxRtufhUg6mTYVDs6ipnNx/Ano=</HostId></Error>: timestamp=2022-02-23T21:46:20.611-0600
2022-02-23T21:46:20.611-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Validate Response s3/GetBucketPolicy failed, attempt 0/25, error NoSuchBucketPolicy: The bucket policy does not exist
status code: 404, request id: GPTNRPCY4HNZ2751, host id: C1yChsdUH5JNv9Q7JPSvTOnneihx3MjAD9di9GsnAF3Ek1/J7HxRtufhUg6mTYVDs6ipnNx/Ano=: timestamp=2022-02-23T21:46:20.611-0600
2022-02-23T21:46:20.611-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.611-0600
2022-02-23T21:46:20.611-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketAcl Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?acl= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3d28aab603630605eba43b5dc12d6784c441702dea2646b2a89d0d1fb6b203e0
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.611-0600
2022-02-23T21:46:20.661-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketAcl Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Id-2: 0opP0htop5blDeJOs0scR+ryp9/xmq2gyzhqhQsspkysdm2juUsla/7IRxGaXXn4SpWsNoaXiXY=
X-Amz-Request-Id: GPTKG9E44482N7S7
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.661-0600
2022-02-23T21:46:20.661-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<AccessControlPolicy xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Owner><ID>f5951076d12a3d6795a13668fea9f3d9db72e8b26fbb05714753c3282155ea2a</ID></Owner><AccessControlList><Grant><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="CanonicalUser"><ID>f5951076d12a3d6795a13668fea9f3d9db72e8b26fbb05714753c3282155ea2a</ID></Grantee><Permission>FULL_CONTROL</Permission></Grant></AccessControlList></AccessControlPolicy>: timestamp=2022-02-23T21:46:20.661-0600
2022-02-23T21:46:20.661-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.661-0600
2022-02-23T21:46:20.661-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketCors Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?cors= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3f3d094dd8359eed58286e090c8ab01a5a32a2dab199a1824269a4fe88988754
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.661-0600
2022-02-23T21:46:20.706-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketCors Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:19 GMT
Server: AmazonS3
X-Amz-Id-2: jb0qxg80z55vM42c2ECYEfiJtprsNUIZQPPk6Yz2GBJBoQPgsx69+aVORUmCwQUz3BbOTs2G9QQ=
X-Amz-Request-Id: GPTGBX5VP7SJWH34
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.706-0600
2022-02-23T21:46:20.707-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchCORSConfiguration</Code><Message>The CORS configuration does not exist</Message><BucketName>mkfoo1234</BucketName><RequestId>GPTGBX5VP7SJWH34</RequestId><HostId>jb0qxg80z55vM42c2ECYEfiJtprsNUIZQPPk6Yz2GBJBoQPgsx69+aVORUmCwQUz3BbOTs2G9QQ=</HostId></Error>: timestamp=2022-02-23T21:46:20.706-0600
2022-02-23T21:46:20.707-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Validate Response s3/GetBucketCors failed, attempt 0/25, error NoSuchCORSConfiguration: The CORS configuration does not exist
status code: 404, request id: GPTGBX5VP7SJWH34, host id: jb0qxg80z55vM42c2ECYEfiJtprsNUIZQPPk6Yz2GBJBoQPgsx69+aVORUmCwQUz3BbOTs2G9QQ=: timestamp=2022-02-23T21:46:20.706-0600
2022-02-23T21:46:20.707-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.706-0600
2022-02-23T21:46:20.707-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketWebsite Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?website= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0e2ee6141c86d4777197e6dc378499e94d889f0b1badb6ce4bde0accbe347b34
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.707-0600
2022-02-23T21:46:20.756-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketWebsite Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:19 GMT
Server: AmazonS3
X-Amz-Id-2: FWecR/edYQdD4qixEv3vTNZ+HaQzYVMn4tHucnwM6YDgtNjxDNvDKm5PT5w3Pm7YMcOP1gyUS/U=
X-Amz-Request-Id: GPTRAHZ6W6CTRAEM
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.756-0600
2022-02-23T21:46:20.756-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchWebsiteConfiguration</Code><Message>The specified bucket does not have a website configuration</Message><BucketName>mkfoo1234</BucketName><RequestId>GPTRAHZ6W6CTRAEM</RequestId><HostId>FWecR/edYQdD4qixEv3vTNZ+HaQzYVMn4tHucnwM6YDgtNjxDNvDKm5PT5w3Pm7YMcOP1gyUS/U=</HostId></Error>: timestamp=2022-02-23T21:46:20.756-0600
2022-02-23T21:46:20.756-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Validate Response s3/GetBucketWebsite failed, attempt 0/25, error NoSuchWebsiteConfiguration: The specified bucket does not have a website configuration
status code: 404, request id: GPTRAHZ6W6CTRAEM, host id: FWecR/edYQdD4qixEv3vTNZ+HaQzYVMn4tHucnwM6YDgtNjxDNvDKm5PT5w3Pm7YMcOP1gyUS/U=: timestamp=2022-02-23T21:46:20.756-0600
2022-02-23T21:46:20.756-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.756-0600
2022-02-23T21:46:20.756-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketVersioning Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?versioning= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1f4fc86a4a6e01eec18fc834b388b968518366bf398f5a2b5009f77a9b6ab34d
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.756-0600
2022-02-23T21:46:20.801-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketVersioning Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Id-2: ui0WAvpn7T8w/JfGFPmquLik/4Ldo+JTgPR3zQWdXQJ/Adct9IiPjFR3S/g2VsywdlkeW8qbIag=
X-Amz-Request-Id: GPTKVDMP2SR2JAVH
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.801-0600
2022-02-23T21:46:20.801-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>: timestamp=2022-02-23T21:46:20.801-0600
2022-02-23T21:46:20.802-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.801-0600
2022-02-23T21:46:20.802-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketAccelerateConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?accelerate= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5f2f61e4775bb95e24aaf915bb6eb3f192a839510901ab3f402b7b4291cf456d
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.802-0600
2022-02-23T21:46:20.811-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 405
Content-Type: text/xml
Date: Thu, 24 Feb 2022 03:46:20 GMT
X-Amzn-Requestid: 0a23a002-028b-4af4-8b21-088437b65405
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.811-0600
2022-02-23T21:46:20.811-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::account_id:user/gobblty</Arn>
<UserId>QERTGHAERG14t5</UserId>
<Account>account_id</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>0a23a002-028b-4af4-8b21-088437b65405</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2022-02-23T21:46:20.811-0600
2022-02-23T21:46:20.811-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Received Caller Identity: {
Account: "account_id",
Arn: "arn:aws:iam::account_id:user/gobblty",
UserId: "QERTGHAERG14t5"
}: timestamp=2022-02-23T21:46:20.811-0600
2022-02-23T21:46:20.811-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @module=sdk.proto tf_data_source_type=aws_caller_identity tf_proto_version=5 tf_req_id=3acbbd78-52a8-1915-a329-0f83a1927ab8 tf_rpc=ReadDataSource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:483 tf_provider_addr=provider timestamp=2022-02-23T21:46:20.811-0600
2022-02-23T21:46:20.811-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_proto_version=5 tf_provider_addr=provider tf_req_id=3acbbd78-52a8-1915-a329-0f83a1927ab8 tf_rpc=ReadDataSource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:489 @module=sdk.proto tf_data_source_type=aws_caller_identity timestamp=2022-02-23T21:46:20.811-0600
2022-02-23T21:46:20.811-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for module.test-bucket.data.aws_caller_identity.current
2022-02-23T21:46:20.811-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.data.aws_caller_identity.current
2022-02-23T21:46:20.811-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.test-bucket.data.aws_caller_identity.current
2022-02-23T21:46:20.811-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.data.aws_caller_identity.current
2022-02-23T21:46:20.811-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current": visit complete
2022-02-23T21:46:20.812-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current": dynamic subgraph completed successfully
2022-02-23T21:46:20.812-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current": visit complete
2022-02-23T21:46:20.812-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:20.812-0600 [TRACE] vertex "module.test-bucket.data.aws_caller_identity.current (expand)": visit complete
2022-02-23T21:46:20.849-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketAccelerateConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Id-2: 0RTmm8vHSIwcFkGfiwT5ZSPNVMBmK0i0OsimGHI5H5uL+2i/CiggS58VlmLLfgA2txQcQV5ldaQ=
X-Amz-Request-Id: GPTZ3MZH4ZBKYE4G
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.849-0600
2022-02-23T21:46:20.849-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<AccelerateConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>: timestamp=2022-02-23T21:46:20.849-0600
2022-02-23T21:46:20.849-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.849-0600
2022-02-23T21:46:20.850-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketRequestPayment Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?requestPayment= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=70039890de2b239485299703af0fe3facc2cecd10c4bd196b4deabb59bab054a
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.850-0600
2022-02-23T21:46:20.854-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/HeadBucket Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Access-Point-Alias: false
X-Amz-Bucket-Region: us-east-1
X-Amz-Id-2: F2b+BLl9i3tvqMHPvGQIDQTmQcmDtKEXHoIvLm9nUz65TOozp0udl1MTe0dCa4wM4grNcXncaho=
X-Amz-Request-Id: GPTVBSM04V9X9V1T
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.854-0600
2022-02-23T21:46:20.854-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go]: timestamp=2022-02-23T21:46:20.854-0600
2022-02-23T21:46:20.854-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.854-0600
2022-02-23T21:46:20.855-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketPolicy Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?policy= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0ad28dab62ba95bbac3f04cea2fe7f7257fbc6e1a90c68b6b0836118c2e464a9
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.854-0600
2022-02-23T21:46:20.897-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketRequestPayment Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Id-2: LROAyzYHMyAX1L7OGTkWgs0pk8W/ww0yFPmZOoS3XIfBJIvIFQIvOxXAvdrmLxTBnmzXDaOECUc=
X-Amz-Request-Id: GPTKZT1YDTF4P2VE
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.897-0600
2022-02-23T21:46:20.897-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<RequestPaymentConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Payer>BucketOwner</Payer></RequestPaymentConfiguration>: timestamp=2022-02-23T21:46:20.897-0600
2022-02-23T21:46:20.897-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.897-0600
2022-02-23T21:46:20.897-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketLogging Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?logging= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a8ded749f7e7f83c6d5e385ce4bb3b70485ea1af2a45a24758965fd091b924e0
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.897-0600
2022-02-23T21:46:20.907-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketPolicy Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:20 GMT
Server: AmazonS3
X-Amz-Id-2: QN3SdWQWqEtU/IzUyrwa4nHKPFayv6D3SzqgRjaS1TB9Q4sSnU+Md7ktNkxEtoSkmjAHB04Dxtk=
X-Amz-Request-Id: MR9NQRT9KY5K40A6
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.907-0600
2022-02-23T21:46:20.907-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchBucketPolicy</Code><Message>The bucket policy does not exist</Message><BucketName>kjhasd7</BucketName><RequestId>MR9NQRT9KY5K40A6</RequestId><HostId>QN3SdWQWqEtU/IzUyrwa4nHKPFayv6D3SzqgRjaS1TB9Q4sSnU+Md7ktNkxEtoSkmjAHB04Dxtk=</HostId></Error>: timestamp=2022-02-23T21:46:20.907-0600
2022-02-23T21:46:20.907-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Validate Response s3/GetBucketPolicy failed, attempt 0/25, error NoSuchBucketPolicy: The bucket policy does not exist
status code: 404, request id: MR9NQRT9KY5K40A6, host id: QN3SdWQWqEtU/IzUyrwa4nHKPFayv6D3SzqgRjaS1TB9Q4sSnU+Md7ktNkxEtoSkmjAHB04Dxtk=: timestamp=2022-02-23T21:46:20.907-0600
2022-02-23T21:46:20.907-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.907-0600
2022-02-23T21:46:20.907-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketAcl Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?acl= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ea27dffe46d68c8a6e2938100e2d6262e86aef6f01dc9e3c583806c690fda4b6
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.907-0600
2022-02-23T21:46:20.945-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketLogging Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 289
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:22 GMT
Server: AmazonS3
X-Amz-Id-2: vBtXVfjFd8fyKrsiQJpmKkAaSQhLT35zTqQL3bH8WxeJs4dhd3zb6jXXKCRUUDJe8tnkyGM5WIU=
X-Amz-Request-Id: MR9W7KWNHAW3B3S0
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.945-0600
2022-02-23T21:46:20.945-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<BucketLoggingStatus xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<!--<LoggingEnabled><TargetBucket>myLogsBucket</TargetBucket><TargetPrefix>add/this/prefix/to/my/log/files/access_log-</TargetPrefix></LoggingEnabled>-->
</BucketLoggingStatus>: timestamp=2022-02-23T21:46:20.945-0600
2022-02-23T21:46:20.945-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.945-0600
2022-02-23T21:46:20.945-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?lifecycle= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=14016861535f9b9eb7226c7c5a754293747f2750b47672a01286f7cae816e308
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.945-0600
2022-02-23T21:46:20.972-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketAcl Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:22 GMT
Server: AmazonS3
X-Amz-Id-2: nA6/2480kOm8D3re3JrhZyR+7U0Eav/Q2+nC3czqr6IPFNnvYZWBgEqX55m2+CAxtxaOL2wo+H0=
X-Amz-Request-Id: MR9MWW8MDYVM9QJJ
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.972-0600
2022-02-23T21:46:20.972-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<AccessControlPolicy xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Owner><ID>f5951076d12a3d6795a13668fea9f3d9db72e8b26fbb05714753c3282155ea2a</ID><DisplayName>gobblty</DisplayName></Owner><AccessControlList><Grant><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="CanonicalUser"><ID>f5951076d12a3d6795a13668fea9f3d9db72e8b26fbb05714753c3282155ea2a</ID><DisplayName>gobblty</DisplayName></Grantee><Permission>FULL_CONTROL</Permission></Grant></AccessControlList></AccessControlPolicy>: timestamp=2022-02-23T21:46:20.972-0600
2022-02-23T21:46:20.972-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:20.972-0600
2022-02-23T21:46:20.972-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketCors Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?cors= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5c4c5e8bf4ed051532615778a4b896c06ac404fb00cff973903d43b041f68120
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034620Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:20.972-0600
2022-02-23T21:46:21.020-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketCors Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Id-2: 0QDxRm2y80odvbTuAVIW1mHGOb6dtggq4QSJwOE4JNji5petNLxkNVXuKid4gISrPeCBovJ1/po=
X-Amz-Request-Id: MR9RNJRC4ZYN9MN8
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.020-0600
2022-02-23T21:46:21.020-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchCORSConfiguration</Code><Message>The CORS configuration does not exist</Message><BucketName>kjhasd7</BucketName><RequestId>MR9RNJRC4ZYN9MN8</RequestId><HostId>0QDxRm2y80odvbTuAVIW1mHGOb6dtggq4QSJwOE4JNji5petNLxkNVXuKid4gISrPeCBovJ1/po=</HostId></Error>: timestamp=2022-02-23T21:46:21.020-0600
2022-02-23T21:46:21.020-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Validate Response s3/GetBucketCors failed, attempt 0/25, error NoSuchCORSConfiguration: The CORS configuration does not exist
status code: 404, request id: MR9RNJRC4ZYN9MN8, host id: 0QDxRm2y80odvbTuAVIW1mHGOb6dtggq4QSJwOE4JNji5petNLxkNVXuKid4gISrPeCBovJ1/po=: timestamp=2022-02-23T21:46:21.020-0600
2022-02-23T21:46:21.020-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.020-0600
2022-02-23T21:46:21.020-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketWebsite Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?website= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=49e38705351e98f8b7e1323cd0527c22fcffc53e0438f41e4098697077eb9ace
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.020-0600
2022-02-23T21:46:21.070-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketWebsite Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Id-2: vfW+WoGGCNF3UXwKkgYsLgwK8LHEZBBIgXVCtWBX8HdV4w5PcMXjcw5X/+Dk8afHAfnT4kziX1Q=
X-Amz-Request-Id: MR9MN0PAQXKKVKR5
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.070-0600
2022-02-23T21:46:21.070-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchWebsiteConfiguration</Code><Message>The specified bucket does not have a website configuration</Message><BucketName>kjhasd7</BucketName><RequestId>MR9MN0PAQXKKVKR5</RequestId><HostId>vfW+WoGGCNF3UXwKkgYsLgwK8LHEZBBIgXVCtWBX8HdV4w5PcMXjcw5X/+Dk8afHAfnT4kziX1Q=</HostId></Error>: timestamp=2022-02-23T21:46:21.070-0600
2022-02-23T21:46:21.070-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Validate Response s3/GetBucketWebsite failed, attempt 0/25, error NoSuchWebsiteConfiguration: The specified bucket does not have a website configuration
status code: 404, request id: MR9MN0PAQXKKVKR5, host id: vfW+WoGGCNF3UXwKkgYsLgwK8LHEZBBIgXVCtWBX8HdV4w5PcMXjcw5X/+Dk8afHAfnT4kziX1Q=: timestamp=2022-02-23T21:46:21.070-0600
2022-02-23T21:46:21.070-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.070-0600
2022-02-23T21:46:21.070-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketVersioning Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?versioning= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0c031ae21bd7864796b20b0bf6574c535ef6a5a4666943da54ce7d59f58009bd
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.070-0600
2022-02-23T21:46:21.077-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 358
Date: Thu, 24 Feb 2022 03:46:22 GMT
Server: AmazonS3
X-Amz-Id-2: wWJVotawbelw0eocjzYxPWiGnG/UJgs945ZFfo5pDfFqW7utrzHkFsWEiGi2k9SWoAuJfgV6Cvc=
X-Amz-Request-Id: MR9KHBSJFVV18WC6
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.077-0600
2022-02-23T21:46:21.077-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Rule><ID>rule1</ID><Filter><And><Prefix></Prefix><Tag><Key>foo</Key><Value>bar</Value></Tag><Tag><Key>baz</Key><Value>boom</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Days>3</Days></Expiration></Rule></LifecycleConfiguration>: timestamp=2022-02-23T21:46:21.077-0600
2022-02-23T21:46:21.077-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.077-0600
2022-02-23T21:46:21.078-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketReplication Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?replication= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=24426d00cf0c0eab0f58eb1e74a1eefa79b88aa802e34dc26e8f91874db8eb5e
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.078-0600
2022-02-23T21:46:21.119-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketVersioning Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Thu, 24 Feb 2022 03:46:22 GMT
Server: AmazonS3
X-Amz-Id-2: 1oQt9LcD/wDm3dd9lej3n9n718b5cdqGotMRH15rQ9AFWH5xDptFUnbMZkXW3noI64mXOMJ3Fqg=
X-Amz-Request-Id: MR9JRA906W6WBH6Q
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.119-0600
2022-02-23T21:46:21.119-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>: timestamp=2022-02-23T21:46:21.119-0600
2022-02-23T21:46:21.119-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.119-0600
2022-02-23T21:46:21.119-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketAccelerateConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?accelerate= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d4e11d964122c49508d63d85540c9dc8cc06836531360da7bb920c2e8c890752
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.119-0600
2022-02-23T21:46:21.123-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketReplication Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Id-2: jHL7WtoYZhqqFfYkOEm1rvUA1ghfAyTMSEyvavgngaYOAZDySmnUUUoim0NtZauZqYD0xZ8RzOE=
X-Amz-Request-Id: MR9H6YB6SFBJGT2N
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.123-0600
2022-02-23T21:46:21.123-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>ReplicationConfigurationNotFoundError</Code><Message>The replication configuration was not found</Message><BucketName>mkfoo1234</BucketName><RequestId>MR9H6YB6SFBJGT2N</RequestId><HostId>jHL7WtoYZhqqFfYkOEm1rvUA1ghfAyTMSEyvavgngaYOAZDySmnUUUoim0NtZauZqYD0xZ8RzOE=</HostId></Error>: timestamp=2022-02-23T21:46:21.123-0600
2022-02-23T21:46:21.123-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Validate Response s3/GetBucketReplication failed, attempt 0/25, error ReplicationConfigurationNotFoundError: The replication configuration was not found
status code: 404, request id: MR9H6YB6SFBJGT2N, host id: jHL7WtoYZhqqFfYkOEm1rvUA1ghfAyTMSEyvavgngaYOAZDySmnUUUoim0NtZauZqYD0xZ8RzOE=: timestamp=2022-02-23T21:46:21.123-0600
2022-02-23T21:46:21.123-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.123-0600
2022-02-23T21:46:21.123-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketEncryption Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?encryption= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=db739ee299b02794ee5f3989404f27169f66a1eac93581e9cde0c03d33dd0ebc
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.123-0600
2022-02-23T21:46:21.170-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketAccelerateConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Thu, 24 Feb 2022 03:46:22 GMT
Server: AmazonS3
X-Amz-Id-2: 8l/9ZcSSTCa4RDsSe654nKrvLoOFAEXGRsr1ZtX+AXu7BkOnJOX+eoFB+h+qsLt9OUwExrpeJBg=
X-Amz-Request-Id: MR9V230GCCXV1Z6P
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.168-0600
2022-02-23T21:46:21.171-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<AccelerateConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>: timestamp=2022-02-23T21:46:21.168-0600
2022-02-23T21:46:21.171-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.168-0600
2022-02-23T21:46:21.171-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketRequestPayment Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?requestPayment= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=02d281e4041867d8ad53a93d2ba10764b6602a8214091d3f8e5f6ce9ccb9263f
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.168-0600
2022-02-23T21:46:21.171-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketEncryption Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Id-2: RRUK3AjeSHD6x0k91eFJXFlos+Gj8lEpa3tK4xRzJbxlM0fCIi+hagHds7eBG0Exb5e7ZPK6nJc=
X-Amz-Request-Id: MR9S82QGQ302PB0Z
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.171-0600
2022-02-23T21:46:21.171-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>ServerSideEncryptionConfigurationNotFoundError</Code><Message>The server side encryption configuration was not found</Message><BucketName>mkfoo1234</BucketName><RequestId>MR9S82QGQ302PB0Z</RequestId><HostId>RRUK3AjeSHD6x0k91eFJXFlos+Gj8lEpa3tK4xRzJbxlM0fCIi+hagHds7eBG0Exb5e7ZPK6nJc=</HostId></Error>: timestamp=2022-02-23T21:46:21.171-0600
2022-02-23T21:46:21.171-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Validate Response s3/GetBucketEncryption failed, attempt 0/25, error ServerSideEncryptionConfigurationNotFoundError: The server side encryption configuration was not found
status code: 404, request id: MR9S82QGQ302PB0Z, host id: RRUK3AjeSHD6x0k91eFJXFlos+Gj8lEpa3tK4xRzJbxlM0fCIi+hagHds7eBG0Exb5e7ZPK6nJc=: timestamp=2022-02-23T21:46:21.171-0600
2022-02-23T21:46:21.171-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.171-0600
2022-02-23T21:46:21.171-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetObjectLockConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?object-lock= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=58b7163ed34845b25706c2069c1263bf238da381875f58d1bcd0e5a7b362c0ca
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.171-0600
2022-02-23T21:46:21.216-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetObjectLockConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Id-2: KBt0Q33xe+J9dZ4yqVtQ8r3bViVIyNjM2gOPv3Aa5yDNRTamSkAd9AhDKEna1PEQJA0KkQulAWI=
X-Amz-Request-Id: MR9RCB8KBHKWNFDJ
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.216-0600
2022-02-23T21:46:21.216-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>ObjectLockConfigurationNotFoundError</Code><Message>Object Lock configuration does not exist for this bucket</Message><BucketName>mkfoo1234</BucketName><RequestId>MR9RCB8KBHKWNFDJ</RequestId><HostId>KBt0Q33xe+J9dZ4yqVtQ8r3bViVIyNjM2gOPv3Aa5yDNRTamSkAd9AhDKEna1PEQJA0KkQulAWI=</HostId></Error>: timestamp=2022-02-23T21:46:21.216-0600
2022-02-23T21:46:21.216-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Validate Response s3/GetObjectLockConfiguration failed, attempt 0/25, error ObjectLockConfigurationNotFoundError: Object Lock configuration does not exist for this bucket
status code: 404, request id: MR9RCB8KBHKWNFDJ, host id: KBt0Q33xe+J9dZ4yqVtQ8r3bViVIyNjM2gOPv3Aa5yDNRTamSkAd9AhDKEna1PEQJA0KkQulAWI=: timestamp=2022-02-23T21:46:21.216-0600
2022-02-23T21:46:21.216-0600 [WARN] provider.terraform-provider-aws_v4.2.0_x5: Unable to read S3 bucket (mkfoo1234) Object Lock Configuration: ObjectLockConfigurationNotFoundError: Object Lock configuration does not exist for this bucket
status code: 404, request id: MR9RCB8KBHKWNFDJ, host id: KBt0Q33xe+J9dZ4yqVtQ8r3bViVIyNjM2gOPv3Aa5yDNRTamSkAd9AhDKEna1PEQJA0KkQulAWI=: timestamp=2022-02-23T21:46:21.216-0600
2022-02-23T21:46:21.216-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.216-0600
2022-02-23T21:46:21.216-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/HeadBucket Details:
---[ REQUEST POST-SIGN ]-----------------------------
HEAD / HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=12090285b422798c4b525e02ce4309261feafced6b185a994f685f5523c6753d
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.216-0600
2022-02-23T21:46:21.222-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketRequestPayment Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Thu, 24 Feb 2022 03:46:22 GMT
Server: AmazonS3
X-Amz-Id-2: XYVnVCuIagGj/SafmC2cszxqxOT+yLOFJA2zMnrURlBUf/ScbVg9X98o3FpqbsgWD0EQzhboG1s=
X-Amz-Request-Id: MR9MXVBH2FMTYTKW
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.222-0600
2022-02-23T21:46:21.222-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<RequestPaymentConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Payer>BucketOwner</Payer></RequestPaymentConfiguration>: timestamp=2022-02-23T21:46:21.222-0600
2022-02-23T21:46:21.222-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.222-0600
2022-02-23T21:46:21.222-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketLogging Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?logging= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=881adc4456a8aeb377b306209d34a23d7cd8f732ad6948e184121400ca0c277a
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.222-0600
2022-02-23T21:46:21.261-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/HeadBucket Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:22 GMT
Server: AmazonS3
X-Amz-Access-Point-Alias: false
X-Amz-Bucket-Region: us-east-2
X-Amz-Id-2: ZH+aZbfFEyDRcRENF+i/hVCzTsNM6wtq2VIeVkl3m7FrIgiPsIr6JBjbyZ7kQq7QkBT8M/jwQqA=
X-Amz-Request-Id: MR9XZQVMX2YJT0AT
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.260-0600
2022-02-23T21:46:21.261-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go]: timestamp=2022-02-23T21:46:21.261-0600
2022-02-23T21:46:21.261-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.261-0600
2022-02-23T21:46:21.261-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketTagging Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?tagging= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=18a6f2a1633785197e3684a4077388923281694c0e91e3d600b7d10cf25b66d3
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.261-0600
2022-02-23T21:46:21.273-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketLogging Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 289
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:22 GMT
Server: AmazonS3
X-Amz-Id-2: OlnuDq0fcl1GkcyYNkJXGEYPgVLw0zbjbEOW1HGs3EMPiVfI9zOOs5zysliraGEuJBV2nnqYRmw=
X-Amz-Request-Id: MR9MYSBQRN8J5EYP
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.273-0600
2022-02-23T21:46:21.273-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<BucketLoggingStatus xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<!--<LoggingEnabled><TargetBucket>myLogsBucket</TargetBucket><TargetPrefix>add/this/prefix/to/my/log/files/access_log-</TargetPrefix></LoggingEnabled>-->
</BucketLoggingStatus>: timestamp=2022-02-23T21:46:21.273-0600
2022-02-23T21:46:21.273-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.273-0600
2022-02-23T21:46:21.273-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?lifecycle= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a3dcee9a9183f60c170817cc741aef1e95febda05bd4d1bf7aa8de01fd1fe0d0
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.273-0600
2022-02-23T21:46:21.317-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketTagging Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Id-2: +7BkWizmJA0rx/MaOLHoJKxnIe9k2fUdVU35k4Z+tMxnC+uJVvFpp4P2IWUzzdduUfznTmfaioQ=
X-Amz-Request-Id: MR9NDJXJENHJDCBF
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.316-0600
2022-02-23T21:46:21.317-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchTagSet</Code><Message>The TagSet does not exist</Message><BucketName>mkfoo1234</BucketName><RequestId>MR9NDJXJENHJDCBF</RequestId><HostId>+7BkWizmJA0rx/MaOLHoJKxnIe9k2fUdVU35k4Z+tMxnC+uJVvFpp4P2IWUzzdduUfznTmfaioQ=</HostId></Error>: timestamp=2022-02-23T21:46:21.316-0600
2022-02-23T21:46:21.317-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Validate Response s3/GetBucketTagging failed, attempt 0/25, error NoSuchTagSet: The TagSet does not exist
status code: 404, request id: MR9NDJXJENHJDCBF, host id: +7BkWizmJA0rx/MaOLHoJKxnIe9k2fUdVU35k4Z+tMxnC+uJVvFpp4P2IWUzzdduUfznTmfaioQ=: timestamp=2022-02-23T21:46:21.316-0600
2022-02-23T21:46:21.317-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:558 tf_req_id=5abd2a12-cc68-31a2-4dec-0c7247d985a7 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket tf_rpc=ReadResource timestamp=2022-02-23T21:46:21.317-0600
2022-02-23T21:46:21.317-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:564 tf_proto_version=5 tf_resource_type=aws_s3_bucket @module=sdk.proto tf_provider_addr=provider tf_req_id=5abd2a12-cc68-31a2-4dec-0c7247d985a7 tf_rpc=ReadResource timestamp=2022-02-23T21:46:21.317-0600
2022-02-23T21:46:21.318-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_s3_bucket.b
2022-02-23T21:46:21.318-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_s3_bucket.b
2022-02-23T21:46:21.318-0600 [TRACE] Re-validating config for "aws_s3_bucket.b"
2022-02-23T21:46:21.318-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:21.318-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_proto_version=5 tf_resource_type=aws_s3_bucket @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 @module=sdk.proto tf_provider_addr=provider tf_req_id=3e9b55e6-08a0-8a23-e0a5-24cea13b9215 tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:21.318-0600
2022-02-23T21:46:21.319-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_proto_version=5 tf_provider_addr=provider tf_req_id=3e9b55e6-08a0-8a23-e0a5-24cea13b9215 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 @module=sdk.proto tf_resource_type=aws_s3_bucket tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:21.318-0600
2022-02-23T21:46:21.319-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_provider_addr=provider tf_resource_type=aws_s3_bucket @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 @module=sdk.proto tf_proto_version=5 tf_req_id=3e9b55e6-08a0-8a23-e0a5-24cea13b9215 tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:21.319-0600
2022-02-23T21:46:21.319-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @module=sdk.proto tf_resource_type=aws_s3_bucket tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 tf_proto_version=5 tf_provider_addr=provider tf_req_id=3e9b55e6-08a0-8a23-e0a5-24cea13b9215 timestamp=2022-02-23T21:46:21.319-0600
2022-02-23T21:46:21.319-0600 [TRACE] GRPCProvider: PlanResourceChange
2022-02-23T21:46:21.324-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_provider_addr=provider tf_rpc=PlanResourceChange tf_proto_version=5 tf_req_id=684e86bc-8d23-fba5-d3ac-a206dbde743c tf_resource_type=aws_s3_bucket @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:570 @module=sdk.proto timestamp=2022-02-23T21:46:21.323-0600
2022-02-23T21:46:21.324-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_rpc=PlanResourceChange tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:577 @module=sdk.proto tf_req_id=684e86bc-8d23-fba5-d3ac-a206dbde743c timestamp=2022-02-23T21:46:21.323-0600
2022-02-23T21:46:21.328-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_resource_type=aws_s3_bucket @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:583 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=684e86bc-8d23-fba5-d3ac-a206dbde743c tf_rpc=PlanResourceChange timestamp=2022-02-23T21:46:21.327-0600
2022-02-23T21:46:21.328-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:589 tf_req_id=684e86bc-8d23-fba5-d3ac-a206dbde743c tf_rpc=PlanResourceChange timestamp=2022-02-23T21:46:21.327-0600
2022-02-23T21:46:21.329-0600 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_s3_bucket.b, 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:
- .tags: planned value cty.MapValEmpty(cty.String) for a non-computed attribute
- .force_destroy: planned value cty.False for a non-computed attribute
2022-02-23T21:46:21.330-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for aws_s3_bucket.b
2022-02-23T21:46:21.330-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_s3_bucket.b
2022-02-23T21:46:21.330-0600 [TRACE] writeChange: recorded NoOp change for aws_s3_bucket.b
2022-02-23T21:46:21.331-0600 [TRACE] vertex "aws_s3_bucket.b": visit complete
2022-02-23T21:46:21.331-0600 [TRACE] vertex "aws_s3_bucket.b": dynamic subgraph completed successfully
2022-02-23T21:46:21.331-0600 [TRACE] vertex "aws_s3_bucket.b": visit complete
2022-02-23T21:46:21.331-0600 [TRACE] vertex "aws_s3_bucket.b (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:21.331-0600 [TRACE] vertex "aws_s3_bucket.b (expand)": visit complete
2022-02-23T21:46:21.331-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-02-23T21:46:21.331-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)": expanding dynamic subgraph
2022-02-23T21:46:21.331-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)": entering dynamic subgraph
2022-02-23T21:46:21.331-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config": starting visit (*terraform.NodePlannableResource)
2022-02-23T21:46:21.331-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config": expanding dynamic subgraph
2022-02-23T21:46:21.331-0600 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-02-23T21:46:21.331-0600 [TRACE] ResourceCountTransformer: adding aws_s3_bucket_lifecycle_configuration.bucket-config as *terraform.NodePlannableResourceInstance
2022-02-23T21:46:21.331-0600 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_s3_bucket_lifecycle_configuration.bucket-config - *terraform.NodePlannableResourceInstance
------
2022-02-23T21:46:21.331-0600 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-02-23T21:46:21.331-0600 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-02-23T21:46:21.331-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:21.331-0600 [TRACE] NodeAbstractResourceInstance.AttachResourceState for aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:21.331-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:21.331-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:21.331-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:21.331-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:21.331-0600 [DEBUG] ReferenceTransformer: "aws_s3_bucket_lifecycle_configuration.bucket-config" references: []
2022-02-23T21:46:21.331-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-02-23T21:46:21.331-0600 [TRACE] Executing graph transform *terraform.RootTransformer
2022-02-23T21:46:21.331-0600 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-02-23T21:46:21.331-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config": entering dynamic subgraph
2022-02-23T21:46:21.331-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config": starting visit (*terraform.NodePlannableResourceInstance)
2022-02-23T21:46:21.331-0600 [TRACE] readResourceInstanceState: reading state for aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:21.331-0600 [TRACE] upgradeResourceState: schema version of aws_s3_bucket_lifecycle_configuration.bucket-config is still 0; calling provider "aws" for any other minor fixups
2022-02-23T21:46:21.331-0600 [TRACE] GRPCProvider: UpgradeResourceState
2022-02-23T21:46:21.332-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=UpgradeResourceState @module=sdk.proto tf_req_id=1a651573-5eb4-9f8a-0765-51aab852e827 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:520 tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:21.332-0600
2022-02-23T21:46:21.332-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_proto_version=5 tf_req_id=1a651573-5eb4-9f8a-0765-51aab852e827 tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.proto tf_provider_addr=provider tf_rpc=UpgradeResourceState @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:527 timestamp=2022-02-23T21:46:21.332-0600
2022-02-23T21:46:21.332-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:533 tf_provider_addr=provider tf_req_id=1a651573-5eb4-9f8a-0765-51aab852e827 tf_proto_version=5 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=UpgradeResourceState @module=sdk.proto timestamp=2022-02-23T21:46:21.332-0600
2022-02-23T21:46:21.332-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:539 @module=sdk.proto tf_req_id=1a651573-5eb4-9f8a-0765-51aab852e827 tf_rpc=UpgradeResourceState timestamp=2022-02-23T21:46:21.332-0600
2022-02-23T21:46:21.333-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:21.333-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:21.333-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:21.333-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:21.333-0600 [TRACE] NodeAbstractResourceInstance.refresh for aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:21.333-0600 [TRACE] GRPCProvider: ReadResource
2022-02-23T21:46:21.334-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:545 @module=sdk.proto tf_proto_version=5 tf_rpc=ReadResource tf_provider_addr=provider tf_req_id=4bfa13e3-5216-457d-6799-16445cb4b1a0 tf_resource_type=aws_s3_bucket_lifecycle_configuration timestamp=2022-02-23T21:46:21.333-0600
2022-02-23T21:46:21.334-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @module=sdk.proto tf_proto_version=5 tf_req_id=4bfa13e3-5216-457d-6799-16445cb4b1a0 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ReadResource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:552 tf_provider_addr=provider timestamp=2022-02-23T21:46:21.334-0600
2022-02-23T21:46:21.334-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.334-0600
2022-02-23T21:46:21.336-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 654
Date: Thu, 24 Feb 2022 03:46:22 GMT
Server: AmazonS3
X-Amz-Id-2: mxL6X4oxSCTe9zxOyspsQIrGs5ocziLeY/EiS5xZ326pPuVe8VnpIMXXImtsM0GQz2gEg1sK28M=
X-Amz-Request-Id: MR9JHZ969PEXM5XV
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.336-0600
2022-02-23T21:46:21.336-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Rule><ID>rule1</ID><Filter><And><Prefix>foo/</Prefix><Tag><Key>takes</Key><Value>too long</Value></Tag><Tag><Key>production</Key><Value>nope</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Days>3</Days></Expiration></Rule><Rule><ID>rule2</ID><Filter><Prefix></Prefix></Filter><Status>Enabled</Status><Expiration><ExpiredObjectDeleteMarker>true</ExpiredObjectDeleteMarker></Expiration><AbortIncompleteMultipartUpload><DaysAfterInitiation>2</DaysAfterInitiation></AbortIncompleteMultipartUpload></Rule></LifecycleConfiguration>: timestamp=2022-02-23T21:46:21.336-0600
2022-02-23T21:46:21.336-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.336-0600
2022-02-23T21:46:21.337-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketReplication Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?replication= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dbe048a6b4abe5405505a730312b44a87d60276e35875402797404a0d6e1fc80
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.337-0600
2022-02-23T21:46:21.384-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketReplication Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Id-2: G2mYhmN2WL369kubcHblpvtBVDJakasT3uq97ahccHqlThkpIpm+XHYd1zQqlpTFb9ytQaL/J58=
X-Amz-Request-Id: MR9MR0QP420Q9CS7
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.384-0600
2022-02-23T21:46:21.384-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>ReplicationConfigurationNotFoundError</Code><Message>The replication configuration was not found</Message><BucketName>kjhasd7</BucketName><RequestId>MR9MR0QP420Q9CS7</RequestId><HostId>G2mYhmN2WL369kubcHblpvtBVDJakasT3uq97ahccHqlThkpIpm+XHYd1zQqlpTFb9ytQaL/J58=</HostId></Error>: timestamp=2022-02-23T21:46:21.384-0600
2022-02-23T21:46:21.384-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Validate Response s3/GetBucketReplication failed, attempt 0/25, error ReplicationConfigurationNotFoundError: The replication configuration was not found
status code: 404, request id: MR9MR0QP420Q9CS7, host id: G2mYhmN2WL369kubcHblpvtBVDJakasT3uq97ahccHqlThkpIpm+XHYd1zQqlpTFb9ytQaL/J58=: timestamp=2022-02-23T21:46:21.384-0600
2022-02-23T21:46:21.384-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.384-0600
2022-02-23T21:46:21.384-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketEncryption Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?encryption= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=738540318de037b2d0a4fb6bc64edb323be049d555e9237fa0ef723311963b13
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.384-0600
2022-02-23T21:46:21.434-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketEncryption Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Id-2: dW2yDCXCg+sC4rX8gn8xdEKO2Pkfffx6XQPR2rLFFxbwgs/u3gTQTXfdZVMCtpecLOlpDarWuOM=
X-Amz-Request-Id: MR9Y7AS467CDRB4A
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.434-0600
2022-02-23T21:46:21.434-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>ServerSideEncryptionConfigurationNotFoundError</Code><Message>The server side encryption configuration was not found</Message><BucketName>kjhasd7</BucketName><RequestId>MR9Y7AS467CDRB4A</RequestId><HostId>dW2yDCXCg+sC4rX8gn8xdEKO2Pkfffx6XQPR2rLFFxbwgs/u3gTQTXfdZVMCtpecLOlpDarWuOM=</HostId></Error>: timestamp=2022-02-23T21:46:21.434-0600
2022-02-23T21:46:21.434-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Validate Response s3/GetBucketEncryption failed, attempt 0/25, error ServerSideEncryptionConfigurationNotFoundError: The server side encryption configuration was not found
status code: 404, request id: MR9Y7AS467CDRB4A, host id: dW2yDCXCg+sC4rX8gn8xdEKO2Pkfffx6XQPR2rLFFxbwgs/u3gTQTXfdZVMCtpecLOlpDarWuOM=: timestamp=2022-02-23T21:46:21.434-0600
2022-02-23T21:46:21.434-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.434-0600
2022-02-23T21:46:21.434-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetObjectLockConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?object-lock= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5c22d0cfe186a9b298157167bf16b64e4a38e807e575b5b6224f0910e6ce6582
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.434-0600
2022-02-23T21:46:21.480-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetObjectLockConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:21 GMT
Server: AmazonS3
X-Amz-Id-2: q7OFqQOcDEeuJn4Di4UtYWR8g4+fy3UFPvoe76eRU8kEbzUf979Z8SDrZrattdcYzXEMeHQwBX4=
X-Amz-Request-Id: MR9W3PXN55FN19SS
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.480-0600
2022-02-23T21:46:21.480-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>ObjectLockConfigurationNotFoundError</Code><Message>Object Lock configuration does not exist for this bucket</Message><BucketName>kjhasd7</BucketName><RequestId>MR9W3PXN55FN19SS</RequestId><HostId>q7OFqQOcDEeuJn4Di4UtYWR8g4+fy3UFPvoe76eRU8kEbzUf979Z8SDrZrattdcYzXEMeHQwBX4=</HostId></Error>: timestamp=2022-02-23T21:46:21.480-0600
2022-02-23T21:46:21.480-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Validate Response s3/GetObjectLockConfiguration failed, attempt 0/25, error ObjectLockConfigurationNotFoundError: Object Lock configuration does not exist for this bucket
status code: 404, request id: MR9W3PXN55FN19SS, host id: q7OFqQOcDEeuJn4Di4UtYWR8g4+fy3UFPvoe76eRU8kEbzUf979Z8SDrZrattdcYzXEMeHQwBX4=: timestamp=2022-02-23T21:46:21.480-0600
2022-02-23T21:46:21.480-0600 [WARN] provider.terraform-provider-aws_v4.2.0_x5: Unable to read S3 bucket (kjhasd7) Object Lock Configuration: ObjectLockConfigurationNotFoundError: Object Lock configuration does not exist for this bucket
status code: 404, request id: MR9W3PXN55FN19SS, host id: q7OFqQOcDEeuJn4Di4UtYWR8g4+fy3UFPvoe76eRU8kEbzUf979Z8SDrZrattdcYzXEMeHQwBX4=: timestamp=2022-02-23T21:46:21.480-0600
2022-02-23T21:46:21.480-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.480-0600
2022-02-23T21:46:21.480-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/HeadBucket Details:
---[ REQUEST POST-SIGN ]-----------------------------
HEAD / HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=03da61c464ee3165d063325cd1240a931b6c548ee9303d26fc61f58d1a2bbc0d
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.480-0600
2022-02-23T21:46:21.525-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/HeadBucket Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:22 GMT
Server: AmazonS3
X-Amz-Access-Point-Alias: false
X-Amz-Bucket-Region: us-east-1
X-Amz-Id-2: zS8Jwyzo+VYpKktIoeTfDWJMBvDJS3UT0e1HU8f2IlU7gPuwqkSjLxO96XdsA2ARzTYvMWoOe7Y=
X-Amz-Request-Id: MR9VYHPTA3SQJDVK
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.525-0600
2022-02-23T21:46:21.525-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go]: timestamp=2022-02-23T21:46:21.525-0600
2022-02-23T21:46:21.526-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.525-0600
2022-02-23T21:46:21.526-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketTagging Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?tagging= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ac99727b3f6f94bc14bb7cafbcd14c4acc8e5c6fe4038d5f9a1e4cabee026cdc
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.526-0600
2022-02-23T21:46:21.586-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketTagging Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Thu, 24 Feb 2022 03:46:22 GMT
Server: AmazonS3
X-Amz-Id-2: x5YZfly7d69CW0AKKEKg6GAAz2ECumBhxzXnxzWcF/gLiUr+ceQ3KQbcFX6ESMPf2nw0S+QBpnA=
X-Amz-Request-Id: MR9W7BMDBC978JXB
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.586-0600
2022-02-23T21:46:21.586-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<Tagging xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><TagSet><Tag><Key>environment</Key><Value>test environment</Value></Tag><Tag><Key>product</Key><Value>test product</Value></Tag><Tag><Key>service</Key><Value>test service</Value></Tag><Tag><Key>email</Key><Value>test email</Value></Tag></TagSet></Tagging>: timestamp=2022-02-23T21:46:21.586-0600
2022-02-23T21:46:21.587-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_rpc=ReadResource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:558 @module=sdk.proto tf_req_id=2912c1f6-054b-8c97-5100-9ce10d4e73a3 tf_resource_type=aws_s3_bucket tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:21.587-0600
2022-02-23T21:46:21.587-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_provider_addr=provider tf_proto_version=5 @module=sdk.proto tf_req_id=2912c1f6-054b-8c97-5100-9ce10d4e73a3 tf_resource_type=aws_s3_bucket tf_rpc=ReadResource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:564 timestamp=2022-02-23T21:46:21.587-0600
2022-02-23T21:46:21.587-0600 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for module.test-bucket.aws_s3_bucket.b during refresh.
- .lifecycle_rule[0].tags: new element "takes" has appeared
2022-02-23T21:46:21.587-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:21.587-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:21.588-0600 [TRACE] Re-validating config for "module.test-bucket.aws_s3_bucket.b"
2022-02-23T21:46:21.588-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:21.588-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_resource_type=aws_s3_bucket tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 tf_proto_version=5 @module=sdk.proto tf_provider_addr=provider tf_req_id=f956de96-ae07-d540-341b-c35beeb75474 timestamp=2022-02-23T21:46:21.588-0600
2022-02-23T21:46:21.588-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 @module=sdk.proto tf_resource_type=aws_s3_bucket tf_proto_version=5 tf_provider_addr=provider tf_req_id=f956de96-ae07-d540-341b-c35beeb75474 tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:21.588-0600
2022-02-23T21:46:21.588-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 @module=sdk.proto tf_proto_version=5 tf_resource_type=aws_s3_bucket tf_rpc=ValidateResourceTypeConfig tf_provider_addr=provider tf_req_id=f956de96-ae07-d540-341b-c35beeb75474 timestamp=2022-02-23T21:46:21.588-0600
2022-02-23T21:46:21.588-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 tf_provider_addr=provider tf_req_id=f956de96-ae07-d540-341b-c35beeb75474 tf_resource_type=aws_s3_bucket tf_proto_version=5 tf_rpc=ValidateResourceTypeConfig @module=sdk.proto timestamp=2022-02-23T21:46:21.588-0600
2022-02-23T21:46:21.589-0600 [TRACE] GRPCProvider: PlanResourceChange
2022-02-23T21:46:21.589-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_req_id=bb5390b3-94a1-47de-902c-c07de5415128 tf_resource_type=aws_s3_bucket @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:570 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_rpc=PlanResourceChange timestamp=2022-02-23T21:46:21.589-0600
2022-02-23T21:46:21.589-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:577 tf_proto_version=5 tf_resource_type=aws_s3_bucket tf_rpc=PlanResourceChange @module=sdk.proto tf_provider_addr=provider tf_req_id=bb5390b3-94a1-47de-902c-c07de5415128 timestamp=2022-02-23T21:46:21.589-0600
2022-02-23T21:46:21.594-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_provider_addr=provider tf_resource_type=aws_s3_bucket @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:583 @module=sdk.proto tf_proto_version=5 tf_req_id=bb5390b3-94a1-47de-902c-c07de5415128 tf_rpc=PlanResourceChange timestamp=2022-02-23T21:46:21.594-0600
2022-02-23T21:46:21.594-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_req_id=bb5390b3-94a1-47de-902c-c07de5415128 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:589 @module=sdk.proto tf_provider_addr=provider tf_rpc=PlanResourceChange tf_proto_version=5 tf_resource_type=aws_s3_bucket timestamp=2022-02-23T21:46:21.594-0600
2022-02-23T21:46:21.594-0600 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.test-bucket.aws_s3_bucket.b, 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
2022-02-23T21:46:21.595-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:21.595-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:21.595-0600 [TRACE] writeChange: recorded NoOp change for module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:21.595-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b": visit complete
2022-02-23T21:46:21.595-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b": dynamic subgraph completed successfully
2022-02-23T21:46:21.595-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b": visit complete
2022-02-23T21:46:21.595-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:21.595-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b (expand)": visit complete
2022-02-23T21:46:21.595-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-02-23T21:46:21.595-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)": expanding dynamic subgraph
2022-02-23T21:46:21.595-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)": entering dynamic subgraph
2022-02-23T21:46:21.595-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-02-23T21:46:21.595-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-02-23T21:46:21.595-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_inventory.bi (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-02-23T21:46:21.595-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_inventory.bi (expand)": expanding dynamic subgraph
2022-02-23T21:46:21.595-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a (expand)": expanding dynamic subgraph
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a (expand)": entering dynamic subgraph
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a": starting visit (*terraform.NodePlannableResource)
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)": expanding dynamic subgraph
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)": entering dynamic subgraph
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a": starting visit (*terraform.NodePlannableResource)
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_cors_configuration.a": starting visit (*terraform.NodePlannableResource)
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_metric.bf (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_metric.bf (expand)": expanding dynamic subgraph
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_metric.bf (expand)": entering dynamic subgraph
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_metric.bf": starting visit (*terraform.NodePlannableResource)
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_cors_configuration.a": expanding dynamic subgraph
2022-02-23T21:46:21.596-0600 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-02-23T21:46:21.596-0600 [TRACE] Completed graph transform *terraform.ResourceCountTransformer (no changes)
2022-02-23T21:46:21.596-0600 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-02-23T21:46:21.596-0600 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-02-23T21:46:21.596-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:21.596-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:21.596-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a": expanding dynamic subgraph
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a": expanding dynamic subgraph
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_inventory.bi (expand)": entering dynamic subgraph
2022-02-23T21:46:21.596-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_inventory.bi": starting visit (*terraform.NodePlannableResource)
2022-02-23T21:46:21.596-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:21.596-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:21.596-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-02-23T21:46:21.596-0600 [TRACE] Executing graph transform *terraform.RootTransformer
2022-02-23T21:46:21.597-0600 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
root - terraform.graphNodeRoot
------
2022-02-23T21:46:21.597-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_cors_configuration.a": entering dynamic subgraph
2022-02-23T21:46:21.597-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_metric.bf": expanding dynamic subgraph
2022-02-23T21:46:21.597-0600 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-02-23T21:46:21.597-0600 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2022-02-23T21:46:21.597-0600 [TRACE] vertex "root": visit complete
2022-02-23T21:46:21.597-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_cors_configuration.a": dynamic subgraph completed successfully
2022-02-23T21:46:21.597-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_cors_configuration.a": visit complete
2022-02-23T21:46:21.597-0600 [TRACE] ResourceCountTransformer: adding module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] as *terraform.NodePlannableResourceInstance
2022-02-23T21:46:21.597-0600 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodePlannableResourceInstance
------
2022-02-23T21:46:21.597-0600 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-02-23T21:46:21.597-0600 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-02-23T21:46:21.597-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:21.597-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:21.597-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)": visit complete
2022-02-23T21:46:21.597-0600 [TRACE] NodeAbstractResourceInstance.AttachResourceState for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:21.597-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:21.597-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:21.597-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:21.597-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:21.597-0600 [INFO] ReferenceTransformer: reference not found: "var.lifecycle_object_rules"
2022-02-23T21:46:21.597-0600 [INFO] ReferenceTransformer: reference not found: "var.lifecycle_object_rules"
2022-02-23T21:46:21.597-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]" references: []
2022-02-23T21:46:21.597-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-02-23T21:46:21.597-0600 [TRACE] Executing graph transform *terraform.RootTransformer
2022-02-23T21:46:21.597-0600 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-02-23T21:46:21.597-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a": entering dynamic subgraph
2022-02-23T21:46:21.597-0600 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-02-23T21:46:21.597-0600 [TRACE] ResourceCountTransformer: adding module.test-bucket.aws_s3_bucket_acl.a as *terraform.NodePlannableResourceInstance
2022-02-23T21:46:21.597-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]": starting visit (*terraform.NodePlannableResourceInstance)
2022-02-23T21:46:21.597-0600 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.test-bucket.aws_s3_bucket_acl.a - *terraform.NodePlannableResourceInstance
------
2022-02-23T21:46:21.598-0600 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-02-23T21:46:21.598-0600 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-02-23T21:46:21.598-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:21.598-0600 [TRACE] NodeAbstractResourceInstance.AttachResourceState for module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:21.598-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:21.598-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:21.598-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:21.598-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:21.598-0600 [TRACE] readResourceInstanceState: reading state for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:21.598-0600 [INFO] ReferenceTransformer: reference not found: "var.acl"
2022-02-23T21:46:21.598-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_acl.a" references: []
2022-02-23T21:46:21.598-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-02-23T21:46:21.598-0600 [TRACE] Executing graph transform *terraform.RootTransformer
2022-02-23T21:46:21.598-0600 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-02-23T21:46:21.598-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a": entering dynamic subgraph
2022-02-23T21:46:21.598-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a": starting visit (*terraform.NodePlannableResourceInstance)
2022-02-23T21:46:21.598-0600 [TRACE] readResourceInstanceState: reading state for module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:21.598-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_inventory.bi": expanding dynamic subgraph
2022-02-23T21:46:21.598-0600 [TRACE] upgradeResourceState: schema version of module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] is still 0; calling provider "aws" for any other minor fixups
2022-02-23T21:46:21.598-0600 [TRACE] GRPCProvider: UpgradeResourceState
2022-02-23T21:46:21.598-0600 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-02-23T21:46:21.598-0600 [TRACE] Completed graph transform *terraform.ResourceCountTransformer (no changes)
2022-02-23T21:46:21.598-0600 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-02-23T21:46:21.598-0600 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-02-23T21:46:21.598-0600 [TRACE] upgradeResourceState: schema version of module.test-bucket.aws_s3_bucket_acl.a is still 0; calling provider "aws" for any other minor fixups
2022-02-23T21:46:21.598-0600 [TRACE] GRPCProvider: UpgradeResourceState
2022-02-23T21:46:21.598-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:21.598-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:21.598-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:21.598-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:21.598-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:21.598-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-02-23T21:46:21.598-0600 [TRACE] Executing graph transform *terraform.RootTransformer
2022-02-23T21:46:21.598-0600 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
root - terraform.graphNodeRoot
------
2022-02-23T21:46:21.598-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_metric.bf": entering dynamic subgraph
2022-02-23T21:46:21.598-0600 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2022-02-23T21:46:21.598-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_resource_type=aws_s3_bucket_lifecycle_configuration @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:520 tf_req_id=933e5fb9-11a1-6930-cc4c-135794730635 tf_rpc=UpgradeResourceState @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:21.598-0600
2022-02-23T21:46:21.598-0600 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-02-23T21:46:21.598-0600 [TRACE] Completed graph transform *terraform.ResourceCountTransformer (no changes)
2022-02-23T21:46:21.598-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_provider_addr=provider tf_req_id=933e5fb9-11a1-6930-cc4c-135794730635 tf_resource_type=aws_s3_bucket_lifecycle_configuration @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:527 tf_proto_version=5 tf_rpc=UpgradeResourceState @module=sdk.proto timestamp=2022-02-23T21:46:21.598-0600
2022-02-23T21:46:21.598-0600 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-02-23T21:46:21.598-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @module=sdk.proto tf_provider_addr=provider tf_rpc=UpgradeResourceState tf_resource_type=aws_s3_bucket_acl @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:520 tf_proto_version=5 tf_req_id=ac4b9323-7bac-ca31-3f75-f5c0112545e6 timestamp=2022-02-23T21:46:21.598-0600
2022-02-23T21:46:21.598-0600 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-02-23T21:46:21.599-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:21.599-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:21.598-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_resource_type=aws_s3_bucket_acl tf_rpc=UpgradeResourceState @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:527 tf_req_id=ac4b9323-7bac-ca31-3f75-f5c0112545e6 timestamp=2022-02-23T21:46:21.598-0600
2022-02-23T21:46:21.599-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @module=sdk.proto tf_resource_type=aws_s3_bucket_acl tf_proto_version=5 tf_provider_addr=provider tf_req_id=ac4b9323-7bac-ca31-3f75-f5c0112545e6 tf_rpc=UpgradeResourceState @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:533 timestamp=2022-02-23T21:46:21.599-0600
2022-02-23T21:46:21.599-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:539 tf_proto_version=5 tf_resource_type=aws_s3_bucket_acl tf_rpc=UpgradeResourceState @module=sdk.proto tf_provider_addr=provider tf_req_id=ac4b9323-7bac-ca31-3f75-f5c0112545e6 timestamp=2022-02-23T21:46:21.599-0600
2022-02-23T21:46:21.599-0600 [TRACE] vertex "root": visit complete
2022-02-23T21:46:21.599-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_metric.bf": dynamic subgraph completed successfully
2022-02-23T21:46:21.599-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_metric.bf": visit complete
2022-02-23T21:46:21.599-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_metric.bf (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:21.599-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_metric.bf (expand)": visit complete
2022-02-23T21:46:21.599-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:21.599-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:21.599-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:21.599-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @module=sdk.proto @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:533 tf_proto_version=5 tf_provider_addr=provider tf_req_id=933e5fb9-11a1-6930-cc4c-135794730635 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=UpgradeResourceState timestamp=2022-02-23T21:46:21.599-0600
2022-02-23T21:46:21.599-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_req_id=933e5fb9-11a1-6930-cc4c-135794730635 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=UpgradeResourceState @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:539 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:21.599-0600
2022-02-23T21:46:21.599-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-02-23T21:46:21.599-0600 [TRACE] Executing graph transform *terraform.RootTransformer
2022-02-23T21:46:21.599-0600 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
root - terraform.graphNodeRoot
------
2022-02-23T21:46:21.599-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_inventory.bi": entering dynamic subgraph
2022-02-23T21:46:21.599-0600 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2022-02-23T21:46:21.599-0600 [TRACE] vertex "root": visit complete
2022-02-23T21:46:21.599-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_inventory.bi": dynamic subgraph completed successfully
2022-02-23T21:46:21.599-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_inventory.bi": visit complete
2022-02-23T21:46:21.599-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:21.599-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:21.599-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_inventory.bi (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:21.599-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_inventory.bi (expand)": visit complete
2022-02-23T21:46:21.599-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:21.599-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:21.600-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:21.600-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:21.600-0600 [TRACE] NodeAbstractResourceInstance.refresh for module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:21.600-0600 [TRACE] GRPCProvider: ReadResource
2022-02-23T21:46:21.600-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:21.600-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:21.600-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @module=sdk.proto tf_proto_version=5 @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:545 tf_provider_addr=provider tf_req_id=164b62c1-7135-3894-0d56-06f7b69ad244 tf_resource_type=aws_s3_bucket_acl tf_rpc=ReadResource timestamp=2022-02-23T21:46:21.600-0600
2022-02-23T21:46:21.600-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @module=sdk.proto tf_resource_type=aws_s3_bucket_acl tf_proto_version=5 tf_provider_addr=provider tf_req_id=164b62c1-7135-3894-0d56-06f7b69ad244 tf_rpc=ReadResource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:552 timestamp=2022-02-23T21:46:21.600-0600
2022-02-23T21:46:21.601-0600 [TRACE] NodeAbstractResourceInstance.refresh for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:21.601-0600 [TRACE] GRPCProvider: ReadResource
2022-02-23T21:46:21.601-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:545 @module=sdk.proto tf_req_id=ed878a85-5697-c74d-d7c1-a2460f853a0a tf_rpc=ReadResource tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration timestamp=2022-02-23T21:46:21.601-0600
2022-02-23T21:46:21.601-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketAcl Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?acl= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e0af9e113be45ae83e851d3475ba8021b169a68bc0398be3974cc1b0480048a9
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034621Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.601-0600
2022-02-23T21:46:21.601-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ReadResource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:552 tf_req_id=ed878a85-5697-c74d-d7c1-a2460f853a0a @module=sdk.proto timestamp=2022-02-23T21:46:21.601-0600
2022-02-23T21:46:21.602-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:21.602-0600
2022-02-23T21:46:21.654-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketAcl Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 24 Feb 2022 03:46:22 GMT
Server: AmazonS3
X-Amz-Id-2: Q9JWy2KIULyXdnFdDsVNX3Yaqd8fkM2rvb5MpwAYTlIZGCkiEKUQvFkkwldrnZrQLCJpFs6pPm8=
X-Amz-Request-Id: MR9S8FD5SJXE17N6
-----------------------------------------------------: timestamp=2022-02-23T21:46:21.654-0600
2022-02-23T21:46:21.654-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<AccessControlPolicy xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Owner><ID>f5951076d12a3d6795a13668fea9f3d9db72e8b26fbb05714753c3282155ea2a</ID><DisplayName>gobblty</DisplayName></Owner><AccessControlList><Grant><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="CanonicalUser"><ID>f5951076d12a3d6795a13668fea9f3d9db72e8b26fbb05714753c3282155ea2a</ID><DisplayName>gobblty</DisplayName></Grantee><Permission>FULL_CONTROL</Permission></Grant></AccessControlList></AccessControlPolicy>: timestamp=2022-02-23T21:46:21.654-0600
2022-02-23T21:46:21.654-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_rpc=ReadResource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:558 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=164b62c1-7135-3894-0d56-06f7b69ad244 tf_resource_type=aws_s3_bucket_acl timestamp=2022-02-23T21:46:21.654-0600
2022-02-23T21:46:21.654-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_provider_addr=provider tf_resource_type=aws_s3_bucket_acl tf_rpc=ReadResource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:564 @module=sdk.proto tf_proto_version=5 tf_req_id=164b62c1-7135-3894-0d56-06f7b69ad244 timestamp=2022-02-23T21:46:21.654-0600
2022-02-23T21:46:21.655-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:21.655-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:21.655-0600 [TRACE] Re-validating config for "module.test-bucket.aws_s3_bucket_acl.a"
2022-02-23T21:46:21.655-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:21.656-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=55d34dad-d7c1-420f-7c2b-d794aa23e8f7 tf_resource_type=aws_s3_bucket_acl @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:21.656-0600
2022-02-23T21:46:21.656-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_req_id=55d34dad-d7c1-420f-7c2b-d794aa23e8f7 tf_resource_type=aws_s3_bucket_acl tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 tf_proto_version=5 tf_provider_addr=provider @module=sdk.proto timestamp=2022-02-23T21:46:21.656-0600
2022-02-23T21:46:21.656-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_req_id=55d34dad-d7c1-420f-7c2b-d794aa23e8f7 tf_resource_type=aws_s3_bucket_acl tf_rpc=ValidateResourceTypeConfig tf_proto_version=5 tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 @module=sdk.proto timestamp=2022-02-23T21:46:21.656-0600
2022-02-23T21:46:21.656-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @module=sdk.proto tf_proto_version=5 tf_rpc=ValidateResourceTypeConfig tf_provider_addr=provider tf_req_id=55d34dad-d7c1-420f-7c2b-d794aa23e8f7 tf_resource_type=aws_s3_bucket_acl @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 timestamp=2022-02-23T21:46:21.656-0600
2022-02-23T21:46:21.656-0600 [TRACE] GRPCProvider: PlanResourceChange
2022-02-23T21:46:21.656-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:570 tf_provider_addr=provider tf_req_id=cc4653b0-b417-aa3e-cdb3-3621162157d2 tf_resource_type=aws_s3_bucket_acl @module=sdk.proto tf_proto_version=5 tf_rpc=PlanResourceChange timestamp=2022-02-23T21:46:21.656-0600
2022-02-23T21:46:21.656-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @module=sdk.proto tf_proto_version=5 tf_req_id=cc4653b0-b417-aa3e-cdb3-3621162157d2 tf_rpc=PlanResourceChange @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:577 tf_provider_addr=provider tf_resource_type=aws_s3_bucket_acl timestamp=2022-02-23T21:46:21.656-0600
2022-02-23T21:46:21.656-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_resource_type=aws_s3_bucket_acl @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:583 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=cc4653b0-b417-aa3e-cdb3-3621162157d2 tf_rpc=PlanResourceChange timestamp=2022-02-23T21:46:21.656-0600
2022-02-23T21:46:21.657-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @module=sdk.proto tf_req_id=cc4653b0-b417-aa3e-cdb3-3621162157d2 tf_resource_type=aws_s3_bucket_acl tf_rpc=PlanResourceChange @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:589 tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:21.656-0600
2022-02-23T21:46:21.657-0600 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.test-bucket.aws_s3_bucket_acl.a, 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:
- .expected_bucket_owner: planned value cty.StringVal("") for a non-computed attribute
- .access_control_policy: block count in plan (1) disagrees with count in config (0)
2022-02-23T21:46:21.657-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:21.657-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:21.657-0600 [TRACE] writeChange: recorded NoOp change for module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:21.657-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a": visit complete
2022-02-23T21:46:21.657-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a": dynamic subgraph completed successfully
2022-02-23T21:46:21.657-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a": visit complete
2022-02-23T21:46:21.657-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:21.657-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_acl.a (expand)": visit complete
2022-02-23T21:46:23.823-0600 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)"
2022-02-23T21:46:23.824-0600 [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/hashicorp/aws\"] (close)"
2022-02-23T21:46:26.337-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?lifecycle= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=167c4b71042851bbb2225669ca64dea4a9fe18d74f1ce42e073c3035a02541d8
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034626Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:26.337-0600
2022-02-23T21:46:26.423-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 358
Date: Thu, 24 Feb 2022 03:46:27 GMT
Server: AmazonS3
X-Amz-Id-2: x84jDvGBuT5PTdzkwuP4/SWuZA1dEN6Tc7iuz0yU8CzWdPpXsKpdyAKpA4HgPgdtu1YWHS+6jHM=
X-Amz-Request-Id: PCW54M7QFV6T77SQ
-----------------------------------------------------: timestamp=2022-02-23T21:46:26.423-0600
2022-02-23T21:46:26.423-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Rule><ID>rule1</ID><Filter><And><Prefix></Prefix><Tag><Key>foo</Key><Value>bar</Value></Tag><Tag><Key>baz</Key><Value>boom</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Days>3</Days></Expiration></Rule></LifecycleConfiguration>: timestamp=2022-02-23T21:46:26.423-0600
2022-02-23T21:46:26.423-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Waiting 500ms before next try: timestamp=2022-02-23T21:46:26.423-0600
2022-02-23T21:46:26.600-0600 [TRACE] dag/walk: vertex "module.test-bucket (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)"
2022-02-23T21:46:26.607-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?lifecycle= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=419789ceb981fe9c0ace81bed920b162327c353ba9f7719402af250150dffc5a
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034626Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:26.607-0600
2022-02-23T21:46:26.659-0600 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)"
2022-02-23T21:46:26.668-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 654
Date: Thu, 24 Feb 2022 03:46:27 GMT
Server: AmazonS3
X-Amz-Id-2: yOq8HKC6qSwyX7UgUzkezIcBJ3RF0+Upah4dUoE4pLmgjkS5Zg0HLP4e120a0kN7s0rP096bgPk=
X-Amz-Request-Id: PCW19NHBHX32MHRH
-----------------------------------------------------: timestamp=2022-02-23T21:46:26.668-0600
2022-02-23T21:46:26.668-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Rule><ID>rule1</ID><Filter><And><Prefix>foo/</Prefix><Tag><Key>takes</Key><Value>too long</Value></Tag><Tag><Key>production</Key><Value>nope</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Days>3</Days></Expiration></Rule><Rule><ID>rule2</ID><Filter><Prefix></Prefix></Filter><Status>Enabled</Status><Expiration><ExpiredObjectDeleteMarker>true</ExpiredObjectDeleteMarker></Expiration><AbortIncompleteMultipartUpload><DaysAfterInitiation>2</DaysAfterInitiation></AbortIncompleteMultipartUpload></Rule></LifecycleConfiguration>: timestamp=2022-02-23T21:46:26.668-0600
2022-02-23T21:46:26.668-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Waiting 500ms before next try: timestamp=2022-02-23T21:46:26.668-0600
2022-02-23T21:46:28.827-0600 [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/hashicorp/aws\"] (close)"
2022-02-23T21:46:28.827-0600 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)"
2022-02-23T21:46:31.604-0600 [TRACE] dag/walk: vertex "module.test-bucket (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)"
2022-02-23T21:46:31.663-0600 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)"
2022-02-23T21:46:31.927-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?lifecycle= HTTP/1.1
Host: mkfoo1234.s3.us-east-2.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cb033ffb06748de7f927643e2e0e4cb2ab80e50f2fb0416c07b2b242c63b4bcd
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034631Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:31.927-0600
2022-02-23T21:46:31.995-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 358
Date: Thu, 24 Feb 2022 03:46:33 GMT
Server: AmazonS3
X-Amz-Id-2: HFH/t6JL1HxJkbkAmBBqiybnjXLUxmkWf1mBNUtnocORTJS3JQ93W1mhDX450j181Wz+rwCMQso=
X-Amz-Request-Id: A1A30PWT6F5WMW56
-----------------------------------------------------: timestamp=2022-02-23T21:46:31.994-0600
2022-02-23T21:46:31.995-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Rule><ID>rule1</ID><Filter><And><Prefix></Prefix><Tag><Key>foo</Key><Value>bar</Value></Tag><Tag><Key>baz</Key><Value>boom</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Days>3</Days></Expiration></Rule></LifecycleConfiguration>: timestamp=2022-02-23T21:46:31.995-0600
2022-02-23T21:46:31.995-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.proto tf_proto_version=5 tf_rpc=ReadResource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:558 tf_provider_addr=provider tf_req_id=4bfa13e3-5216-457d-6799-16445cb4b1a0 timestamp=2022-02-23T21:46:31.995-0600
2022-02-23T21:46:31.995-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:564 tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ReadResource @module=sdk.proto tf_proto_version=5 tf_req_id=4bfa13e3-5216-457d-6799-16445cb4b1a0 timestamp=2022-02-23T21:46:31.995-0600
2022-02-23T21:46:31.995-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:31.995-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:31.996-0600 [TRACE] Re-validating config for "aws_s3_bucket_lifecycle_configuration.bucket-config"
2022-02-23T21:46:31.996-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:31.997-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_proto_version=5 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_provider_addr=provider tf_req_id=ba0ffaab-88cc-d99e-4f84-a0755628afab @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 timestamp=2022-02-23T21:46:31.997-0600
2022-02-23T21:46:31.997-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_proto_version=5 tf_provider_addr=provider tf_req_id=ba0ffaab-88cc-d99e-4f84-a0755628afab tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_resource_type=aws_s3_bucket_lifecycle_configuration @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 timestamp=2022-02-23T21:46:31.997-0600
2022-02-23T21:46:31.997-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 @module=sdk.proto tf_provider_addr=provider tf_proto_version=5 tf_req_id=ba0ffaab-88cc-d99e-4f84-a0755628afab tf_resource_type=aws_s3_bucket_lifecycle_configuration timestamp=2022-02-23T21:46:31.997-0600
2022-02-23T21:46:31.997-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_proto_version=5 tf_provider_addr=provider tf_req_id=ba0ffaab-88cc-d99e-4f84-a0755628afab tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.proto tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 timestamp=2022-02-23T21:46:31.997-0600
2022-02-23T21:46:31.998-0600 [TRACE] GRPCProvider: PlanResourceChange
2022-02-23T21:46:31.998-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_proto_version=5 tf_req_id=bf6bc496-7908-87c8-c946-8577de6a7d81 tf_rpc=PlanResourceChange @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:570 @module=sdk.proto tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_provider_addr=provider timestamp=2022-02-23T21:46:31.998-0600
2022-02-23T21:46:31.998-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:577 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=bf6bc496-7908-87c8-c946-8577de6a7d81 tf_rpc=PlanResourceChange tf_resource_type=aws_s3_bucket_lifecycle_configuration timestamp=2022-02-23T21:46:31.998-0600
2022-02-23T21:46:31.999-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @module=sdk.proto tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=PlanResourceChange @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:583 tf_proto_version=5 tf_req_id=bf6bc496-7908-87c8-c946-8577de6a7d81 timestamp=2022-02-23T21:46:31.999-0600
2022-02-23T21:46:31.999-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_proto_version=5 tf_provider_addr=provider tf_rpc=PlanResourceChange @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:589 tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.proto tf_req_id=bf6bc496-7908-87c8-c946-8577de6a7d81 timestamp=2022-02-23T21:46:31.999-0600
2022-02-23T21:46:32.000-0600 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_s3_bucket_lifecycle_configuration.bucket-config, 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:
- .expected_bucket_owner: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].prefix: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].expiration[0].date: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].filter[0].prefix: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].filter[0].object_size_greater_than: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].filter[0].object_size_less_than: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].filter[0].and[0].object_size_greater_than: planned value cty.NumberIntVal(0) for a non-computed attribute
- .rule[0].filter[0].and[0].object_size_less_than: planned value cty.NumberIntVal(0) for a non-computed attribute
- .rule[0].filter[0].and[0].prefix: planned value cty.StringVal("") for a non-computed attribute
2022-02-23T21:46:32.000-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:32.000-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:32.000-0600 [TRACE] writeChange: recorded NoOp change for aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:32.000-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config": visit complete
2022-02-23T21:46:32.000-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config": dynamic subgraph completed successfully
2022-02-23T21:46:32.000-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config": visit complete
2022-02-23T21:46:32.000-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:32.000-0600 [TRACE] vertex "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)": visit complete
2022-02-23T21:46:32.001-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-02-23T21:46:32.001-0600 [TRACE] GRPCProvider: Close
2022-02-23T21:46:32.001-0600 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-02-23T21:46:32.010-0600 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 pid=98761
2022-02-23T21:46:32.010-0600 [DEBUG] provider: plugin exited
2022-02-23T21:46:32.011-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": visit complete
2022-02-23T21:46:32.174-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?lifecycle= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d1185fc883585b55ede0d84873a512ef2644cb1e27e5c61a2049ab20e6173df1
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034632Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:32.174-0600
2022-02-23T21:46:32.242-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 654
Date: Thu, 24 Feb 2022 03:46:33 GMT
Server: AmazonS3
X-Amz-Id-2: QOJdS/7dgfBcc8i56BdiDFfMODDRZYpO5wRoAIb63poJL9VZRIhMwqY9znaRF04pN++GIpPwS0c=
X-Amz-Request-Id: A1A7HVX585HSSJG4
-----------------------------------------------------: timestamp=2022-02-23T21:46:32.242-0600
2022-02-23T21:46:32.242-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Rule><ID>rule1</ID><Filter><And><Prefix>foo/</Prefix><Tag><Key>takes</Key><Value>too long</Value></Tag><Tag><Key>production</Key><Value>nope</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Days>3</Days></Expiration></Rule><Rule><ID>rule2</ID><Filter><Prefix></Prefix></Filter><Status>Enabled</Status><Expiration><ExpiredObjectDeleteMarker>true</ExpiredObjectDeleteMarker></Expiration><AbortIncompleteMultipartUpload><DaysAfterInitiation>2</DaysAfterInitiation></AbortIncompleteMultipartUpload></Rule></LifecycleConfiguration>: timestamp=2022-02-23T21:46:32.242-0600
2022-02-23T21:46:32.243-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ReadResource @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:558 @module=sdk.proto tf_req_id=ed878a85-5697-c74d-d7c1-a2460f853a0a tf_proto_version=5 timestamp=2022-02-23T21:46:32.242-0600
2022-02-23T21:46:32.243-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:564 @module=sdk.proto tf_provider_addr=provider tf_proto_version=5 tf_req_id=ed878a85-5697-c74d-d7c1-a2460f853a0a tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ReadResource timestamp=2022-02-23T21:46:32.242-0600
2022-02-23T21:46:32.243-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:32.243-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:32.246-0600 [TRACE] Re-validating config for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:46:32.246-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:32.247-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @module=sdk.proto @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 tf_proto_version=5 tf_provider_addr=provider tf_req_id=e79b9706-4007-42c0-2a47-86b913fb1264 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:32.247-0600
2022-02-23T21:46:32.247-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 tf_proto_version=5 tf_req_id=e79b9706-4007-42c0-2a47-86b913fb1264 tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.proto timestamp=2022-02-23T21:46:32.247-0600
2022-02-23T21:46:32.247-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_req_id=e79b9706-4007-42c0-2a47-86b913fb1264 tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration timestamp=2022-02-23T21:46:32.247-0600
2022-02-23T21:46:32.248-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 tf_req_id=e79b9706-4007-42c0-2a47-86b913fb1264 timestamp=2022-02-23T21:46:32.247-0600
2022-02-23T21:46:32.248-0600 [TRACE] GRPCProvider: PlanResourceChange
2022-02-23T21:46:32.249-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_provider_addr=provider tf_req_id=0f0e571c-5707-d035-38fc-b2d6e0f32c18 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=PlanResourceChange @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:570 tf_proto_version=5 @module=sdk.proto timestamp=2022-02-23T21:46:32.249-0600
2022-02-23T21:46:32.249-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:577 tf_proto_version=5 tf_req_id=0f0e571c-5707-d035-38fc-b2d6e0f32c18 tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.proto tf_provider_addr=provider tf_rpc=PlanResourceChange timestamp=2022-02-23T21:46:32.249-0600
2022-02-23T21:46:32.251-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=PlanResourceChange @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:583 @module=sdk.proto tf_proto_version=5 tf_req_id=0f0e571c-5707-d035-38fc-b2d6e0f32c18 timestamp=2022-02-23T21:46:32.251-0600
2022-02-23T21:46:32.251-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:589 @module=sdk.proto tf_provider_addr=provider tf_req_id=0f0e571c-5707-d035-38fc-b2d6e0f32c18 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_proto_version=5 tf_rpc=PlanResourceChange timestamp=2022-02-23T21:46:32.251-0600
2022-02-23T21:46:32.252-0600 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0], 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:
- .expected_bucket_owner: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].prefix: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].expiration[0].date: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].filter[0].object_size_greater_than: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].filter[0].object_size_less_than: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].filter[0].prefix: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].filter[0].and[0].object_size_greater_than: planned value cty.NumberIntVal(0) for a non-computed attribute
- .rule[0].filter[0].and[0].object_size_less_than: planned value cty.NumberIntVal(0) for a non-computed attribute
- .rule[1].prefix: planned value cty.StringVal("") for a non-computed attribute
- .rule[1].expiration[0].date: planned value cty.StringVal("") for a non-computed attribute
- .rule[1].expiration[0].days: planned value cty.NumberIntVal(0) for a non-computed attribute
- .rule[1].filter[0].prefix: planned value cty.StringVal("") for a non-computed attribute
- .rule[1].filter[0].object_size_greater_than: planned value cty.StringVal("") for a non-computed attribute
- .rule[1].filter[0].object_size_less_than: planned value cty.StringVal("") for a non-computed attribute
2022-02-23T21:46:32.252-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:32.252-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:32.253-0600 [TRACE] writeChange: recorded Update change for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:32.253-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]": visit complete
2022-02-23T21:46:32.253-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a": dynamic subgraph completed successfully
2022-02-23T21:46:32.253-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a": visit complete
2022-02-23T21:46:32.253-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:32.253-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)": visit complete
2022-02-23T21:46:32.253-0600 [TRACE] vertex "module.test-bucket (close)": starting visit (*terraform.nodeCloseModule)
2022-02-23T21:46:32.253-0600 [TRACE] vertex "module.test-bucket (close)": visit complete
2022-02-23T21:46:32.253-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-02-23T21:46:32.253-0600 [TRACE] GRPCProvider: Close
2022-02-23T21:46:32.254-0600 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-02-23T21:46:32.262-0600 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 pid=98815
2022-02-23T21:46:32.262-0600 [DEBUG] provider: plugin exited
2022-02-23T21:46:32.262-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)": visit complete
2022-02-23T21:46:32.262-0600 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-02-23T21:46:32.262-0600 [TRACE] vertex "root": visit complete
2022-02-23T21:46:32.268-0600 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/aws"
2022-02-23T21:46:32.271-0600 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/aws"
2022-02-23T21:46:32.283-0600 [INFO] backend/local: apply calling Apply
2022-02-23T21:46:32.283-0600 [DEBUG] Building and walking apply graph for NormalMode plan
2022-02-23T21:46:32.283-0600 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-02-23T21:46:32.283-0600 [TRACE] ConfigTransformer: Starting for path:
2022-02-23T21:46:32.283-0600 [TRACE] ConfigTransformer: Starting for path: module.test-bucket
2022-02-23T21:46:32.283-0600 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandApplyableResource
------
2022-02-23T21:46:32.283-0600 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-02-23T21:46:32.283-0600 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-02-23T21:46:32.284-0600 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-02-23T21:46:32.284-0600 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
------
2022-02-23T21:46:32.284-0600 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-02-23T21:46:32.284-0600 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
------
2022-02-23T21:46:32.284-0600 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-02-23T21:46:32.284-0600 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-02-23T21:46:32.284-0600 [TRACE] Executing graph transform *terraform.DiffTransformer
2022-02-23T21:46:32.284-0600 [TRACE] DiffTransformer starting
2022-02-23T21:46:32.284-0600 [TRACE] DiffTransformer: found NoOp change for aws_s3_bucket.b
2022-02-23T21:46:32.284-0600 [TRACE] DiffTransformer: found NoOp change for module.test-bucket.aws_s3_bucket.b
2022-02-23T21:46:32.284-0600 [TRACE] DiffTransformer: found NoOp change for module.test-bucket.aws_s3_bucket_acl.a
2022-02-23T21:46:32.284-0600 [TRACE] DiffTransformer: found NoOp change for aws_s3_bucket_lifecycle_configuration.bucket-config
2022-02-23T21:46:32.284-0600 [TRACE] DiffTransformer: found Update change for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:32.284-0600 [TRACE] DiffTransformer: module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] will be represented by module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:32.284-0600 [TRACE] DiffTransformer complete
2022-02-23T21:46:32.284-0600 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
------
2022-02-23T21:46:32.285-0600 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-02-23T21:46:32.285-0600 [TRACE] NodeAbstractResourceInstance.AttachResourceState for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:32.285-0600 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-02-23T21:46:32.285-0600 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-02-23T21:46:32.285-0600 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-02-23T21:46:32.285-0600 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)" (*terraform.nodeExpandApplyableResource) config from bucket/main.tf:77,1-48
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket.b (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:1,1-29
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_s3_bucket.b (expand)
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_acl.a (expand)" (*terraform.nodeExpandApplyableResource) config from bucket/main.tf:70,1-33
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_acl.a (expand)
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.data.aws_region.this (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"bucket/main.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:25, Byte:24}}
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.data.aws_region.this (expand)
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.data.aws_partition.this (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"bucket/main.tf", Start:hcl.Pos{Line:5, Column:1, Byte:52}, End:hcl.Pos{Line:5, Column:28, Byte:79}}
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.data.aws_partition.this (expand)
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.data.aws_caller_identity.current (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"bucket/main.tf", Start:hcl.Pos{Line:9, Column:1, Byte:107}, End:hcl.Pos{Line:9, Column:37, Byte:143}}
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.data.aws_caller_identity.current (expand)
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]" (*terraform.NodeApplyableResourceInstance) config from bucket/main.tf:91,1-53
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)" (*terraform.nodeExpandApplyableResource) config from bucket/main.tf:91,1-53
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket.b (expand)" (*terraform.nodeExpandApplyableResource) config from bucket/main.tf:178,1-29
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket.b (expand)
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_inventory.bi (expand)" (*terraform.nodeExpandApplyableResource) config from bucket/main.tf:36,1-40
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_inventory.bi (expand)
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:5,1-65
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_s3_bucket_lifecycle_configuration.bucket-config (expand)
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching to "module.test-bucket.aws_s3_bucket_metric.bf (expand)" (*terraform.nodeExpandApplyableResource) config from bucket/main.tf:57,1-37
2022-02-23T21:46:32.285-0600 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.test-bucket.aws_s3_bucket_metric.bf (expand)
2022-02-23T21:46:32.285-0600 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-02-23T21:46:32.285-0600 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-02-23T21:46:32.285-0600 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-02-23T21:46:32.285-0600 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"].va" provider configuration from main.tf:24,1-15
2022-02-23T21:46:32.286-0600 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this (proxy) - *terraform.graphNodeProxyProvider
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:32.286-0600 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-02-23T21:46:32.286-0600 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/aws"], implied first by module.test-bucket.aws_s3_bucket_inventory.bi (expand)
2022-02-23T21:46:32.286-0600 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this (proxy) - *terraform.graphNodeProxyProvider
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:32.286-0600 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-02-23T21:46:32.287-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)
2022-02-23T21:46:32.287-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:32.287-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_inventory.bi (expand)
2022-02-23T21:46:32.287-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_inventory.bi (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:32.287-0600 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_s3_bucket_lifecycle_configuration.bucket-config (expand)
2022-02-23T21:46:32.287-0600 [DEBUG] ProviderTransformer: "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2022-02-23T21:46:32.287-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_metric.bf (expand)
2022-02-23T21:46:32.287-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_metric.bf (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:32.287-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_acl.a (expand)
2022-02-23T21:46:32.287-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_acl.a (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:32.287-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.data.aws_region.this (expand)
2022-02-23T21:46:32.287-0600 [DEBUG] ProviderTransformer: "module.test-bucket.data.aws_region.this (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:32.287-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.data.aws_partition.this (expand)
2022-02-23T21:46:32.287-0600 [DEBUG] ProviderTransformer: "module.test-bucket.data.aws_partition.this (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:32.287-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.data.aws_caller_identity.current (expand)
2022-02-23T21:46:32.287-0600 [DEBUG] ProviderTransformer: "module.test-bucket.data.aws_caller_identity.current (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:32.287-0600 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_s3_bucket.b (expand)
2022-02-23T21:46:32.287-0600 [DEBUG] ProviderTransformer: "aws_s3_bucket.b (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2022-02-23T21:46:32.287-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:32.287-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:32.287-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket.b (expand)
2022-02-23T21:46:32.287-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket.b (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:32.287-0600 [TRACE] ProviderTransformer: exact match for module.test-bucket.provider["registry.terraform.io/hashicorp/aws"].this serving module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)
2022-02-23T21:46:32.287-0600 [DEBUG] ProviderTransformer: "module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:32.287-0600 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:32.287-0600 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-02-23T21:46:32.288-0600 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-02-23T21:46:32.288-0600 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:32.288-0600 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-02-23T21:46:32.288-0600 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-02-23T21:46:32.288-0600 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.data.aws_region.this (expand)
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.data.aws_partition.this (expand)
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.data.aws_caller_identity.current (expand)
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket.b (expand)
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_inventory.bi (expand)
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket_lifecycle_configuration.bucket-config (expand)
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_metric.bf (expand)
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket.b (expand)
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching resource schema to module.test-bucket.aws_s3_bucket_acl.a (expand)
2022-02-23T21:46:32.288-0600 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:32.288-0600 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-02-23T21:46:32.288-0600 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-02-23T21:46:32.288-0600 [TRACE] ModuleExpansionTransformer: Added module.test-bucket as *terraform.nodeExpandModule
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_acl.a (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.inventory_included_object_versions (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.data.aws_region.this (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.name (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.lifecycle_object_rules (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.data.aws_partition.this (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.data.aws_caller_identity.current (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_allowed_origins (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.inventory_frequency (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket.b (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_allowed_headers (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_max_age_seconds (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.inventory_format (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_inventory.bi (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.local.log_bucket_prefix (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket (close) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_metric.bf (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.local.inventory_bucket_prefix (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.metric_filters (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.enable_s3_inventory (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.inventory_optional_fields (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_expose_headers (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.tags (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.enable_cors (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.cors_allowed_methods (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.289-0600 [TRACE] ModuleExpansionTransformer: module.test-bucket.var.acl (expand) must wait for expansion of module.test-bucket
2022-02-23T21:46:32.290-0600 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:32.290-0600 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_cors_configuration.a (expand)" references: [module.test-bucket.var.enable_cors (expand)]
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.tags (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.enable_cors (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_allowed_methods (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.acl (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.metric_filters (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.enable_s3_inventory (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.inventory_optional_fields (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_expose_headers (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_acl.a (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.inventory_included_object_versions (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"].va" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "aws_s3_bucket.b (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.name (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.lifecycle_object_rules (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.data.aws_region.this (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.data.aws_caller_identity.current (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_allowed_origins (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.inventory_frequency (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.data.aws_partition.this (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket.b (expand)" references: []
2022-02-23T21:46:32.290-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_allowed_headers (expand)" references: []
2022-02-23T21:46:32.291-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.cors_max_age_seconds (expand)" references: []
2022-02-23T21:46:32.291-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.var.inventory_format (expand)" references: []
2022-02-23T21:46:32.291-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]" references: [module.test-bucket.var.lifecycle_object_rules (expand) module.test-bucket.aws_s3_bucket.b (expand) module.test-bucket.var.lifecycle_object_rules (expand)]
2022-02-23T21:46:32.291-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)" references: [module.test-bucket.var.lifecycle_object_rules (expand)]
2022-02-23T21:46:32.292-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.local.log_bucket_prefix (expand)" references: []
2022-02-23T21:46:32.292-0600 [DEBUG] ReferenceTransformer: "module.test-bucket (close)" references: []
2022-02-23T21:46:32.292-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_inventory.bi (expand)" references: [module.test-bucket.var.enable_s3_inventory (expand)]
2022-02-23T21:46:32.292-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.aws_s3_bucket_metric.bf (expand)" references: [module.test-bucket.var.metric_filters (expand)]
2022-02-23T21:46:32.292-0600 [DEBUG] ReferenceTransformer: "module.test-bucket.local.inventory_bucket_prefix (expand)" references: []
2022-02-23T21:46:32.292-0600 [DEBUG] ReferenceTransformer: "aws_s3_bucket_lifecycle_configuration.bucket-config (expand)" references: []
2022-02-23T21:46:32.292-0600 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_s3_bucket_lifecycle_configuration.bucket-config (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_acl.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_inventory.bi (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_metric.bf (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_caller_identity.current (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_partition.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.data.aws_region.this (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.local.inventory_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.local.log_bucket_prefix (expand) - *terraform.nodeExpandLocal
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.acl (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_methods (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_allowed_origins (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_expose_headers (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.cors_max_age_seconds (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_cors (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.enable_s3_inventory (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_format (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_frequency (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_included_object_versions (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.inventory_optional_fields (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.metric_filters (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.name (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.tags (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:32.292-0600 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-02-23T21:46:32.292-0600 [TRACE] AttachDependenciesTransformer: module.test-bucket.aws_s3_bucket_lifecycle_configuration.a depends on [module.test-bucket.aws_s3_bucket.b]
2022-02-23T21:46:32.292-0600 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-02-23T21:46:32.292-0600 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-02-23T21:46:32.292-0600 [TRACE] ForcedCBDTransformer: "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-02-23T21:46:32.293-0600 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-02-23T21:46:32.293-0600 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-02-23T21:46:32.293-0600 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-02-23T21:46:32.293-0600 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2022-02-23T21:46:32.293-0600 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2022-02-23T21:46:32.293-0600 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-02-23T21:46:32.293-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.data.aws_partition.this (expand) is no longer needed, removing
2022-02-23T21:46:32.293-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.data.aws_caller_identity.current (expand) is no longer needed, removing
2022-02-23T21:46:32.293-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.cors_allowed_origins (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.inventory_frequency (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.cors_allowed_headers (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.cors_max_age_seconds (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.inventory_format (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.aws_s3_bucket_inventory.bi (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.local.log_bucket_prefix (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: aws_s3_bucket_lifecycle_configuration.bucket-config (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.aws_s3_bucket_metric.bf (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.local.inventory_bucket_prefix (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.aws_s3_bucket_cors_configuration.a (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.inventory_optional_fields (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.cors_expose_headers (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.name (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.data.aws_region.this (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.inventory_included_object_versions (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.aws_s3_bucket_acl.a (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: aws_s3_bucket.b (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.enable_s3_inventory (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: provider["registry.terraform.io/hashicorp/aws"] is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.tags (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.enable_cors (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.cors_allowed_methods (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.metric_filters (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [DEBUG] pruneUnusedNodes: module.test-bucket.var.acl (expand) is no longer needed, removing
2022-02-23T21:46:32.294-0600 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer with new graph:
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:32.294-0600 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-02-23T21:46:32.294-0600 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-02-23T21:46:32.294-0600 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-02-23T21:46:32.294-0600 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
------
2022-02-23T21:46:32.294-0600 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-02-23T21:46:32.294-0600 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
module.test-bucket (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
------
2022-02-23T21:46:32.294-0600 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-02-23T21:46:32.294-0600 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
module.test-bucket (close) - *terraform.nodeCloseModule
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket (expand) - *terraform.nodeExpandModule
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
module.test-bucket.aws_s3_bucket.b (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand) - *terraform.nodeExpandApplyableResource
module.test-bucket.var.lifecycle_object_rules (expand) - *terraform.nodeExpandModuleVariable
module.test-bucket (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/aws"].va - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
module.test-bucket (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/aws"].va (close) - *terraform.graphNodeCloseProvider
------
2022-02-23T21:46:32.294-0600 [DEBUG] Starting graph walk: walkApply
2022-02-23T21:46:32.294-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va": starting visit (*terraform.NodeApplyableProvider)
2022-02-23T21:46:32.295-0600 [TRACE] vertex "module.test-bucket (expand)": starting visit (*terraform.nodeExpandModule)
2022-02-23T21:46:32.295-0600 [TRACE] vertex "module.test-bucket (expand)": visit complete
2022-02-23T21:46:32.295-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-02-23T21:46:32.295-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": expanding dynamic subgraph
2022-02-23T21:46:32.295-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": entering dynamic subgraph
2022-02-23T21:46:32.295-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules": starting visit (*terraform.nodeModuleVariable)
2022-02-23T21:46:32.295-0600 [DEBUG] created provider logger: level=trace
2022-02-23T21:46:32.295-0600 [INFO] provider: configuring client automatic mTLS
2022-02-23T21:46:32.295-0600 [TRACE] evalVariableValidations: not active for module.test-bucket.var.lifecycle_object_rules, so skipping
2022-02-23T21:46:32.295-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules": visit complete
2022-02-23T21:46:32.295-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:32.295-0600 [TRACE] vertex "module.test-bucket.var.lifecycle_object_rules (expand)": visit complete
2022-02-23T21:46:32.307-0600 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5]
2022-02-23T21:46:32.333-0600 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 pid=99178
2022-02-23T21:46:32.334-0600 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5
2022-02-23T21:46:32.396-0600 [INFO] provider.terraform-provider-aws_v4.2.0_x5: configuring server automatic mTLS: timestamp=2022-02-23T21:46:32.395-0600
2022-02-23T21:46:32.406-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: plugin address: address=/var/folders/c3/r9ymngv5161cjgm06m91f59c0000gp/T/plugin2620711524 network=unix timestamp=2022-02-23T21:46:32.405-0600
2022-02-23T21:46:32.406-0600 [DEBUG] provider: using plugin: version=5
2022-02-23T21:46:32.419-0600 [TRACE] provider.stdio: waiting for stdio data
2022-02-23T21:46:32.419-0600 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"].va" provider for provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:32.419-0600 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/aws"].va
2022-02-23T21:46:32.420-0600 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"].va: using explicit config only
2022-02-23T21:46:32.420-0600 [TRACE] GRPCProvider: GetProviderSchema
2022-02-23T21:46:32.420-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @module=sdk.proto tf_req_id=67d7d615-80bf-e94f-e641-9c0e38e35e4d tf_proto_version=5 tf_provider_addr=provider tf_rpc=GetSchema @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:329 timestamp=2022-02-23T21:46:32.420-0600
2022-02-23T21:46:32.420-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:336 tf_proto_version=5 tf_provider_addr=provider @module=sdk.proto tf_req_id=67d7d615-80bf-e94f-e641-9c0e38e35e4d tf_rpc=GetSchema timestamp=2022-02-23T21:46:32.420-0600
2022-02-23T21:46:32.455-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:342 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_req_id=67d7d615-80bf-e94f-e641-9c0e38e35e4d tf_rpc=GetSchema timestamp=2022-02-23T21:46:32.454-0600
2022-02-23T21:46:32.463-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_req_id=67d7d615-80bf-e94f-e641-9c0e38e35e4d tf_rpc=GetSchema @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:348 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:32.463-0600
2022-02-23T21:46:32.553-0600 [TRACE] GRPCProvider: ValidateProviderConfig
2022-02-23T21:46:32.554-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: @module=sdk.proto @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:354 tf_proto_version=5 tf_provider_addr=provider tf_req_id=01cd8858-4994-eef0-2280-de8e93f92909 tf_rpc=PrepareProviderConfig timestamp=2022-02-23T21:46:32.553-0600
2022-02-23T21:46:32.554-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @module=sdk.proto tf_provider_addr=provider tf_req_id=01cd8858-4994-eef0-2280-de8e93f92909 tf_rpc=PrepareProviderConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:361 tf_proto_version=5 timestamp=2022-02-23T21:46:32.553-0600
2022-02-23T21:46:32.660-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_proto_version=5 tf_req_id=01cd8858-4994-eef0-2280-de8e93f92909 tf_rpc=PrepareProviderConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:367 @module=sdk.proto tf_provider_addr=provider timestamp=2022-02-23T21:46:32.660-0600
2022-02-23T21:46:32.660-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:373 @module=sdk.proto tf_req_id=01cd8858-4994-eef0-2280-de8e93f92909 tf_rpc=PrepareProviderConfig tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:32.660-0600
2022-02-23T21:46:32.661-0600 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/aws\"].va" changed the config value, but that value is unused
2022-02-23T21:46:32.661-0600 [TRACE] GRPCProvider: ConfigureProvider
2022-02-23T21:46:32.662-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_proto_version=5 tf_rpc=Configure @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:379 @module=sdk.proto tf_provider_addr=provider tf_req_id=4007eb2a-1f58-d6b0-f9b1-79cf7f119156 timestamp=2022-02-23T21:46:32.662-0600
2022-02-23T21:46:32.662-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:386 @module=sdk.proto tf_proto_version=5 tf_req_id=4007eb2a-1f58-d6b0-f9b1-79cf7f119156 tf_rpc=Configure tf_provider_addr=provider timestamp=2022-02-23T21:46:32.662-0600
2022-02-23T21:46:32.666-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Trying to get account information via sts:GetCallerIdentity: timestamp=2022-02-23T21:46:32.666-0600
2022-02-23T21:46:32.667-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go-v2] Request
POST / HTTP/1.1
Host: sts.us-east-1.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.13.0 os/macos lang/go/1.17.6 md/GOOS/darwin md/GOARCH/amd64 api/sts/1.14.0
Content-Length: 43
Amz-Sdk-Invocation-Id: 8ecbaa00-8ede-41ec-b928-29b3160238c3
Amz-Sdk-Request: attempt=1; max=25
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=86058f7422b1cd53160cc89634b253ee32d35e7d8435ac5261b5ffed8925f1e7
Content-Type: application/x-www-form-urlencoded
X-Amz-Date: 20220224T034632Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15: timestamp=2022-02-23T21:46:32.667-0600
2022-02-23T21:46:33.088-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go-v2] Response
HTTP/1.1 200 OK
Content-Length: 405
Content-Type: text/xml
Date: Thu, 24 Feb 2022 03:46:32 GMT
X-Amzn-Requestid: 2bc6cbad-58d8-4bac-b8e4-02ec49754113
<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::account_id:user/gobblty</Arn>
<UserId>QERTGHAERG14t5</UserId>
<Account>account_id</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>2bc6cbad-58d8-4bac-b8e4-02ec49754113</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2022-02-23T21:46:33.088-0600
2022-02-23T21:46:33.090-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Trying to get account information via sts:GetCallerIdentity: timestamp=2022-02-23T21:46:33.090-0600
2022-02-23T21:46:33.090-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go-v2] Request
POST / HTTP/1.1
Host: sts.us-east-1.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.13.0 os/macos lang/go/1.17.6 md/GOOS/darwin md/GOARCH/amd64 api/sts/1.14.0
Content-Length: 43
Amz-Sdk-Invocation-Id: 257d9364-76a9-4732-8ac0-cfa12193be13
Amz-Sdk-Request: attempt=1; max=25
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=5c8116619bfa2545585d189ce864da01d2f8902dce3a008ee81595fc6c3005e4
Content-Type: application/x-www-form-urlencoded
X-Amz-Date: 20220224T034633Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15: timestamp=2022-02-23T21:46:33.090-0600
2022-02-23T21:46:33.135-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go-v2] Response
HTTP/1.1 200 OK
Content-Length: 405
Content-Type: text/xml
Date: Thu, 24 Feb 2022 03:46:32 GMT
X-Amzn-Requestid: 24c0faf4-e68e-4c9b-970d-6f385a98909b
<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::account_id:user/gobblty</Arn>
<UserId>QERTGHAERG14t5</UserId>
<Account>account_id</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>24c0faf4-e68e-4c9b-970d-6f385a98909b</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2022-02-23T21:46:33.135-0600
2022-02-23T21:46:33.138-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.us-east-1.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Content-Length: 87
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=407047f073e5a450a623818958d92b837078576d211d54f3d0729f217016c903
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20220224T034633Z
Accept-Encoding: gzip
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
-----------------------------------------------------: timestamp=2022-02-23T21:46:33.138-0600
2022-02-23T21:46:33.449-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 540
Cache-Control: no-cache, no-store
Content-Type: text/xml;charset=UTF-8
Date: Thu, 24 Feb 2022 03:46:33 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: 2606509b-a0f3-42e0-a39d-baba5629cfe7
-----------------------------------------------------: timestamp=2022-02-23T21:46:33.448-0600
2022-02-23T21:46:33.449-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>2606509b-a0f3-42e0-a39d-baba5629cfe7</requestId>
<accountAttributeSet>
<item>
<attributeName>supported-platforms</attributeName>
<attributeValueSet>
<item>
<attributeValue>VPC</attributeValue>
</item>
</attributeValueSet>
</item>
</accountAttributeSet>
</DescribeAccountAttributesResponse>: timestamp=2022-02-23T21:46:33.448-0600
2022-02-23T21:46:33.449-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_req_id=4007eb2a-1f58-d6b0-f9b1-79cf7f119156 tf_rpc=Configure @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:392 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:33.449-0600
2022-02-23T21:46:33.449-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:398 @module=sdk.proto tf_rpc=Configure tf_proto_version=5 tf_provider_addr=provider tf_req_id=4007eb2a-1f58-d6b0-f9b1-79cf7f119156 timestamp=2022-02-23T21:46:33.449-0600
2022-02-23T21:46:33.449-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va": visit complete
2022-02-23T21:46:33.449-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2022-02-23T21:46:33.449-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2022-02-23T21:46:33.449-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)": expanding dynamic subgraph
2022-02-23T21:46:33.449-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b (expand)": expanding dynamic subgraph
2022-02-23T21:46:33.449-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b (expand)": entering dynamic subgraph
2022-02-23T21:46:33.449-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)": entering dynamic subgraph
2022-02-23T21:46:33.449-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b": starting visit (*terraform.NodeApplyableResource)
2022-02-23T21:46:33.449-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a": starting visit (*terraform.NodeApplyableResource)
2022-02-23T21:46:33.449-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b": visit complete
2022-02-23T21:46:33.450-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:33.450-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket.b (expand)": visit complete
2022-02-23T21:46:33.450-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a": visit complete
2022-02-23T21:46:33.450-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)": dynamic subgraph completed successfully
2022-02-23T21:46:33.450-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a (expand)": visit complete
2022-02-23T21:46:33.450-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]": starting visit (*terraform.NodeApplyableResourceInstance)
2022-02-23T21:46:33.450-0600 [TRACE] readDiff: Read Update change from plan for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:33.451-0600 [TRACE] readResourceInstanceState: reading state for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:33.451-0600 [TRACE] upgradeResourceState: schema version of module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] is still 0; calling provider "aws" for any other minor fixups
2022-02-23T21:46:33.451-0600 [TRACE] GRPCProvider: UpgradeResourceState
2022-02-23T21:46:33.451-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_provider_addr=provider tf_req_id=6bd8ab62-a5a8-e046-d81b-c39c659eed9f tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.proto tf_rpc=UpgradeResourceState @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:520 tf_proto_version=5 timestamp=2022-02-23T21:46:33.451-0600
2022-02-23T21:46:33.451-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_rpc=UpgradeResourceState @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:527 tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.proto tf_req_id=6bd8ab62-a5a8-e046-d81b-c39c659eed9f timestamp=2022-02-23T21:46:33.451-0600
2022-02-23T21:46:33.452-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=UpgradeResourceState @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:533 @module=sdk.proto tf_req_id=6bd8ab62-a5a8-e046-d81b-c39c659eed9f timestamp=2022-02-23T21:46:33.452-0600
2022-02-23T21:46:33.452-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @module=sdk.proto tf_proto_version=5 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=UpgradeResourceState @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:539 tf_provider_addr=provider tf_req_id=6bd8ab62-a5a8-e046-d81b-c39c659eed9f timestamp=2022-02-23T21:46:33.452-0600
2022-02-23T21:46:33.453-0600 [TRACE] readDiff: Read Update change from plan for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:33.456-0600 [TRACE] Re-validating config for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:46:33.456-0600 [TRACE] GRPCProvider: ValidateResourceConfig
2022-02-23T21:46:33.457-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_proto_version=5 tf_resource_type=aws_s3_bucket_lifecycle_configuration @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:495 @module=sdk.proto tf_rpc=ValidateResourceTypeConfig tf_provider_addr=provider tf_req_id=bd7b21bd-849e-258a-8b40-75eb993685fc timestamp=2022-02-23T21:46:33.457-0600
2022-02-23T21:46:33.457-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_proto_version=5 tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.proto tf_req_id=bd7b21bd-849e-258a-8b40-75eb993685fc tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:502 tf_provider_addr=provider timestamp=2022-02-23T21:46:33.457-0600
2022-02-23T21:46:33.457-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: @module=sdk.proto tf_req_id=bd7b21bd-849e-258a-8b40-75eb993685fc tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ValidateResourceTypeConfig @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:508 tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:46:33.457-0600
2022-02-23T21:46:33.457-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:514 tf_provider_addr=provider @module=sdk.proto tf_proto_version=5 tf_req_id=bd7b21bd-849e-258a-8b40-75eb993685fc tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ValidateResourceTypeConfig timestamp=2022-02-23T21:46:33.457-0600
2022-02-23T21:46:33.458-0600 [TRACE] GRPCProvider: PlanResourceChange
2022-02-23T21:46:33.459-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=PlanResourceChange @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:570 tf_proto_version=5 tf_req_id=cebd2145-ad81-971e-51de-cb69e7a3c9a3 @module=sdk.proto tf_provider_addr=provider timestamp=2022-02-23T21:46:33.458-0600
2022-02-23T21:46:33.459-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:577 @module=sdk.proto tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=PlanResourceChange tf_proto_version=5 tf_provider_addr=provider tf_req_id=cebd2145-ad81-971e-51de-cb69e7a3c9a3 timestamp=2022-02-23T21:46:33.458-0600
2022-02-23T21:46:33.461-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_provider_addr=provider tf_req_id=cebd2145-ad81-971e-51de-cb69e7a3c9a3 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=PlanResourceChange @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:583 tf_proto_version=5 @module=sdk.proto timestamp=2022-02-23T21:46:33.461-0600
2022-02-23T21:46:33.461-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_req_id=cebd2145-ad81-971e-51de-cb69e7a3c9a3 tf_resource_type=aws_s3_bucket_lifecycle_configuration @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:589 tf_provider_addr=provider tf_proto_version=5 tf_rpc=PlanResourceChange @module=sdk.proto timestamp=2022-02-23T21:46:33.461-0600
2022-02-23T21:46:33.462-0600 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0], 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:
- .expected_bucket_owner: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].prefix: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].expiration[0].date: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].filter[0].prefix: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].filter[0].object_size_greater_than: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].filter[0].object_size_less_than: planned value cty.StringVal("") for a non-computed attribute
- .rule[0].filter[0].and[0].object_size_greater_than: planned value cty.NumberIntVal(0) for a non-computed attribute
- .rule[0].filter[0].and[0].object_size_less_than: planned value cty.NumberIntVal(0) for a non-computed attribute
- .rule[1].prefix: planned value cty.StringVal("") for a non-computed attribute
- .rule[1].expiration[0].date: planned value cty.StringVal("") for a non-computed attribute
- .rule[1].expiration[0].days: planned value cty.NumberIntVal(0) for a non-computed attribute
- .rule[1].filter[0].object_size_greater_than: planned value cty.StringVal("") for a non-computed attribute
- .rule[1].filter[0].object_size_less_than: planned value cty.StringVal("") for a non-computed attribute
- .rule[1].filter[0].prefix: planned value cty.StringVal("") for a non-computed attribute
2022-02-23T21:46:33.462-0600 [TRACE] checkPlannedChange: Verifying that actual change (action Update) matches planned change (action Update)
2022-02-23T21:46:33.462-0600 [TRACE] readResourceInstanceState: reading state for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:33.462-0600 [TRACE] upgradeResourceState: schema version of module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] is still 0; calling provider "aws" for any other minor fixups
2022-02-23T21:46:33.462-0600 [TRACE] GRPCProvider: UpgradeResourceState
2022-02-23T21:46:33.463-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=UpgradeResourceState @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:520 @module=sdk.proto tf_proto_version=5 tf_req_id=0ef95de4-9711-8797-688a-bfdeb1c19d19 timestamp=2022-02-23T21:46:33.463-0600
2022-02-23T21:46:33.463-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: @module=sdk.proto tf_provider_addr=provider tf_req_id=0ef95de4-9711-8797-688a-bfdeb1c19d19 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=UpgradeResourceState @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:527 tf_proto_version=5 timestamp=2022-02-23T21:46:33.463-0600
2022-02-23T21:46:33.463-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_proto_version=5 tf_provider_addr=provider tf_rpc=UpgradeResourceState @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:533 @module=sdk.proto tf_req_id=0ef95de4-9711-8797-688a-bfdeb1c19d19 tf_resource_type=aws_s3_bucket_lifecycle_configuration timestamp=2022-02-23T21:46:33.463-0600
2022-02-23T21:46:33.463-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=UpgradeResourceState @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:539 tf_req_id=0ef95de4-9711-8797-688a-bfdeb1c19d19 timestamp=2022-02-23T21:46:33.463-0600
2022-02-23T21:46:33.464-0600 [INFO] Starting apply for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:46:33.467-0600 [DEBUG] module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]: applying the planned Update change
2022-02-23T21:46:33.467-0600 [TRACE] GRPCProvider: ApplyResourceChange
2022-02-23T21:46:33.468-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Received request: tf_rpc=ApplyResourceChange @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:595 tf_proto_version=5 tf_req_id=c9a24f28-9487-a404-ccbd-fa2050dd67a9 tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.proto tf_provider_addr=provider timestamp=2022-02-23T21:46:33.468-0600
2022-02-23T21:46:33.468-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Calling downstream: tf_rpc=ApplyResourceChange @module=sdk.proto tf_req_id=c9a24f28-9487-a404-ccbd-fa2050dd67a9 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_provider_addr=provider @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:602 tf_proto_version=5 timestamp=2022-02-23T21:46:33.468-0600
2022-02-23T21:46:33.473-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:33.473-0600
2022-02-23T21:46:33.474-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/PutBucketLifecycleConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
PUT /?lifecycle= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Content-Length: 615
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=content-length;content-md5;host;x-amz-content-sha256;x-amz-date, Signature=e780afba01a6c414e18d0f86c80114454d82335d7cf2d92fd0d545eb62d84061
Content-Md5: j2gEYUFkJHQLXKO16EulwA==
X-Amz-Content-Sha256: 3b970e6dece815ac762a0a7ce7bb1f24def2de3255a9e7e6e05718563f121bcb
X-Amz-Date: 20220224T034633Z
Accept-Encoding: gzip
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Rule><Expiration><Days>3</Days></Expiration><Filter><And><Prefix>foo/</Prefix><Tag><Key>takes</Key><Value>too_long</Value></Tag><Tag><Key>production</Key><Value>nope</Value></Tag></And></Filter><ID>rule1</ID><Status>Enabled</Status></Rule><Rule><ID>rule2</ID><Status>Enabled</Status><AbortIncompleteMultipartUpload><DaysAfterInitiation>2</DaysAfterInitiation></AbortIncompleteMultipartUpload><Expiration><ExpiredObjectDeleteMarker>true</ExpiredObjectDeleteMarker></Expiration><Filter><Prefix></Prefix></Filter></Rule></LifecycleConfiguration>
-----------------------------------------------------: timestamp=2022-02-23T21:46:33.474-0600
2022-02-23T21:46:33.979-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/PutBucketLifecycleConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 0
Date: Thu, 24 Feb 2022 03:46:34 GMT
Server: AmazonS3
X-Amz-Id-2: ny/0uoBwol5rzffRMBTLRMcd9jJXbiAA43wcNjsRdu2gsBKZZdqDV6/J8uIjRQ1+UTkCBLUh/hI=
X-Amz-Request-Id: XY41MK3C03VA4RVE
-----------------------------------------------------: timestamp=2022-02-23T21:46:33.979-0600
2022-02-23T21:46:33.979-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go]: timestamp=2022-02-23T21:46:33.979-0600
2022-02-23T21:46:33.980-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [READY]: timestamp=2022-02-23T21:46:33.979-0600
2022-02-23T21:46:33.980-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?lifecycle= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=42d7655f6ed9cffc14838bb27bd511ee4195a9808c5b9df8d6b65634ae0cb378
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034633Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:33.980-0600
2022-02-23T21:46:34.061-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 654
Date: Thu, 24 Feb 2022 03:46:35 GMT
Server: AmazonS3
X-Amz-Id-2: H45/QwqiBhhPu9sOl0S/mLABmkiMFfPRzdWZM2goMPzGNyW56pcPHZSgvvCCoChl82xmv05ke1E=
X-Amz-Request-Id: NV8XW1MEZDFMF3M0
-----------------------------------------------------: timestamp=2022-02-23T21:46:34.060-0600
2022-02-23T21:46:34.061-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Rule><ID>rule1</ID><Filter><And><Prefix>foo/</Prefix><Tag><Key>takes</Key><Value>too_long</Value></Tag><Tag><Key>production</Key><Value>nope</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Days>3</Days></Expiration></Rule><Rule><ID>rule2</ID><Filter><Prefix></Prefix></Filter><Status>Enabled</Status><Expiration><ExpiredObjectDeleteMarker>true</ExpiredObjectDeleteMarker></Expiration><AbortIncompleteMultipartUpload><DaysAfterInitiation>2</DaysAfterInitiation></AbortIncompleteMultipartUpload></Rule></LifecycleConfiguration>: timestamp=2022-02-23T21:46:34.060-0600
2022-02-23T21:46:34.061-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Waiting 10s before next try: timestamp=2022-02-23T21:46:34.060-0600
2022-02-23T21:46:37.299-0600 [TRACE] dag/walk: vertex "root" is waiting for "module.test-bucket (close)"
2022-02-23T21:46:37.299-0600 [TRACE] dag/walk: vertex "module.test-bucket (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:46:37.299-0600 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:46:42.300-0600 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:46:42.300-0600 [TRACE] dag/walk: vertex "root" is waiting for "module.test-bucket (close)"
2022-02-23T21:46:42.300-0600 [TRACE] dag/walk: vertex "module.test-bucket (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:46:44.066-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?lifecycle= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b7f90a52adbdcc103bbe3a62658022e8d9f06940572991f6b68acc264e7f02fa
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034644Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:44.065-0600
2022-02-23T21:46:44.366-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 654
Date: Thu, 24 Feb 2022 03:46:45 GMT
Server: AmazonS3
X-Amz-Id-2: XHidIiJJPzaYTgpEM0q57b9/7TItU5aS6OhO/MwBKDlAZSIDJuBUK50gW+G5mWkx4S0Q4e/5+Hc=
X-Amz-Request-Id: 96FWXFJE6THMXQDY
-----------------------------------------------------: timestamp=2022-02-23T21:46:44.365-0600
2022-02-23T21:46:44.366-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Rule><ID>rule1</ID><Filter><And><Prefix>foo/</Prefix><Tag><Key>takes</Key><Value>too_long</Value></Tag><Tag><Key>production</Key><Value>nope</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Days>3</Days></Expiration></Rule><Rule><ID>rule2</ID><Filter><Prefix></Prefix></Filter><Status>Enabled</Status><Expiration><ExpiredObjectDeleteMarker>true</ExpiredObjectDeleteMarker></Expiration><AbortIncompleteMultipartUpload><DaysAfterInitiation>2</DaysAfterInitiation></AbortIncompleteMultipartUpload></Rule></LifecycleConfiguration>: timestamp=2022-02-23T21:46:44.365-0600
2022-02-23T21:46:44.366-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Waiting 10s before next try: timestamp=2022-02-23T21:46:44.366-0600
2022-02-23T21:46:47.304-0600 [TRACE] dag/walk: vertex "module.test-bucket (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:46:47.304-0600 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:46:47.304-0600 [TRACE] dag/walk: vertex "root" is waiting for "module.test-bucket (close)"
2022-02-23T21:46:52.308-0600 [TRACE] dag/walk: vertex "module.test-bucket (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:46:52.308-0600 [TRACE] dag/walk: vertex "root" is waiting for "module.test-bucket (close)"
2022-02-23T21:46:52.308-0600 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:46:54.369-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?lifecycle= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e56b526f3b63ae135723c8d93290c5ffd2abc7b5ea5e7778a63db9ed3d6e1cbb
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034654Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:54.369-0600
2022-02-23T21:46:54.654-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 654
Date: Thu, 24 Feb 2022 03:46:55 GMT
Server: AmazonS3
X-Amz-Id-2: e8mai2LxPHZ/EUGv6kkyeEUcFKDBhNdMibU4hNc+nmJedh8SM9pn9K+T/7uc9RhXznocYNTvLcE=
X-Amz-Request-Id: SMMGF52NDARTFH1W
-----------------------------------------------------: timestamp=2022-02-23T21:46:54.654-0600
2022-02-23T21:46:54.654-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Rule><ID>rule1</ID><Filter><And><Prefix>foo/</Prefix><Tag><Key>takes</Key><Value>too_long</Value></Tag><Tag><Key>production</Key><Value>nope</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Days>3</Days></Expiration></Rule><Rule><ID>rule2</ID><Filter><Prefix></Prefix></Filter><Status>Enabled</Status><Expiration><ExpiredObjectDeleteMarker>true</ExpiredObjectDeleteMarker></Expiration><AbortIncompleteMultipartUpload><DaysAfterInitiation>2</DaysAfterInitiation></AbortIncompleteMultipartUpload></Rule></LifecycleConfiguration>: timestamp=2022-02-23T21:46:54.654-0600
2022-02-23T21:46:54.654-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: Waiting for state to become: [success]: timestamp=2022-02-23T21:46:54.654-0600
2022-02-23T21:46:57.312-0600 [TRACE] dag/walk: vertex "root" is waiting for "module.test-bucket (close)"
2022-02-23T21:46:57.312-0600 [TRACE] dag/walk: vertex "module.test-bucket (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:46:57.312-0600 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:46:59.658-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?lifecycle= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=77e9639ea9ce0fd9ffe1e83ecd0daafd08c668c279128243985d673df944ab2c
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034659Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:46:59.658-0600
2022-02-23T21:46:59.731-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 654
Date: Thu, 24 Feb 2022 03:47:00 GMT
Server: AmazonS3
X-Amz-Id-2: Op1MFbZz6THNLy6swiG5z4lD9zj3iKIYyf4AtvkAn7pTFXqdHxsNFpsx1HyDxbu8tkxW+2gDXYg=
X-Amz-Request-Id: X2QGB8R5KEK0QY5E
-----------------------------------------------------: timestamp=2022-02-23T21:46:59.731-0600
2022-02-23T21:46:59.731-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Rule><ID>rule1</ID><Filter><And><Prefix>foo/</Prefix><Tag><Key>takes</Key><Value>too_long</Value></Tag><Tag><Key>production</Key><Value>nope</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Days>3</Days></Expiration></Rule><Rule><ID>rule2</ID><Filter><Prefix></Prefix></Filter><Status>Enabled</Status><Expiration><ExpiredObjectDeleteMarker>true</ExpiredObjectDeleteMarker></Expiration><AbortIncompleteMultipartUpload><DaysAfterInitiation>2</DaysAfterInitiation></AbortIncompleteMultipartUpload></Rule></LifecycleConfiguration>: timestamp=2022-02-23T21:46:59.731-0600
2022-02-23T21:46:59.731-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Waiting 500ms before next try: timestamp=2022-02-23T21:46:59.731-0600
2022-02-23T21:47:02.316-0600 [TRACE] dag/walk: vertex "module.test-bucket (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:47:02.316-0600 [TRACE] dag/walk: vertex "root" is waiting for "module.test-bucket (close)"
2022-02-23T21:47:02.316-0600 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)" is waiting for "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]"
2022-02-23T21:47:05.237-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?lifecycle= HTTP/1.1
Host: kjhasd7.s3.amazonaws.com
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.6 (+https://www.terraform.io) terraform-provider-aws/4.2.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.42.53 (go1.17.6; darwin; amd64)
Authorization: AWS4-HMAC-SHA256 Credential=AKIAQL4FQHGBC5YY5LU4/20220224/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1036c94bf1b40253963e89bd5f181b7e354cf535eead2bd15ef50af655e42779
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20220224T034705Z
Accept-Encoding: gzip
-----------------------------------------------------: timestamp=2022-02-23T21:47:05.237-0600
2022-02-23T21:47:05.308-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Content-Length: 654
Date: Thu, 24 Feb 2022 03:47:06 GMT
Server: AmazonS3
X-Amz-Id-2: nxDYS7IFOWLjnounWKaFe/NRGU0rWEq/JAAYaOIByDqzsKdd9sQipf2eYLAS0AnO3wVRZev6+yE=
X-Amz-Request-Id: F2Q4APJRW4NXBZWA
-----------------------------------------------------: timestamp=2022-02-23T21:47:05.308-0600
2022-02-23T21:47:05.308-0600 [DEBUG] provider.terraform-provider-aws_v4.2.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Rule><ID>rule1</ID><Filter><And><Prefix>foo/</Prefix><Tag><Key>takes</Key><Value>too_long</Value></Tag><Tag><Key>production</Key><Value>nope</Value></Tag></And></Filter><Status>Enabled</Status><Expiration><Days>3</Days></Expiration></Rule><Rule><ID>rule2</ID><Filter><Prefix></Prefix></Filter><Status>Enabled</Status><Expiration><ExpiredObjectDeleteMarker>true</ExpiredObjectDeleteMarker></Expiration><AbortIncompleteMultipartUpload><DaysAfterInitiation>2</DaysAfterInitiation></AbortIncompleteMultipartUpload></Rule></LifecycleConfiguration>: timestamp=2022-02-23T21:47:05.308-0600
2022-02-23T21:47:05.309-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Called downstream: tf_proto_version=5 tf_req_id=c9a24f28-9487-a404-ccbd-fa2050dd67a9 tf_resource_type=aws_s3_bucket_lifecycle_configuration @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:608 @module=sdk.proto tf_provider_addr=provider tf_rpc=ApplyResourceChange timestamp=2022-02-23T21:47:05.309-0600
2022-02-23T21:47:05.309-0600 [TRACE] provider.terraform-provider-aws_v4.2.0_x5: Served request: tf_req_id=c9a24f28-9487-a404-ccbd-fa2050dd67a9 tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=ApplyResourceChange @caller=/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.5.0/tfprotov5/tf5server/server.go:614 @module=sdk.proto tf_proto_version=5 tf_provider_addr=provider timestamp=2022-02-23T21:47:05.309-0600
2022-02-23T21:47:05.316-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:47:05.316-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:47:05.316-0600 [TRACE] evalApplyProvisioners: module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0] is not freshly-created, so no provisioning is required
2022-02-23T21:47:05.316-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:47:05.316-0600 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]
2022-02-23T21:47:05.317-0600 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2022-02-23T21:47:05.318-0600 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 40
2022-02-23T21:47:05.318-0600 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2022-02-23T21:47:05.326-0600 [TRACE] vertex "module.test-bucket.aws_s3_bucket_lifecycle_configuration.a[0]": visit complete
2022-02-23T21:47:05.326-0600 [TRACE] vertex "module.test-bucket (close)": starting visit (*terraform.nodeCloseModule)
2022-02-23T21:47:05.326-0600 [TRACE] vertex "module.test-bucket (close)": visit complete
2022-02-23T21:47:05.326-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-02-23T21:47:05.326-0600 [TRACE] GRPCProvider: Close
2022-02-23T21:47:05.327-0600 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-02-23T21:47:05.336-0600 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/4.2.0/darwin_amd64/terraform-provider-aws_v4.2.0_x5 pid=99178
2022-02-23T21:47:05.336-0600 [DEBUG] provider: plugin exited
2022-02-23T21:47:05.336-0600 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"].va (close)": visit complete
2022-02-23T21:47:05.336-0600 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-02-23T21:47:05.336-0600 [TRACE] vertex "root": visit complete
2022-02-23T21:47:05.336-0600 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2022-02-23T21:47:05.337-0600 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 41
2022-02-23T21:47:05.338-0600 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2022-02-23T21:47:05.347-0600 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2022-02-23T21:47:05.352-0600 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment