Skip to content

Instantly share code, notes, and snippets.

@FransUrbo
Created July 31, 2023 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FransUrbo/bd04d1c8744cd7b48661f6363ae7fe65 to your computer and use it in GitHub Desktop.
Save FransUrbo/bd04d1c8744cd7b48661f6363ae7fe65 to your computer and use it in GitHub Desktop.
Terraform for_each test
This file has been truncated, but you can view the full file.
2023-07-31T11:05:02.254+0100 [INFO] Terraform version: 1.5.4
2023-07-31T11:05:02.254+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.26.0
2023-07-31T11:05:02.254+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2
2023-07-31T11:05:02.254+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0
2023-07-31T11:05:02.254+0100 [DEBUG] using github.com/zclconf/go-cty v1.12.2
2023-07-31T11:05:02.254+0100 [INFO] Go runtime version: go1.20.6
2023-07-31T11:05:02.254+0100 [INFO] CLI args: []string{"terraform", "plan", "-no-color"}
2023-07-31T11:05:02.254+0100 [TRACE] Stdout is not a terminal
2023-07-31T11:05:02.254+0100 [TRACE] Stderr is not a terminal
2023-07-31T11:05:02.254+0100 [TRACE] Stdin is a terminal
2023-07-31T11:05:02.254+0100 [DEBUG] Attempting to open CLI config file: /Users/Turbo.Fredriksson/.terraformrc
2023-07-31T11:05:02.254+0100 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2023-07-31T11:05:02.255+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2023-07-31T11:05:02.255+0100 [DEBUG] ignoring non-existing provider search directory /Users/Turbo.Fredriksson/.terraform.d/plugins
2023-07-31T11:05:02.255+0100 [DEBUG] ignoring non-existing provider search directory /Users/Turbo.Fredriksson/Library/Application Support/io.terraform/plugins
2023-07-31T11:05:02.255+0100 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2023-07-31T11:05:02.255+0100 [INFO] CLI command args: []string{"plan", "-no-color"}
2023-07-31T11:05:02.256+0100 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2023-07-31T11:05:02.256+0100 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2023-07-31T11:05:02.256+0100 [DEBUG] New state was assigned lineage "11fe0955-6068-cd73-632f-8968464b9999"
2023-07-31T11:05:02.256+0100 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2023-07-31T11:05:02.256+0100 [TRACE] Meta.Backend: instantiated backend of type <nil>
2023-07-31T11:05:02.256+0100 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2023-07-31T11:05:02.256+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v5.10.0 for darwin_arm64 at .terraform/providers/registry.terraform.io/hashicorp/aws/5.10.0/darwin_arm64
2023-07-31T11:05:02.257+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/null v3.2.1 for darwin_arm64 at .terraform/providers/registry.terraform.io/hashicorp/null/3.2.1/darwin_arm64
2023-07-31T11:05:02.257+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/5.10.0/darwin_arm64 as a candidate package for registry.terraform.io/hashicorp/aws 5.10.0
2023-07-31T11:05:02.257+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/null/3.2.1/darwin_arm64 as a candidate package for registry.terraform.io/hashicorp/null 3.2.1
2023-07-31T11:05:02.446+0100 [TRACE] providercache.fillMetaCache: using cached result from previous scan of .terraform/providers
2023-07-31T11:05:02.453+0100 [DEBUG] checking for provisioner in "."
2023-07-31T11:05:02.458+0100 [DEBUG] checking for provisioner in "/opt/homebrew/bin"
2023-07-31T11:05:02.458+0100 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2023-07-31T11:05:02.459+0100 [INFO] backend/local: starting Plan operation
2023-07-31T11:05:02.459+0100 [TRACE] backend/local: requesting state manager for workspace "default"
2023-07-31T11:05:02.459+0100 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2023-07-31T11:05:02.459+0100 [TRACE] backend/local: requesting state lock for workspace "default"
2023-07-31T11:05:02.459+0100 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2023-07-31T11:05:02.459+0100 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists
2023-07-31T11:05:02.459+0100 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2023-07-31T11:05:02.459+0100 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2023-07-31T11:05:02.459+0100 [TRACE] backend/local: reading remote state for workspace "default"
2023-07-31T11:05:02.459+0100 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2023-07-31T11:05:02.459+0100 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2023-07-31T11:05:02.459+0100 [TRACE] statemgr.Filesystem: read nil snapshot
2023-07-31T11:05:02.459+0100 [TRACE] backend/local: populating backend.LocalRun for current working directory
2023-07-31T11:05:02.460+0100 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/null has 3.2.1 to satisfy ""
2023-07-31T11:05:02.460+0100 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/aws has 5.10.0 to satisfy ""
2023-07-31T11:05:02.460+0100 [TRACE] terraform.NewContext: starting
2023-07-31T11:05:02.460+0100 [TRACE] terraform.NewContext: complete
2023-07-31T11:05:02.460+0100 [TRACE] backend/local: requesting interactive input, if necessary
2023-07-31T11:05:02.460+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/aws"
2023-07-31T11:05:02.460+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/aws" to read its schema
2023-07-31T11:05:02.460+0100 [DEBUG] created provider logger: level=trace
2023-07-31T11:05:02.460+0100 [INFO] provider: configuring client automatic mTLS
2023-07-31T11:05:02.465+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.10.0/darwin_arm64/terraform-provider-aws_v5.10.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/5.10.0/darwin_arm64/terraform-provider-aws_v5.10.0_x5]
2023-07-31T11:05:02.475+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.10.0/darwin_arm64/terraform-provider-aws_v5.10.0_x5 pid=82709
2023-07-31T11:05:02.475+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.10.0/darwin_arm64/terraform-provider-aws_v5.10.0_x5
2023-07-31T11:05:02.560+0100 [INFO] provider.terraform-provider-aws_v5.10.0_x5: configuring server automatic mTLS: timestamp=2023-07-31T11:05:02.559+0100
2023-07-31T11:05:02.565+0100 [DEBUG] provider: using plugin: version=5
2023-07-31T11:05:02.565+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: plugin address: address=/var/folders/9f/ydzh7_1x00z8bw5k4t137xyw0000gr/T/plugin1459228757 network=unix timestamp=2023-07-31T11:05:02.565+0100
2023-07-31T11:05:02.569+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-07-31T11:05:02.570+0100 [TRACE] provider.stdio: waiting for stdio data
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Received request: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_proto_version=5.3 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.18.0/tfprotov5/tf5server/server.go:494 @module=sdk.proto timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Sending request downstream: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-go@v0.18.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 @module=sdk.proto tf_proto_version=5.3 timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: calling downstream server: @module=sdk.mux tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-mux@v0.11.2/internal/logging/mux.go:19 timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Getting provider schema: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:73 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_usage_plan_key @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appconfig_deployment_strategy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_datapipeline_pipeline_definition tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_fsx_openzfs_volume @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lakeformation_lf_tag timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_organizations_account @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_redshift_usage_limit tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_secretsmanager_secret @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_wafregional_xss_match_set tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_amplify_domain_association tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_imagebuilder_container_recipe tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53recoveryreadiness_resource_set tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_s3control_multi_region_access_point @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_securityhub_action_target tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_servicecatalog_product_portfolio_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_appconfig_extension @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_vpc_endpoint_service tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_macie2_classification_export_configuration tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ssoadmin_permission_set_inline_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_account_primary_contact tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_account timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_resource_type=aws_lb_listener tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_resource_type=aws_grafana_workspace timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_neptune_cluster_instance tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_pinpoint_apns_channel @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.570+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_sagemaker_data_quality_job_definition tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.570+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_securityhub_organization_admin_account tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_accessanalyzer_archive_rule @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudsearch_domain @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dms_event_subscription tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_vpc_peering_connection_accepter tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_cloudwatch_log_destination_policy timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_db_snapshot timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_redshift_scheduled_action tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_servicecatalog_portfolio_share tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_shield_protection_group tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_transit_gateway_connect tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ivs_recording_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iot_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_qldb_ledger tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_db_instance tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_wafregional_rule tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_appconfig_hosted_configuration_version tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_gamelift_alias tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_globalaccelerator_endpoint_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_resource_type=aws_imagebuilder_infrastructure_configuration @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_cloudwatch_composite_alarm tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_config_organization_custom_policy_rule @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dx_gateway @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpn_gateway_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudfront_origin_request_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_bucket_server_side_encryption_configuration tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opsworks_mysql_layer timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_db_instance_automated_backups_replication @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53_resolver_query_log_config_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_budgets_budget tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_imagebuilder_image @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_db_proxy tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshift_cluster tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_directory_service_region timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_emr_instance_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_inspector2_enabler @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_kendra_index @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lightsail_key_pair @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_account_subscription tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ssm_maintenance_window_task tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lightsail_disk tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_storagegateway_stored_iscsi_volume @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_autoscaling_attachment tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dx_connection_confirmation @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_resource_type=aws_default_network_acl @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_elasticsearch_domain_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_guardduty_detector tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ssm_maintenance_window @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_appsync_domain_name_api_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_efs_access_point timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_sagemaker_image @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpclattice_target_group_attachment tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_default_vpc_dhcp_options @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ecr_lifecycle_policy @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3control_object_lambda_access_point_policy tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_batch_scheduling_policy tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.571+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudhsm_v2_cluster timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_security_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.571+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lb_listener_rule tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.572+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_gamelift_game_session_queue tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.572+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_user tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.572+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_iot_topic_rule_destination tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.572+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_memorydb_subnet_group timestamp=2023-07-31T11:05:02.572+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_resourcegroups_group timestamp=2023-07-31T11:05:02.572+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_rolesanywhere_trust_anchor @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.572+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_route53recoveryreadiness_recovery_group timestamp=2023-07-31T11:05:02.572+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_codepipeline_webhook timestamp=2023-07-31T11:05:02.572+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ecs_tag tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.572+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_glue_security_configuration tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.572+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lex_intent tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.572+0100
2023-07-31T11:05:02.572+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_dashboard @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.572+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sagemaker_feature_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_fsx_ontap_file_system tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_cognito_user_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cognito_user_pool_domain @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_security_group_rule timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_efs_replication_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_eks_cluster tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_neptune_cluster @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53_health_check tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_connect_quick_connect @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dms_s3_endpoint tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_spot_fleet_request tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_macie2_organization_admin_account tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_chimesdkvoice_voice_profile_domain tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_controltower_control tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_elasticache_cluster timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_inspector2_delegated_admin_account tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ram_resource_share_accepter tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_config_remediation_configuration tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_docdb_cluster_instance tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iam_role_policy tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_iam_service_specific_credential tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_sagemaker_app_image_config @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ses_identity_notification_topic timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_datasync_location_hdfs timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_vpc_ipam_resource_discovery @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_log_metric_filter @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ssm_parameter timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ssoadmin_managed_policy_attachment tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_acm_certificate @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.584+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudtrail_event_data_store @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.584+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_directory_service_radius_settings timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_managed_prefix_list_entry tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_network_acl_association timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_kms_key_policy timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_location_tracker timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_servicecatalog_service_action tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_waf_regex_match_set timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ebs_snapshot_import @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_pinpoint_event_stream @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_timestreamwrite_database @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_athena_data_catalog tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudfront_cache_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_connect_routing_profile @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dataexchange_data_set tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_traffic_mirror_filter_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_saml_provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lightsail_domain_entry timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_servicecatalog_product @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_base_path_mapping tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_resource_type=aws_elastic_beanstalk_application_version @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_kendra_query_suggestions_block_list tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_oam_sink_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dx_lag tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_dx_transit_virtual_interface tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudwatch_event_bus_policy tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lightsail_lb_attachment @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_location_geofence_collection tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ram_resource_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_budgets_budget_action timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_cloudwatch_dashboard timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_resource_type=aws_ec2_transit_gateway_policy_table @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_kinesis_stream_consumer timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_workteam timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_signer_signing_job @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_documentation_version @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appconfig_extension_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_devicefarm_network_profile tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_alb_listener tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_apigatewayv2_route_response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iam_server_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_medialive_input timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_rest_api tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appmesh_gateway_route timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_appstream_fleet_stack_association timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_appstream_user @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_comprehend_entity_recognizer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_organizations_resource_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ses_event_destination tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_securityhub_finding_aggregator @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_vpclattice_service @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dx_connection tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_evidently_feature @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_iam_role tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sagemaker_app tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_signer_signing_profile_permission @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_dx_hosted_private_virtual_interface timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_host tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iam_group_policy_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudwatch_log_stream tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sagemaker_endpoint_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_workforce tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_waf_size_constraint_set timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_sagemaker_project tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_synthetics_group tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_apigatewayv2_model timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_networkfirewall_resource_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_networkmanager_connect_attachment @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_ec2_transit_gateway_multicast_group_source tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ecr_registry_scanning_configuration tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_macie2_invitation_accepter @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_workspaces_directory tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.585+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_amplify_backend_environment tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_log_subscription_filter tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_opsworks_stack @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.585+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_s3_bucket_versioning tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_waf_geo_match_set tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_athena_database tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_transit_gateway_vpc_attachment @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_redshift_snapshot_copy_grant tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53_resolver_config @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_log_group timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appstream_fleet tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iam_signing_certificate @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_location_tracker_association tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_networkmanager_core_network timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ram_resource_share @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_appmesh_virtual_service timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_vpc_ipam_organization_admin_account tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_kms_custom_key_store tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_scheduler_schedule_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_codecommit_repository @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_datasync_location_nfs @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dynamodb_tag tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_opensearch_domain timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_s3_bucket_request_payment_configuration timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_sfn_alias tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_backup_vault_lock_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudfront_origin_access_control @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_proxy_protocol_policy tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_resource_type=aws_redshiftserverless_namespace timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_bucket_analytics_configuration tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_cloud9_environment_membership @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_connect_security_profile timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_vpc_ipam_resource_discovery_association timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iot_topic_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshift_snapshot_schedule_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53_zone @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_datasync_location_fsx_openzfs_file_system tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_devicefarm_test_grid_project timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_fis_experiment_template timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53_record tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_s3control_storage_lens_configuration @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_vpclattice_service_network_service_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_backup_framework tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_subnet @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_resource_type=aws_emr_studio @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53recoverycontrolconfig_cluster tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_transfer_agreement @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ami_copy tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_vpc_endpoint_security_group_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_elastictranscoder_pipeline tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshiftserverless_usage_limit tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_appconfig_application tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_detective_graph tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_vpc_ipam_pool tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_grafana_license_association timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_guardduty_member tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53_resolver_query_log_config tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cognito_identity_pool @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dx_gateway_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glacier_vault_lock tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_networkmanager_transit_gateway_route_table_attachment tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_sagemaker_model_package_group @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.586+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpclattice_service_network tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.587+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_apigatewayv2_vpc_link tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.587+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_chime_voice_connector_logging tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.586+0100
2023-07-31T11:05:02.587+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_elasticache_user_group_association tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.587+0100
2023-07-31T11:05:02.587+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_resource_type=aws_load_balancer_listener_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.587+0100
2023-07-31T11:05:02.587+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_resource_type=aws_guardduty_invite_accepter tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.587+0100
2023-07-31T11:05:02.587+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_storagegateway_gateway @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.587+0100
2023-07-31T11:05:02.587+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ebs_encryption_by_default tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.587+0100
2023-07-31T11:05:02.587+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_location_place_index tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.587+0100
2023-07-31T11:05:02.587+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_networkmanager_connection tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.587+0100
2023-07-31T11:05:02.587+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_redshift_hsm_client_certificate @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.587+0100
2023-07-31T11:05:02.587+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_wafv2_rule_group tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.587+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_appflow_connector_profile tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_secretsmanager_secret_policy tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sesv2_configuration_set @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpclattice_auth_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_vpc_endpoint_connection_accepter tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_emr_cluster tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opsworks_rails_app_layer timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_pinpoint_email_channel timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ssm_default_patch_baseline timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_transfer_ssh_key timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_wafregional_byte_match_set tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_apprunner_auto_scaling_configuration_version @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_chime_voice_connector_origination @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codebuild_report_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_resource_type=aws_gamelift_build @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_transcribe_vocabulary_filter tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_transfer_tag tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_prometheus_workspace tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_chime_voice_connector_termination tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_iot_thing_principal_attachment tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_rest_api_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_resource_type=aws_ce_cost_category timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cleanrooms_collaboration timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_config_configuration_recorder_status @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_datasync_task tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_mskconnect_custom_plugin @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.598+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_opsworks_ganglia_layer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.598+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshift_endpoint_authorization tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sfn_state_machine @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_backup_global_settings tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_client_vpn_authorization_rule tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_event_bus @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_db_event_subscription tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53_resolver_rule_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_bucket_replication_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_detective_invitation_accepter tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_ami_from_instance tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lambda_code_signing_config @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_schemas_schema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cognito_risk_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route_table_association tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sesv2_dedicated_ip_pool @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_codecommit_trigger tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_cognito_resource_server tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_devicefarm_upload timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opsworks_permission tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ce_cost_allocation_tag tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_connect_phone_number timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_media_convert_queue tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_workspaces_workspace timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_cognito_user_in_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_endpoint_policy tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ecs_account_setting_default @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_batch_job_queue tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dms_certificate tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_glue_data_quality_ruleset @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ivs_playback_key_pair tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_lambda_permission @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appmesh_route @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_backup_vault @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_connect_user_hierarchy_structure tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_codedeploy_deployment_group tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ecrpublic_repository_policy tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iam_service_linked_role @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53_resolver_endpoint tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appsync_api_key timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_emrcontainers_job_template tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lightsail_bucket_access_key tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_opsworks_haproxy_layer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_redshift_event_subscription tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_cloudsearch_domain_service_access_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_devicefarm_device_pool @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpn_connection_route tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_iam_user_ssh_key @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_transit_gateway_multicast_domain tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_kms_grant @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.599+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_quicksight_template @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.599+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_bucket_public_access_block tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_codedeploy_app timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ecs_task_set @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_cloudwatch_event_endpoint @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iam_user_policy timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_medialive_multiplex tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_rbin_rule tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_sagemaker_notebook_instance timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_gateway_response timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_datasync_location_fsx_windows_file_system tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_transit_gateway @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iot_thing_group tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_storagegateway_file_system_association tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_rds_global_cluster tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53_zone_association @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_route53_resolver_firewall_rule_group_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_waf_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dynamodb_global_table tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_resource_type=aws_mskconnect_worker_configuration tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lambda_event_source_mapping tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_apprunner_service @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_client_vpn_route timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ec2_serial_console_access tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_servicecatalog_budget_resource_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_grafana_workspace_saml_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_lakeformation_data_lake_settings timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_lex_bot_alias timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_acmpca_permission @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_glue_resource_policy timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lightsail_lb_certificate @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_connect_vocabulary tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_dms_endpoint tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.613+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_transit_gateway_route_table_propagation tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_macie2_member @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_networkfirewall_logging_configuration @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.613+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_pinpoint_gcm_channel timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dx_connection_association tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_dynamodb_contributor_insights tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glue_partition_index tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glue_registry timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_macie2_account @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_networkmanager_site_to_site_vpn_attachment tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_autoscaling_group_tag timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_backup_plan tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_guardduty_ipset tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_servicecatalog_provisioned_product tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_acmpca_certificate_authority timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_api_gateway_client_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_domain_name tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appsync_datasource @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_efs_file_system_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_elasticache_user_group timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_fsx_windows_file_system tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lambda_layer_version tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sagemaker_model_package_group_policy timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sns_topic_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_storagegateway_cache tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_codestarconnections_connection tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_datasync_location_efs tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_directory_service_shared_directory_accepter tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_transit_gateway_vpc_attachment_accepter tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ecs_service tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glue_ml_transform @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_connect_instance timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_kendra_experience tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_medialive_input_security_group timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_s3_bucket_accelerate_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_worklink_website_certificate_authority_association tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_apprunner_vpc_connector @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appstream_image_builder @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_backup_region_settings tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_chime_voice_connector @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codeartifact_repository_permissions_policy timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cognito_identity_pool_provider_principal_tag @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cognito_user_pool timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ses_domain_identity_verification tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_waf_rate_based_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_docdb_cluster_snapshot tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_route53recoveryreadiness_readiness_check tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_securityhub_product_subscription timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_shield_protection @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_amplify_branch tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_apprunner_vpc_ingress_connection tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ec2_availability_zone_group @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_alb_target_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_transcribe_language_model tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_pipes_pipe timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_s3_bucket_acl tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ec2_transit_gateway_route_table @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_licensemanager_grant timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sesv2_email_identity_feedback_attributes tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ssm_service_setting @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_transfer_profile tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_workspaces_ip_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_appsync_domain_name timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.614+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_networkfirewall_firewall_policy timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_quicksight_theme tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.614+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ssm_patch_baseline tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_wafregional_regex_pattern_set timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appsync_graphql_api @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_network_interface_sg_attachment timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_resource_type=aws_imagebuilder_distribution_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_memorydb_acl timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ec2_transit_gateway_connect_peer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iam_instance_profile @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_keyspaces_keyspace tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_organizations_policy tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ses_template @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_datasync_agent timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_vpc_endpoint_service_allowed_principal @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_elasticache_user timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_memorydb_parameter_group tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_storagegateway_cached_iscsi_volume timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_applicationinsights_application tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_appmesh_virtual_gateway @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_network_insights_analysis timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_placement_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glue_job tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_lightsail_instance @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_networkmanager_global_network tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sesv2_configuration_set_event_destination tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_event_target tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glue_crawler @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_servicecatalog_constraint @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_gamelift_fleet tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glacier_vault @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_kms_alias tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_storagegateway_nfs_file_share timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_key_pair tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_pinpoint_adm_channel @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_vpclattice_service_network_vpc_association timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_connect_contact_flow tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_identitystore_group_membership @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_organizations_organization tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_redshiftserverless_resource_policy tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ses_domain_mail_from @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ses_receipt_rule @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_internet_gateway_attachment @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_neptune_event_subscription timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opsworks_custom_layer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_securityhub_member @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_swf_domain @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_api_gateway_integration tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_msk_serverless_cluster tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_neptune_cluster_parameter_group timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_waf_sql_injection_match_set tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_waf_web_acl tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appstream_directory_config tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ecr_repository_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_lightsail_database tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_mq_broker tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_resource_type=aws_opensearch_domain_saml_options @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.615+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ses_receipt_filter tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_apigatewayv2_api timestamp=2023-07-31T11:05:02.615+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cognito_identity_provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_connect_contact_flow_module @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ec2_transit_gateway_route_table_association tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_vpc_peering_connection_options @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_elasticache_replication_group timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iot_thing tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_networkfirewall_firewall timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_db_instance_role_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_resource_type=aws_s3_bucket_object_lock_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_codeartifact_repository tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opsworks_nodejs_app_layer timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_s3_bucket_metric tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_notebook_instance_lifecycle_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_codepipeline tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_memorydb_cluster @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ec2_traffic_mirror_target @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lb_target_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_neptune_subnet_group timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_directory_service_conditional_forwarder timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_network_acl_rule tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iot_indexing_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_lightsail_lb_https_redirection_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_s3_bucket_logging tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_endpoint @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_storagegateway_smb_file_share @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_cloudcontrolapi_resource @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iot_policy_attachment tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ses_email_identity timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_chimesdkmediapipelines_media_insights_pipeline_configuration @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_emrserverless_application @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_lakeformation_permissions tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_wafv2_ip_set timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codeartifact_domain @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_location_map tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_rds_cluster_parameter_group tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sagemaker_flow_definition @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_autoscaling_schedule @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ce_anomaly_monitor @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_connect_lambda_function_association tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_dynamodb_kinesis_streaming_destination tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lambda_function_url tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_macie2_classification_job tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_securityhub_standards_subscription tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_ssm_document tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_backup_report_plan tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ebs_default_kms_key @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_endpoint_subnet_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_elasticsearch_domain_saml_options @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_emr_security_configuration tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_gamelift_game_server_group timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_lambda_function tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_shield_protection_health_check_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ssmincidents_response_plan @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_autoscaling_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_codecommit_approval_rule_template_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_traffic_mirror_filter @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.616+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_alb_listener_rule tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3control_bucket_lifecycle_configuration tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.616+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_secretsmanager_secret_version @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_vpc_ipam_pool_cidr tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_fsx_backup @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_globalaccelerator_accelerator @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_redshift_snapshot_schedule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ssoadmin_customer_managed_policy_attachment @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dynamodb_table_item tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_ec2_local_gateway_route @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_vpc_ipv4_cidr_block_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_kms_key @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_timestreamwrite_table timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_wafregional_size_constraint_set @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_method tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_backup_selection tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_config_configuration_aggregator @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_elasticsearch_domain tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_load_balancer_backend_server_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lb timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_cloudwatch_event_archive @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_msk_cluster tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ses_receipt_rule_set tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sqs_queue_redrive_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_config_organization_conformance_pack timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_dhcp_options tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_load_balancer_policy timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_fsx_data_repository_association tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_vpc_ipv6_cidr_block_association tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_api_key tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudfront_field_level_encryption_profile tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glue_data_catalog_encryption_settings timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lightsail_static_ip tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_route53_resolver_firewall_config tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sesv2_contact_list timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_waf_ipset @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_acmpca_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_apigatewayv2_route tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appautoscaling_scheduled_action timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudfront_key_group tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ecs_task_definition tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_storagegateway_upload_buffer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_resource tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codebuild_resource_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_finspace_kx_database @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_s3_account_public_access_block @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_prometheus_rule_group_namespace tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_flow_log @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glue_trigger @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_iam_security_token_service_preferences @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_kms_external_key tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_lex_bot tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.617+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_resource_type=aws_redshift_cluster_snapshot @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_sqs_queue_policy timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ssm_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ssoadmin_instance_access_control_attributes @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_connect_bot_association tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ec2_transit_gateway_peering_attachment_accepter tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_resource_type=aws_volume_attachment @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_fms_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_group_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_oam_sink tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_quicksight_folder @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_docdb_cluster tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_elasticache_subnet_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_elastictranscoder_preset tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudwatch_log_data_protection_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_s3control_access_point_policy timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_sagemaker_human_task_ui timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_chime_voice_connector_termination_credentials timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ivschat_room tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_media_store_container_policy tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ssmincidents_replication_set @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appflow_flow tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_detective_member timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_guardduty_publishing_destination tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.617+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_bucket_website_configuration tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sagemaker_domain tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cur_report_definition tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_resource_type=aws_route_table tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.618+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ecr_pull_through_cache_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_apigatewayv2_stage tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appsync_function tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudformation_stack @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_grafana_role_association timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iam_account_password_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iot_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_resource_type=aws_ram_principal_association tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_route53domains_registered_domain timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ssoadmin_permission_set tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_redshift_hsm_configuration timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_vpc_ipam tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iam_user_login_profile tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53_resolver_firewall_domain_list @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_chimesdkvoice_sip_media_application tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_kinesis_analytics_application @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_media_package_channel tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_opsworks_rds_db_instance tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_bucket_ownership_controls tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_service_discovery_instance @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_fsx_openzfs_file_system tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dax_parameter_group tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_pinpoint_apns_voip_channel timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.619+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_accessanalyzer_analyzer @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_appconfig_configuration_profile timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_eks_addon tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_db_proxy_default_target_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_dx_private_virtual_interface @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_managed_prefix_list tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_inspector2_organization_configuration tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_mskconnect_connector @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lightsail_lb_certificate_attachment tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_networkmanager_link_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dynamodb_table_replica tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_keyspaces_table tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_lambda_provisioned_concurrency_config tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lex_slot_type @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_service_discovery_private_dns_namespace @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_wafregional_rate_based_rule @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_appmesh_virtual_router tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.620+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_config_conformance_pack tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_elasticache_parameter_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lb_cookie_stickiness_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_glue_user_defined_function tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_group @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_neptune_global_cluster timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_synthetics_group_association timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_transcribe_medical_vocabulary @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_api_gateway_method_settings tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_datasync_location_smb @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_docdb_subnet_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_vpc_ipam_preview_next_cidr tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_macie2_custom_data_identifier tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_scheduler_schedule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_schemas_registry tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appsync_resolver @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_autoscaling_group tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_chimesdkvoice_sip_rule tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_instance @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opsworks_ecs_cluster_layer tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_servicequotas_service_quota tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.618+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_lb_listener_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_rds_cluster_instance tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_route53_delegation_set tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_s3_bucket_inventory tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_sagemaker_code_repository timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_chime_voice_connector_group tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.621+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_codegurureviewer_repository_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_devicefarm_project @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_kinesis_firehose_delivery_stream timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lightsail_domain timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_oam_link tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_wafregional_web_acl_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_appautoscaling_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_launch_template tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_user_group_membership tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_mwaa_environment @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ssmcontacts_contact @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_resource_type=aws_dms_replication_instance tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_dhcp_options_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_emr_instance_fleet timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_redshift_partner @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_bucket timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sesv2_email_identity_mail_from_attributes tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sns_sms_preferences @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_xray_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_chime_voice_connector_streaming tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudhsm_v2_hsm tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_pinpoint_sms_channel timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_db_cluster_snapshot @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_db_option_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_elastic_beanstalk_application tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.622+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_iot_authorizer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ivs_channel timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_model @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudformation_stack_set_instance @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_network_interface_attachment timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_access_point tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_servicecatalog_principal_portfolio_association tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_spot_datafeed_subscription tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ecr_repository tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sagemaker_model @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_s3control_bucket timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_guardduty_organization_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_resource_type=aws_route53_key_signing_key tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ec2_subnet_cidr_reservation tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lightsail_certificate tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opsworks_application tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_redshiftserverless_snapshot @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_resourcegroups_resource @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_sagemaker_monitoring_schedule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_storagegateway_working_storage tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpclattice_access_log_subscription timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_comprehend_document_classifier @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_eip tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_eks_node_group tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_emrcontainers_virtual_cluster @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_networkfirewall_rule_group timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opsworks_instance tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_rds_cluster @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudformation_type @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.619+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudfront_function @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dax_cluster tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_iam_role_policy_attachment @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_pinpoint_apns_sandbox_channel tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_medialive_channel @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_waf_xss_match_set tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.623+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_xray_encryption_config timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_resource_type=aws_api_gateway_vpc_link timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appintegrations_event_integration timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_licensemanager_license_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lightsail_static_ip_attachment timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53recoveryreadiness_cell @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sagemaker_image_version tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_storagegateway_tape_pool tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ami_launch_permission tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iot_provisioning_template tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_s3_bucket_intelligent_tiering_configuration tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_s3outposts_endpoint tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_apigatewayv2_authorizer timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_apprunner_custom_domain_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_appsync_api_cache tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_iam_user_policy_attachment tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_networkmanager_link tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.624+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_schemas_discoverer timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_sns_topic_subscription timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_acmpca_certificate_authority_certificate @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_tag @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_transit_gateway_prefix_list_reference tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_cloudwatch_event_connection timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_iam_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lakeformation_resource tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_db_proxy_endpoint tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_finspace_kx_user tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_globalaccelerator_custom_routing_endpoint_group timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudtrail tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_emr_studio_session_mapping timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53_resolver_rule tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_wafregional_geo_match_set tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ecr_registry_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ivschat_logging_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lightsail_container_service_deployment_version tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_s3_bucket_notification @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudfront_monitoring_subscription tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_dx_hosted_public_virtual_interface_accepter @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.620+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_carrier_gateway timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_kms_replica_key @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_networkmanager_transit_gateway_registration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_route53_query_log tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_nat_gateway @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudwatch_event_api_destination tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lambda_alias tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_glue_catalog_database @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lambda_function_event_invoke_config tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_transfer_certificate @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_rds_cluster_activity_stream @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appintegrations_data_integration timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_resource_type=aws_dx_hosted_connection tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.625+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_fleet @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_route tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lb_target_group_attachment tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_macie2_findings_filter tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_s3control_bucket_policy timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_cloudfront_response_headers_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codecommit_approval_rule_template tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_alb_listener_certificate tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_kinesisanalyticsv2_application_snapshot @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_securityhub_insight @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_appconfig_deployment tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appstream_stack tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_iam_virtual_mfa_device @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_resource_type=aws_route53recoverycontrolconfig_control_panel tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_resource_type=aws_config_organization_managed_rule @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_codebuild_source_credential @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_rds_reserved_instance timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_acm_certificate_validation tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_athena_workgroup @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codestarconnections_host @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_elastic_beanstalk_environment timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_api_gateway_stage tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_vpc_peering_connection tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ssmcontacts_plan tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_vpclattice_listener tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_apigatewayv2_integration tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.626+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_pinpoint_baidu_channel @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_cloudfront_field_level_encryption_config timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_network_insights_path tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ec2_transit_gateway_multicast_domain_association tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_resource_type=aws_eks_fargate_profile @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_networkmanager_transit_gateway_connect_peer_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ssmcontacts_contact_channel tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_apigatewayv2_domain_name @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_log_destination timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_acmpca_certificate tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appstream_user_stack_association tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_vpc_endpoint_route_table_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53_resolver_firewall_rule_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_servicecatalog_tag_option tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_transfer_server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_default_vpc @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_network_interface tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_resource_type=aws_dx_hosted_public_virtual_interface @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dms_replication_task @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_rds_cluster_role_association tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_route53_vpc_association_authorization timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.627+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_wafv2_web_acl tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.621+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_appautoscaling_target @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ebs_volume tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_efs_mount_target tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_organizations_policy_attachment @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_schemas_registry_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_config_config_rule tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_app_cookie_stickiness_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glue_schema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_opsworks_php_app_layer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_servicecatalog_tag_option_resource_association timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sesv2_dedicated_ip_assignment tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appmesh_virtual_node @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_cognito_user @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_spot_instance_request timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_fms_admin_account @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iot_role_alias tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_networkmanager_connect_peer timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_quicksight_group_membership tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_rum_metrics_destination tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ses_identity_policy @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_wafregional_regex_match_set timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_autoscaling_traffic_source_attachment tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dataexchange_revision @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_vpc_ipam_pool_cidr_allocation tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_backup_vault_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ecrpublic_repository tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iam_account_alias tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_kendra_thesaurus tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_opsworks_java_app_layer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshift_parameter_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ssm_activation timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appmesh_mesh tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_transit_gateway_peering_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_docdb_cluster_parameter_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_organizations_organizational_unit timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_quicksight_data_source tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_quicksight_user tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_db_snapshot_copy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_amplify_app @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_usage_plan tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_networkmanager_core_network_policy_attachment tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_securityhub_invite_accepter timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_codebuild_project tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_finspace_kx_cluster tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_msk_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_redshift_subnet_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_local_gateway_route_table_vpc_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpn_gateway_route_propagation tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_grafana_workspace_api_key timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_iam_policy_attachment tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_wafregional_sql_injection_match_set @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.638+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ce_anomaly_subscription @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_cloudfront_origin_access_identity tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.638+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_egress_only_internet_gateway timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_globalaccelerator_listener timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_resource_type=aws_cloudfront_public_key timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_cognito_identity_pool_roles_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_config_aggregate_authorization @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_dx_bgp_peer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_client_vpn_network_association timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_resource_type=aws_emr_block_public_access_configuration tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_guardduty_threatintelset tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_licensemanager_grant_accepter timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_networkmanager_customer_gateway_association @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ses_domain_dkim tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_wafregional_web_acl @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_apigatewayv2_deployment @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_globalaccelerator_custom_routing_listener timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glue_connection @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_networkmanager_device @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_serverlessapplicationrepository_cloudformation_stack timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_backup_vault_notifications timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_vpn_connection timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_identitystore_user timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_quicksight_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_service_discovery_public_dns_namespace timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_resource_type=aws_launch_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_network_acl timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpclattice_target_group timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_wafregional_rule_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dlm_lifecycle_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_inspector2_member_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ses_configuration_set tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_synthetics_canary tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_connect_hours_of_operation @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_finspace_kx_environment @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_group_membership tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_chimesdkvoice_global_settings @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_cloud9_environment_ec2 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ecs_cluster timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_kms_ciphertext tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_organizations_delegated_administrator @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53_resolver_firewall_rule tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_docdb_event_subscription timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_lightsail_instance_public_ports tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_lightsail_lb_stickiness_policy tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appsync_type tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_eks_identity_provider_config tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_guardduty_organization_admin_account tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_servicecatalog_organizations_access tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_connect_user_hierarchy_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_resource_type=aws_codedeploy_deployment_config tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_gamelift_script @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_s3_bucket_lifecycle_configuration tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sqs_queue_redrive_allow_policy @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_wafv2_web_acl_association @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_documentation_part @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_autoscalingplans_scaling_plan tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_default_subnet timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_imagebuilder_component tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lightsail_bucket @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lightsail_distribution tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_location_route_calculator tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_customer_gateway timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_transit_gateway_route tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_fsx_lustre_file_system tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_glue_catalog_table tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.639+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_kendra_data_source tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_networkmanager_transit_gateway_peering @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_db_proxy_target tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.639+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_secretsmanager_secret_rotation @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_dx_hosted_transit_virtual_interface_accepter tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_licensemanager_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_db_parameter_group timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_resource_type=aws_route53_traffic_policy_instance tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_s3_bucket_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_transcribe_vocabulary @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_apigatewayv2_api_mapping tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudwatch_event_rule @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_iam_access_key @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_networkmanager_attachment_accepter tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_resource_type=aws_vpclattice_resource_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_waf_byte_match_set timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dms_replication_subnet_group timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_vpc_ipam_scope timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_fsx_openzfs_snapshot tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lightsail_bucket_resource_access tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lightsail_disk_attachment tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_redshiftserverless_workgroup tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_s3_bucket_object timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_sagemaker_space timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_servicecatalog_provisioning_artifact timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_waf_regex_pattern_set tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_apprunner_observability_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_connect_instance_storage_config tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_datasync_location_object_storage tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dx_public_virtual_interface tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_rolesanywhere_profile timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_codepipeline_custom_action_type tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_codestarnotifications_notification_rule timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_connect_queue tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dx_hosted_private_virtual_interface_accepter @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ecs_cluster_capacity_providers @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_iot_logging_options tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_neptune_cluster_snapshot tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshift_cluster_iam_roles @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sagemaker_servicecatalog_portfolio_status timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_wafv2_regex_pattern_set timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_api_gateway_authorizer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_apigatewayv2_integration_response tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ami tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_efs_backup_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_msk_scram_secret_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sagemaker_device_fleet tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ssm_resource_data_sync tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_alb_target_group_attachment tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glue_partition timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iot_thing_group_membership tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_lightsail_container_service tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lightsail_lb tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_log_resource_policy timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_neptune_parameter_group timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.640+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_analysis tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.640+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_apprunner_connection tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.652+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_resource_type=aws_connect_user timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_pinpoint_apns_voip_sandbox_channel tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_autoscaling_lifecycle_hook @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_docdb_global_cluster @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_directory_service_directory tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_traffic_mirror_session tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opsworks_static_web_layer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_ec2_capacity_reservation timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_emr_managed_scaling_policy timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_sns_platform_application @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_vpc_endpoint @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_guardduty_filter tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dx_hosted_transit_virtual_interface @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshift_authentication_profile tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_bucket_cors_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_transfer_access tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_worklink_fleet timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_identitystore_group tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_pinpoint_app tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_route53recoverycontrolconfig_safety_rule @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_service_discovery_http_namespace @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_wafregional_ipset @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opensearch_outbound_connection tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_datasync_location_s3 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_default_route_table tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_transit_gateway_policy_table_association tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_internetmonitor_monitor @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_metric_alarm tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_cognito_user_pool_ui_customization @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_glue_dev_endpoint tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_networkmanager_site timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_signer_signing_profile timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_resource_type=aws_cloudwatch_event_permission @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_imagebuilder_image_pipeline tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_memorydb_user tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_resource_type=aws_route53_resolver_dnssec_config timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_securityhub_organization_configuration tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_devicefarm_instance_profile tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_dx_macsec_key_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_directory_service_shared_directory tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_vpn_gateway tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_fsx_file_cache @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glue_workflow tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ssoadmin_permissions_boundary_attachment @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_api_gateway_method_response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_default_security_group tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53recoverycontrolconfig_routing_control tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sns_topic_data_protection_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dx_gateway_association_proposal tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_directory_service_log_subscription tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_snapshot_create_volume_permission timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_networkmanager_vpc_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_resource_type=aws_waf_rule_group @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudformation_stack_set timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_config_configuration_recorder @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ebs_snapshot @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_elb_attachment tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_neptune_cluster_endpoint timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_redshiftdata_statement tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_sagemaker_device timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_securityhub_standards_control timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_xray_sampling_rule timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_config_delivery_channel tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dax_subnet_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_inspector_assessment_template @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_lambda_invocation timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.653+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_memorydb_snapshot @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ebs_snapshot_copy tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_transit_gateway_multicast_group_member tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_eip_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.653+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_elb @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_batch_job_definition @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_elastic_beanstalk_configuration_template tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opsworks_memcached_layer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_rds_cluster_endpoint tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_prometheus_alert_manager_definition tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_athena_named_query timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ecs_capacity_provider timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_lakeformation_resource_lf_tags timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_alb timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opensearch_domain_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_quicksight_data_set @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_service_discovery_service timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cloudfront_realtime_log_config @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_client_vpn_endpoint timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_fsx_ontap_volume timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_kinesis_stream tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_servicecatalog_portfolio tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_inspector_assessment_target @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_media_store_container timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_sqs_queue tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudfront_distribution tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_lambda_layer_version_permission tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opensearch_inbound_connection_accepter tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ssoadmin_account_assignment tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_account_alternate_contact tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_efs_file_system tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_iot_thing_type @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshiftserverless_endpoint_access tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_main_route_table_association @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_autoscaling_notification timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_batch_compute_environment timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_dynamodb_table tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_glue_classifier tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_iam_openid_connect_provider tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_imagebuilder_image_recipe timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_qldb_stream tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_redshift_endpoint_access @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_transfer_workflow timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_elasticache_global_replication_group tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_s3control_multi_region_access_point_policy tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3control_object_lambda_access_point tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_internet_gateway tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_ecr_replication_configuration @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lb_ssl_negotiation_policy @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_globalaccelerator_custom_routing_accelerator @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_kendra_faq @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_kinesis_video_stream tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_kms_replica_external_key tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_mq_configuration tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.654+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sfn_activity @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_evidently_launch timestamp=2023-07-31T11:05:02.654+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_query_definition @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_rum_app_monitor tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ses_domain_identity tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_amplify_webhook tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codebuild_webhook tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_evidently_segment tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_kinesisanalyticsv2_application timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_vpclattice_listener_rule @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_endpoint_connection_notification tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_db_subnet_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53_hosted_zone_dnssec timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_route53_traffic_policy tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_sagemaker_user_profile timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ses_active_receipt_rule_set @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_ssm_patch_group @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_request_validator tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_metric_stream timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_ec2_instance_state tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_deployment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_api_gateway_integration_response timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_sagemaker_studio_lifecycle_config timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ssm_maintenance_window_target tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_codeartifact_domain_permissions_policy tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_datapipeline_pipeline timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_s3_object tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_object_copy tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_resource_type=aws_securityhub_account @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_wafv2_web_acl_logging_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_config_organization_custom_rule tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_evidently_project tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_fsx_ontap_storage_virtual_machine @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sesv2_email_identity tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_sns_topic timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_resource_type=aws_transfer_user timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_datasync_location_fsx_lustre_file_system tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_vpc_network_performance_metric_subscription timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_inspector_resource_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opsworks_user_profile tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_transfer_connector tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_cur_report_definition timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_ec2_managed_prefix_lists tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ecr_pull_through_cache_rule tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_elasticache_subnet_group tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_qldb_ledger tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_connect_instance tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_ec2_transit_gateway tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_route_tables tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_msk_cluster timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_msk_kafka_version tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_organizations_organization tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_data_source_type=aws_db_cluster_snapshot @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_db_subnet_group tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_oam_link tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.655+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_quicksight_user tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.655+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_wafregional_subscribed_rule_group @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_imagebuilder_image_recipe tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_s3_bucket_policy tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_backup_selection tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_cloudfront_origin_access_identity tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_codecommit_approval_rule_template tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ec2_serial_console_access tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_location_tracker_associations tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_data_source_type=aws_db_event_categories timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_data_source_type=aws_db_proxy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_ses_active_receipt_rule_set tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_rds_cluster tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_route53_resolver_rules tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_servicecatalog_portfolio tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_dms_replication_instance tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_lambda_function tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_data_source_type=aws_lambda_functions tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_servicecatalog_product tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_connect_prompt tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_iam_user tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_redshift_subnet_group tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_sesv2_email_identity tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_location_place_index tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_location_tracker_association tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_appmesh_gateway_route tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_cloudwatch_log_groups tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_networkmanager_global_network tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_organizations_organizational_unit_child_accounts tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ecs_cluster tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_iam_group tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_attachments tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_imagebuilder_components tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_pricing_product tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_route53_delegation_set tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ami_ids tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_vpc_ipam_pools tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_iam_openid_connect_provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_networkfirewall_firewall_policy tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_opensearch_domain tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_vpclattice_resource_policy tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_data_source_type=aws_ebs_snapshot tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_prefix_list tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_ecs_task_execution tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_db_instances tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_acmpca_certificate_authority tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ec2_transit_gateway_vpc_attachments tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ssmcontacts_contact_channel tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ecr_repository @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_workspaces_image tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_connect_security_profile timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_storagegateway_local_disk tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_network_interface tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_vpc_peering_connection tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_iam_policy_document tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_sesv2_dedicated_ip_pool tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_cloudfront_log_delivery_canonical_user_id tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_docdb_engine_version tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ec2_public_ipv4_pool tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_rds_orderable_db_instance tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ses_email_identity tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_data_source_type=aws_wafregional_rule tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_imagebuilder_infrastructure_configurations tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_kinesis_firehose_delivery_stream tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_kms_custom_key_store tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_redshift_cluster_credentials tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_sfn_state_machine_versions tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_vpc_ipam_pool tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_lambda_alias tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_licensemanager_received_licenses timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_mq_broker_instance_type_offerings tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_transfer_server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_data_source_type=aws_licensemanager_grants tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_secretsmanager_random_password tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_servicequotas_service tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.656+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_waf_ipset tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_glue_data_catalog_encryption_settings tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.656+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_mskconnect_custom_plugin tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_lakeformation_data_lake_settings tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_data_source_type=aws_outposts_asset tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_db_instance tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_codecommit_repository tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_datapipeline_pipeline timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_lambda_code_signing_config tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_cloudwatch_log_group tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_vpclattice_service_network tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_ec2_local_gateways tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_imagebuilder_container_recipe tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_secretsmanager_secret tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_data_source_type=aws_iam_session_context timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_data_source_type=aws_networkmanager_devices tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_apigatewayv2_api tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ec2_transit_gateway_route_table_associations tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_instances tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_emr_release_labels timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_servicequotas_service_quota timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_connect_contact_flow_module tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_ec2_public_ipv4_pools tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_elb_service_account tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_organizations_policies @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_vpc tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_location_tracker tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_appconfig_configuration_profiles tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ec2_instance_types tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_db_snapshot tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_appmesh_virtual_gateway tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_key_pair tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_cloudwatch_event_bus tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_msk_broker_nodes tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.657+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_data_source_type=aws_kinesis_stream tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_kms_public_key tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_data_source_type=aws_kms_secret tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_cloudwatch_event_source tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_redshiftserverless_credentials tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_ec2_transit_gateway_dx_gateway_attachment tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ssm_maintenance_windows tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_eks_cluster_auth tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_organizations_delegated_services tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_cloudfront_realtime_log_config tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_connect_user tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_availability_zone tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_service_discovery_dns_namespace tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_connect_lambda_function_association tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_connect_vocabulary tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_route_table tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_data_source_type=aws_ecs_service tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_lb_listener tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_neptune_orderable_db_instance tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_outposts_sites timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_wafv2_regex_pattern_set tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_kms_secrets tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_memorydb_user tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_lb_hosted_zone_id timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_sfn_activity tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ssoadmin_instances tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_oam_links tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_ec2_local_gateway_virtual_interface tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_cloudwatch_log_data_protection_policy_document tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_route53_resolver_firewall_config @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_route53_resolver_firewall_rule_group tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ssmcontacts_plan tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_appconfig_configuration_profile tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_lbs tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.658+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_redshift_service_account tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_dx_router_configuration tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_iam_principal_policy_simulation tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_mskconnect_worker_configuration tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_s3_account_public_access_block tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_connect tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_security_group tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_data_source_type=aws_cloudwatch_event_connection tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_data_source_type=aws_iam_instance_profiles tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_cognito_user_pool_clients tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ec2_instance_type_offerings tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_backup_plan tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_cloudtrail_service_account tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_cognito_user_pools @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_connect_hours_of_operation tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_vpc_peering_connections tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_batch_compute_environment tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.659+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_dms_certificate tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_dms_endpoint @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.657+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_vpn_gateway tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_alb_listener timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_organizations_policies_for_target tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_sqs_queue tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_connect_instance_storage_config tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_route_tables tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ram_resource_share tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_redshiftserverless_namespace tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ec2_instance_type tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_elastic_beanstalk_hosted_zone tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_networkmanager_links tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_s3control_multi_region_access_point timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_ebs_volume tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_iam_access_keys tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_iam_policy timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_imagebuilder_image_pipelines tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_apigatewayv2_export tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_cloudfront_origin_access_identities tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_kms_ciphertext tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_quicksight_theme @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_secretsmanager_secret_rotation tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_secretsmanager_secrets @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ec2_local_gateway_route_table tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_api_gateway_sdk tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ebs_volumes tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_cloudfront_distribution @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_internet_gateway tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ecrpublic_authorization_token tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_oam_sinks tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_sesv2_email_identity_mail_from_attributes tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_connect_user_hierarchy_structure tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_data_source_type=aws_lambda_invocation tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.660+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_data_source_type=aws_route53_traffic_policy_document tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_servicecatalog_constraint tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_vpclattice_service tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_api_gateway_vpc_link tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_availability_zones timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_location_map tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_redshiftserverless_workgroup tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_sagemaker_prebuilt_ecr_image tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_ec2_local_gateway tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_network_acls @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_outposts_assets tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_outposts_outpost_instance_types tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_lambda_layer_version tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_route53_resolver_endpoint tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_wafregional_web_acl tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ec2_transit_gateway_peering_attachment tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_quicksight_group tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ssmincidents_replication_set tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_eks_cluster tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_glue_catalog_table timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_imagebuilder_distribution_configuration tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_route53_resolver_rule tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_s3_object tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_launch_configuration tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.661+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_outposts_outposts tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_s3_bucket_object timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_appintegrations_event_integration tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_local_gateway_virtual_interface_groups tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_networkmanager_sites tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_signer_signing_job tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_cloudfront_function tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_dx_connection tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_dynamodb_table tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_glue_script tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_ssoadmin_permission_set tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_cloudhsm_v2_cluster tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_connect_queue tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_customer_gateway tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_fsx_windows_file_system tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_memorydb_parameter_group tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_servicecatalog_provisioning_artifacts tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_api_gateway_api_key tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_dx_locations tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_ec2_transit_gateway_vpc_attachment tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_route53_resolver_firewall_rules timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_servicecatalog_launch_paths tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ssm_patch_baseline tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema tf_data_source_type=aws_wafregional_ipset tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_appmesh_virtual_node tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.658+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_connect_routing_profile tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_elastic_beanstalk_solution_stack @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_glue_connection tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.662+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_data_source_type=aws_iot_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_data_source_type=aws_ivs_stream_key tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_sqs_queues tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_acmpca_certificate tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ce_cost_category tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_ec2_network_insights_analysis tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_imagebuilder_infrastructure_configuration tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_data_source_type=aws_vpclattice_auth_policy tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_data_source_type=aws_apigatewayv2_apis tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_datapipeline_pipeline_definition tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_lb_target_group tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_iam_roles tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ec2_coip_pool tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_organizations_resource_tags tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_codeartifact_authorization_token tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_connect_quick_connect timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_ec2_instance_type_offering timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_imagebuilder_image_recipes tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_vpclattice_listener tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_subnet tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_mskconnect_connector tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_oam_sink tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_outposts_outpost tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_data_source_type=aws_connect_contact_flow tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_networkmanager_core_network_policy_document tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_iam_users tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_memorydb_snapshot tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_networkmanager_connection tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_cognito_user_pool_signing_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_efs_file_system tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_serverlessapplicationrepository_application tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_api_gateway_rest_api tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ec2_client_vpn_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_lex_intent tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.663+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_lex_slot_type timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_neptune_engine_version tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_rds_engine_version tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_cloudformation_stack tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ebs_snapshot_ids tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_nat_gateway tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_kendra_index tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_redshift_orderable_cluster tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ec2_coip_pools tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ec2_spot_price tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_subnets tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_iam_instance_profile tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_networkmanager_site tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_secretsmanager_secret_version @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_workspaces_bundle tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_eips tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_networkmanager_device tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.664+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_workspaces_directory @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_acm_certificate tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_cloudformation_type tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_efs_access_points tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_emrcontainers_virtual_cluster tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_imagebuilder_image tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_organizations_delegated_administrators tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_route53_resolver_firewall_rule_group_association tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_waf_rate_based_rule timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_waf_web_acl tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_kendra_experience tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_lambda_function_url tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.659+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_waf_rule tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_appmesh_virtual_router timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_data_source_type=aws_cloudfront_origin_request_policy tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_dynamodb_table_item tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_elb tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_fsx_openzfs_snapshot tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_imagebuilder_image_pipeline tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_networkmanager_link @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_cloudfront_cache_policy tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_kinesis_stream_consumer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_dx_gateway tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ecr_authorization_token tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_kendra_query_suggestions_block_list tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_servicecatalog_portfolio_constraints tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_redshift_cluster tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_route53_resolver_firewall_domain_list tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_data_source_type=aws_vpc_endpoint tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_elastic_beanstalk_application tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_networkmanager_global_networks tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ssm_instances tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_connect_peer tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_imagebuilder_distribution_configurations tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.665+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_organizations_organizational_units tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_rds_clusters tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_rds_reserved_instance_offering tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_elasticache_user tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_organizations_policy tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_ssm_parameters_by_path tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_prometheus_workspaces tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_appconfig_environments tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_dms_replication_task tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ec2_local_gateway_virtual_interface_group tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_data_source_type=aws_elasticache_cluster tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.660+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_alb tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_licensemanager_received_license tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_batch_job_queue timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_data_source_type=aws_ec2_managed_prefix_list tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_iam_user_ssh_key tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_identitystore_user tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_kendra_faq tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_inspector_rules_packages tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_resourcegroupstaggingapi_resources tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_sesv2_configuration_set tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_ssmcontacts_contact tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_appmesh_mesh tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_eks_addon_version tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_iam_role tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_lakeformation_resource tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_api_gateway_export tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_autoscaling_group tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_controltower_controls tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_security_groups tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_canonical_user_id tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ssm_parameter tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_appconfig_environment tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ec2_network_insights_path tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.666+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_kms_key tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_signer_signing_profile tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ebs_default_kms_key tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ebs_encryption_by_default tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_elasticsearch_domain tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_data_source_type=aws_iam_saml_provider tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_sfn_state_machine tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_instance tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_vpc_dhcp_options tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_grafana_workspace timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_imagebuilder_component tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_lex_bot_alias tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_wafv2_ip_set tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_codeartifact_repository_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_dx_location tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_api_gateway_resource tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_backup_vault tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_docdb_orderable_db_instance timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_network_interfaces tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_ecr_image tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_identitystore_group tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_autoscaling_groups timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_cloudfront_response_headers_policy tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_directory_service_directory @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_vpcs tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_eks_addon tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_guardduty_detector tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_memorydb_acl tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.667+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_opensearchserverless_security_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_outposts_outpost_instance_type tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_service_discovery_service tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_waf_subscribed_rule_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_quicksight_data_set tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_prometheus_workspace timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_budgets_budget tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_connect_bot_association tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_location_geofence_collection tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_location_route_calculator tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema tf_data_source_type=aws_codestarconnections_connection timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_route tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_elasticache_replication_group tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.661+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_appmesh_virtual_service tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_multicast_domain tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_memorydb_subnet_group tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_route53_zone tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_s3_bucket tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_networkmanager_connections tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_eip tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_msk_configuration tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_dms_replication_subnet_group tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_vpn_attachment tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.668+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_opensearchserverless_vpc_endpoint @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_sfn_alias tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ecs_container_definition tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_eks_clusters tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_elb_hosted_zone_id tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_ses_domain_identity timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_sns_topic tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_alb_target_group tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_globalaccelerator_custom_routing_accelerator tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_networkfirewall_firewall tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_wafv2_web_acl tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_api_gateway_authorizers tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ec2_transit_gateway_route_table tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_lakeformation_permissions tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_networkfirewall_resource_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_wafv2_rule_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ecs_task_definition tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_eks_node_groups tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_kendra_thesaurus tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_backup_framework tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ce_tags tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_host tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_lb tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_memorydb_cluster tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_ssm_document tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_vpc_endpoint_service tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_ssmincidents_response_plan tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_data_source_type=aws_workspaces_workspace tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_s3_bucket_objects tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ami tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_vpc_ipam_preview_next_cidr tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_outposts_site tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_s3_objects tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_service_discovery_http_namespace timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.669+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_api_gateway_domain_name tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_appmesh_route tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_ec2_local_gateway_route_tables tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_ec2_transit_gateway_route_table_propagations tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_launch_template tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_rds_certificate tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_wafregional_rate_based_rule tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_api_gateway_authorizer timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_backup_report_plan tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.662+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_cognito_user_pool_client @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_eks_node_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_imagebuilder_container_recipes tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_cloudcontrolapi_resource tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_vpc_ipam_pool_cidrs tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_efs_access_point tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_efs_mount_target timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_route53_resolver_query_log_config tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_iam_account_alias tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_kms_alias tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_lex_bot tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_organizations_organizational_unit_descendant_accounts tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_cloudformation_export tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_nat_gateways tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_mq_broker tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema tf_data_source_type=aws_batch_scheduling_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_connect_user_hierarchy_group @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_iam_server_certificate tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-07-31T11:05:02.665+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: calling downstream server: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-mux@v0.11.2/internal/logging/mux.go:19 @module=sdk.mux tf_mux_provider=*proto5server.Server timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.670+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server_getproviderschema.go:39 tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.670+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Provider Metadata: tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server_getproviderschema.go:41 timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Checking ProviderSchema lock: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:275 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.670+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Provider Schema: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:286 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.670+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Provider Schema: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:288 @module=sdk.framework timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.670+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Checking ResourceTypes lock: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:353 @module=sdk.framework tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.670+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Provider Resources: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:363 timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.670+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Provider Resources: tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:365 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_ec2_instance_connect_endpoint tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_resource_type=aws_vpc_security_group_egress_rule tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_resource_type=aws_vpc_security_group_ingress_rule @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_rpc=GetProviderSchema tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_workspaces_connection_alias @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cognito_managed_user_pool_client tf_rpc=GetProviderSchema tf_mux_provider=*proto5server.Server @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_resource_type=aws_cognito_user_pool_client tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_resourceexplorer2_index @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.666+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_resourceexplorer2_view tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_account_registration tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_assessment tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_auditmanager_assessment_delegation tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_rpc=GetProviderSchema tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_assessment_report timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_control tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*proto5server.Server @module=sdk.framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_mux_provider=*proto5server.Server tf_resource_type=aws_auditmanager_framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_framework_share timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_auditmanager_organization_admin_account_registration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.framework tf_resource_type=aws_rds_export_task tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*proto5server.Server timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.671+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_simpledb_domain @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_mux_provider=*proto5server.Server tf_resource_type=aws_directory_service_trust timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53_cidr_collection tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.framework tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53_cidr_location timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_quicksight_folder_membership timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_quicksight_iam_policy_assignment tf_rpc=GetProviderSchema @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*proto5server.Server tf_resource_type=aws_quicksight_ingestion @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_quicksight_namespace tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_quicksight_refresh_schedule timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_quicksight_template_alias timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_quicksight_vpc_connection @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appconfig_environment tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opensearchserverless_access_policy @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opensearchserverless_collection timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.framework tf_resource_type=aws_opensearchserverless_security_config tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opensearchserverless_security_policy @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: @module=sdk.framework tf_rpc=GetProviderSchema tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opensearchserverless_vpc_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found resource type: tf_mux_provider=*proto5server.Server tf_resource_type=aws_medialive_multiplex_program tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_quicksight_ingestion @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_rpc=GetProviderSchema tf_resource_type=aws_quicksight_ingestion timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_vpc_security_group_egress_rule tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_mux_provider=*proto5server.Server tf_resource_type=aws_vpc_security_group_egress_rule @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_resource_type=aws_resourceexplorer2_index tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_resourceexplorer2_index @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_resourceexplorer2_view tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_resourceexplorer2_view tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 @module=sdk.framework tf_resource_type=aws_directory_service_trust timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.framework tf_resource_type=aws_directory_service_trust timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*proto5server.Server tf_resource_type=aws_route53_cidr_location tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 @module=sdk.framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_resource_type=aws_route53_cidr_location tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_quicksight_refresh_schedule @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_refresh_schedule timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_resource_type=aws_quicksight_template_alias @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_template_alias @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.672+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @module=sdk.framework tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appconfig_environment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_appconfig_environment timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_cognito_managed_user_pool_client tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 @module=sdk.framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server tf_resource_type=aws_cognito_managed_user_pool_client @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_framework tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_resource_type=aws_auditmanager_framework_share @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_rpc=GetProviderSchema tf_mux_provider=*proto5server.Server @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_framework_share @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 @module=sdk.framework tf_resource_type=aws_rds_export_task tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_resource_type=aws_rds_export_task tf_rpc=GetProviderSchema tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_resource_type=aws_route53_cidr_collection tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_route53_cidr_collection timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_resource_type=aws_opensearchserverless_security_policy tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @module=sdk.framework tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opensearchserverless_security_policy @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_resource_type=aws_medialive_multiplex_program tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_medialive_multiplex_program @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_instance_connect_endpoint tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_resource_type=aws_ec2_instance_connect_endpoint timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @module=sdk.framework tf_resource_type=aws_quicksight_namespace @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_namespace @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_resource_type=aws_quicksight_vpc_connection tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_resource_type=aws_quicksight_vpc_connection tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opensearchserverless_access_policy @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_resource_type=aws_opensearchserverless_access_policy tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_resource_type=aws_opensearchserverless_vpc_endpoint timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_resource_type=aws_opensearchserverless_vpc_endpoint tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_resource_type=aws_vpc_security_group_ingress_rule @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*proto5server.Server tf_resource_type=aws_vpc_security_group_ingress_rule tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_assessment tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_mux_provider=*proto5server.Server @module=sdk.framework tf_resource_type=aws_auditmanager_assessment tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_assessment_report tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_assessment_report @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cognito_user_pool_client @module=sdk.framework tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.674+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cognito_user_pool_client @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_control tf_rpc=GetProviderSchema @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_mux_provider=*proto5server.Server @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_control tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @module=sdk.framework tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_workspaces_connection_alias @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_workspaces_connection_alias tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_auditmanager_account_registration timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_account_registration tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opensearchserverless_security_config @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opensearchserverless_security_config tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_assessment_delegation tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_resource_type=aws_auditmanager_assessment_delegation timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_organization_admin_account_registration tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_auditmanager_organization_admin_account_registration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_simpledb_domain @module=sdk.framework tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_simpledb_domain tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 @module=sdk.framework tf_rpc=GetProviderSchema tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_quicksight_iam_policy_assignment timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_resource_type=aws_quicksight_iam_policy_assignment tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_opensearchserverless_collection @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opensearchserverless_collection timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_resource_type=aws_quicksight_folder_membership tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_resource_type=aws_quicksight_folder_membership tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_mux_provider=*proto5server.Server timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Checking DataSourceTypes lock: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:135 @module=sdk.framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined Provider DataSources: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:145 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined Provider DataSources: tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:147 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_vpc_security_group_rule tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 @module=sdk.framework tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.675+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_vpc_security_group_rules tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 @module=sdk.framework tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_arn tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_data_source_type=aws_billing_service_account @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-07-31T11:05:02.667+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_data_source_type=aws_default_tags tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.668+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 @module=sdk.framework tf_data_source_type=aws_ip_ranges tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 @module=sdk.framework tf_data_source_type=aws_partition tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 @module=sdk.framework tf_data_source_type=aws_region timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_regions tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 @module=sdk.framework tf_data_source_type=aws_service tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_caller_identity tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 @module=sdk.framework timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework tf_data_source_type=aws_guardduty_finding_ids tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_auditmanager_control tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_data_source_type=aws_auditmanager_framework tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*proto5server.Server @module=sdk.framework tf_data_source_type=aws_globalaccelerator_accelerator tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_opensearchserverless_access_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_data_source_type=aws_opensearchserverless_collection tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Found data source type: tf_data_source_type=aws_opensearchserverless_security_config tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_mux_provider=*proto5server.Server timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 @module=sdk.framework tf_data_source_type=aws_auditmanager_framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework tf_data_source_type=aws_auditmanager_framework tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: tf_data_source_type=aws_arn tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: tf_data_source_type=aws_arn tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 @module=sdk.framework tf_data_source_type=aws_default_tags tf_mux_provider=*proto5server.Server timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=aws_default_tags tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: tf_data_source_type=aws_region tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 @module=sdk.framework timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: tf_data_source_type=aws_region tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_data_source_type=aws_regions tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.676+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 @module=sdk.framework tf_data_source_type=aws_regions tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: tf_data_source_type=aws_service tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 @module=sdk.framework tf_data_source_type=aws_service tf_mux_provider=*proto5server.Server timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=aws_auditmanager_control tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_auditmanager_control tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 @module=sdk.framework tf_data_source_type=aws_vpc_security_group_rule timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_data_source_type=aws_vpc_security_group_rule tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 @module=sdk.framework tf_data_source_type=aws_vpc_security_group_rules timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: tf_data_source_type=aws_vpc_security_group_rules tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 @module=sdk.framework tf_data_source_type=aws_partition tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 @module=sdk.framework tf_data_source_type=aws_partition tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_mux_provider=*proto5server.Server timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=aws_caller_identity tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: tf_data_source_type=aws_caller_identity tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=aws_globalaccelerator_accelerator tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=aws_globalaccelerator_accelerator tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_data_source_type=aws_opensearchserverless_collection tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 tf_data_source_type=aws_opensearchserverless_collection tf_mux_provider=*proto5server.Server timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_rpc=GetProviderSchema tf_data_source_type=aws_opensearchserverless_security_config timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 @module=sdk.framework tf_data_source_type=aws_opensearchserverless_security_config timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=aws_billing_service_account tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=aws_billing_service_account tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_data_source_type=aws_ip_ranges tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: tf_data_source_type=aws_ip_ranges tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_data_source_type=aws_guardduty_finding_ids tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 tf_data_source_type=aws_guardduty_finding_ids tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @module=sdk.framework timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Calling provider defined DataSource Schema: tf_data_source_type=aws_opensearchserverless_access_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.677+0100 [DEBUG] provider.terraform-provider-aws_v5.10.0_x5: Called provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 tf_data_source_type=aws_opensearchserverless_access_policy tf_mux_provider=*proto5server.Server tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.670+0100
2023-07-31T11:05:02.686+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Received downstream response: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=5.3 tf_req_duration_ms=115 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 @caller=github.com/hashicorp/terraform-plugin-go@v0.18.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 diagnostic_error_count=0 diagnostic_warning_count=0 timestamp=2023-07-31T11:05:02.686+0100
2023-07-31T11:05:02.704+0100 [TRACE] provider.terraform-provider-aws_v5.10.0_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.18.0/tfprotov5/tf5server/server.go:513 tf_req_id=2189af1d-dc75-47c2-f310-a49fa73102e1 tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-07-31T11:05:02.704+0100
2023-07-31T11:05:02.943+0100 [TRACE] GRPCProvider: Close
2023-07-31T11:05:02.944+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-07-31T11:05:02.946+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.10.0/darwin_arm64/terraform-provider-aws_v5.10.0_x5 pid=82709
2023-07-31T11:05:02.946+0100 [DEBUG] provider: plugin exited
2023-07-31T11:05:02.946+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/null"
2023-07-31T11:05:02.946+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/null" to read its schema
2023-07-31T11:05:02.947+0100 [DEBUG] created provider logger: level=trace
2023-07-31T11:05:02.947+0100 [INFO] provider: configuring client automatic mTLS
2023-07-31T11:05:02.949+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.1/darwin_arm64/terraform-provider-null_v3.2.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/null/3.2.1/darwin_arm64/terraform-provider-null_v3.2.1_x5]
2023-07-31T11:05:02.951+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.1/darwin_arm64/terraform-provider-null_v3.2.1_x5 pid=82712
2023-07-31T11:05:02.951+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.1/darwin_arm64/terraform-provider-null_v3.2.1_x5
2023-07-31T11:05:02.957+0100 [INFO] provider.terraform-provider-null_v3.2.1_x5: configuring server automatic mTLS: timestamp=2023-07-31T11:05:02.957+0100
2023-07-31T11:05:02.965+0100 [DEBUG] provider: using plugin: version=5
2023-07-31T11:05:02.965+0100 [DEBUG] provider.terraform-provider-null_v3.2.1_x5: plugin address: network=unix address=/var/folders/9f/ydzh7_1x00z8bw5k4t137xyw0000gr/T/plugin1631058595 timestamp=2023-07-31T11:05:02.965+0100
2023-07-31T11:05:02.973+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-07-31T11:05:02.973+0100 [TRACE] provider.stdio: waiting for stdio data
2023-07-31T11:05:02.973+0100 [TRACE] provider.terraform-provider-null_v3.2.1_x5: Received request: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/null tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.1/tfprotov5/tf5server/server.go:491 tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.973+0100 [TRACE] provider.terraform-provider-null_v3.2.1_x5: Sending request downstream: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/null tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.1/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.973+0100 [TRACE] provider.terraform-provider-null_v3.2.1_x5: Provider implements ProviderWithMetadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_getproviderschema.go:34 timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.973+0100 [DEBUG] provider.terraform-provider-null_v3.2.1_x5: Calling provider defined Provider Metadata: tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_getproviderschema.go:39 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.973+0100 [DEBUG] provider.terraform-provider-null_v3.2.1_x5: Called provider defined Provider Metadata: @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_getproviderschema.go:41 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.973+0100 [TRACE] provider.terraform-provider-null_v3.2.1_x5: Checking ProviderSchema lock: @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:252 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.973+0100 [DEBUG] provider.terraform-provider-null_v3.2.1_x5: Calling provider defined Provider GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:260 timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.973+0100 [DEBUG] provider.terraform-provider-null_v3.2.1_x5: Called provider defined Provider GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:262 @module=sdk.framework timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.973+0100 [TRACE] provider.terraform-provider-null_v3.2.1_x5: Checking ResourceSchemas lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:394 timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.973+0100 [TRACE] provider.terraform-provider-null_v3.2.1_x5: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:320 timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.974+0100 [DEBUG] provider.terraform-provider-null_v3.2.1_x5: Calling provider defined Provider Resources: tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:330 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.974+0100 [DEBUG] provider.terraform-provider-null_v3.2.1_x5: Called provider defined Provider Resources: tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:332 @module=sdk.framework timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.974+0100 [TRACE] provider.terraform-provider-null_v3.2.1_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema @module=sdk.framework tf_resource_type=null_resource @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:353 timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.974+0100 [DEBUG] provider.terraform-provider-null_v3.2.1_x5: Calling provider defined Resource GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:411 tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_resource_type=null_resource @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.974+0100 [DEBUG] provider.terraform-provider-null_v3.2.1_x5: Called provider defined Resource GetSchema: tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_resource_type=null_resource @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:413 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.973+0100
2023-07-31T11:05:02.974+0100 [TRACE] provider.terraform-provider-null_v3.2.1_x5: Checking DataSourceSchemas lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:216 timestamp=2023-07-31T11:05:02.974+0100
2023-07-31T11:05:02.974+0100 [TRACE] provider.terraform-provider-null_v3.2.1_x5: Checking DataSourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:142 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.974+0100
2023-07-31T11:05:02.974+0100 [DEBUG] provider.terraform-provider-null_v3.2.1_x5: Calling provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:152 timestamp=2023-07-31T11:05:02.974+0100
2023-07-31T11:05:02.974+0100 [DEBUG] provider.terraform-provider-null_v3.2.1_x5: Called provider defined Provider DataSources: @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:154 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.974+0100
2023-07-31T11:05:02.974+0100 [TRACE] provider.terraform-provider-null_v3.2.1_x5: Found data source type: tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=null_data_source tf_provider_addr=registry.terraform.io/hashicorp/null @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:175 timestamp=2023-07-31T11:05:02.974+0100
2023-07-31T11:05:02.974+0100 [DEBUG] provider.terraform-provider-null_v3.2.1_x5: Calling provider defined DataSource GetSchema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:233 @module=sdk.framework tf_data_source_type=null_data_source tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 timestamp=2023-07-31T11:05:02.974+0100
2023-07-31T11:05:02.974+0100 [DEBUG] provider.terraform-provider-null_v3.2.1_x5: Called provider defined DataSource GetSchema: @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:235 tf_data_source_type=null_data_source tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema timestamp=2023-07-31T11:05:02.974+0100
2023-07-31T11:05:02.974+0100 [TRACE] provider.terraform-provider-null_v3.2.1_x5: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_duration_ms=0 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.1/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 timestamp=2023-07-31T11:05:02.974+0100
2023-07-31T11:05:02.974+0100 [TRACE] provider.terraform-provider-null_v3.2.1_x5: Served request: @module=sdk.proto tf_proto_version=5.3 tf_req_id=c48be208-73cf-99eb-c73f-7bd4c86c6c63 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.1/tfprotov5/tf5server/server.go:510 tf_provider_addr=registry.terraform.io/hashicorp/null timestamp=2023-07-31T11:05:02.974+0100
2023-07-31T11:05:02.974+0100 [DEBUG] No provider meta schema returned
2023-07-31T11:05:02.974+0100 [TRACE] GRPCProvider: Close
2023-07-31T11:05:02.974+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-07-31T11:05:02.975+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.2.1/darwin_arm64/terraform-provider-null_v3.2.1_x5 pid=82712
2023-07-31T11:05:02.975+0100 [DEBUG] provider: plugin exited
2023-07-31T11:05:02.975+0100 [TRACE] Context.Input: Prompting for provider arguments
2023-07-31T11:05:02.975+0100 [TRACE] Context.Input: Provider provider.aws declared at main.tf:1,1-15
2023-07-31T11:05:02.975+0100 [TRACE] Context.Input: Provider provider.null implied by resource block at main.tf:5,1-32
2023-07-31T11:05:02.975+0100 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{}
2023-07-31T11:05:02.975+0100 [TRACE] Context.Input: Input for provider.null: map[string]cty.Value{}
2023-07-31T11:05:02.975+0100 [TRACE] backend/local: running validation operation
2023-07-31T11:05:02.975+0100 [DEBUG] Building and walking validate graph
2023-07-31T11:05:02.975+0100 [TRACE] building graph for walkValidate
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2023-07-31T11:05:02.975+0100 [TRACE] ConfigTransformer: Starting for path:
2023-07-31T11:05:02.975+0100 [TRACE] ConfigTransformer: Starting for path: module.mod
2023-07-31T11:05:02.975+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
module.mod.null_resource.test - *terraform.NodeValidatableResource
null_resource.test - *terraform.NodeValidatableResource
------
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2023-07-31T11:05:02.975+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2023-07-31T11:05:02.975+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
module.mod.null_resource.test - *terraform.NodeValidatableResource
module.mod.var.test (expand) - *terraform.nodeExpandModuleVariable
null_resource.test - *terraform.NodeValidatableResource
------
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2023-07-31T11:05:02.975+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2023-07-31T11:05:02.975+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.checkTransformer
2023-07-31T11:05:02.975+0100 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2023-07-31T11:05:02.975+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.StateTransformer
2023-07-31T11:05:02.975+0100 [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2023-07-31T11:05:02.975+0100 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2023-07-31T11:05:02.975+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2023-07-31T11:05:02.975+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2023-07-31T11:05:02.975+0100 [TRACE] AttachResourceConfigTransformer: attaching to "null_resource.test" (*terraform.NodeValidatableResource) config from main.tf:5,1-32
2023-07-31T11:05:02.975+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to null_resource.test
2023-07-31T11:05:02.975+0100 [TRACE] AttachResourceConfigTransformer: attaching to "module.mod.null_resource.test" (*terraform.NodeValidatableResource) config from module/main.tf:9,1-32
2023-07-31T11:05:02.975+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.mod.null_resource.test
2023-07-31T11:05:02.975+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2023-07-31T11:05:02.975+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2023-07-31T11:05:02.975+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from main.tf:1,1-15
2023-07-31T11:05:02.975+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
module.mod.null_resource.test - *terraform.NodeValidatableResource
module.mod.var.test (expand) - *terraform.nodeExpandModuleVariable
null_resource.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2023-07-31T11:05:02.975+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2023-07-31T11:05:02.975+0100 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by null_resource.test
2023-07-31T11:05:02.975+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
module.mod.null_resource.test - *terraform.NodeValidatableResource
module.mod.var.test (expand) - *terraform.nodeExpandModuleVariable
null_resource.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
------
2023-07-31T11:05:02.975+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2023-07-31T11:05:02.975+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/null"] serving null_resource.test
2023-07-31T11:05:02.975+0100 [DEBUG] ProviderTransformer: "null_resource.test" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/null"]
2023-07-31T11:05:02.975+0100 [TRACE] ProviderTransformer: module.mod.null_resource.test uses inherited configuration provider["registry.terraform.io/hashicorp/null"]
2023-07-31T11:05:02.975+0100 [DEBUG] ProviderTransformer: "module.mod.null_resource.test" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/null"]
2023-07-31T11:05:02.975+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
module.mod.null_resource.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.mod.var.test (expand) - *terraform.nodeExpandModuleVariable
null_resource.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
------
2023-07-31T11:05:02.975+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2023-07-31T11:05:02.975+0100 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/aws"]
2023-07-31T11:05:02.975+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph:
module.mod.null_resource.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.mod.var.test (expand) - *terraform.nodeExpandModuleVariable
null_resource.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
------
2023-07-31T11:05:02.975+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
module.mod.null_resource.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.mod.var.test (expand) - *terraform.nodeExpandModuleVariable
null_resource.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
------
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2023-07-31T11:05:02.975+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2023-07-31T11:05:02.975+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2023-07-31T11:05:02.975+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to null_resource.test
2023-07-31T11:05:02.975+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to module.mod.null_resource.test
2023-07-31T11:05:02.975+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/null"]
2023-07-31T11:05:02.975+010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment