Skip to content

Instantly share code, notes, and snippets.

@iwahbe
Created August 4, 2023 10:35
Show Gist options
  • Save iwahbe/effcbbcaa65a999de09df5c7e699f1a4 to your computer and use it in GitHub Desktop.
Save iwahbe/effcbbcaa65a999de09df5c7e699f1a4 to your computer and use it in GitHub Desktop.
TF_LOG=TRACE for aws_cognito_user_pool tags bug
This file has been truncated, but you can view the full file.
2023-08-04T12:33:49.803+0200 [INFO] Terraform version: 1.5.4
2023-08-04T12:33:49.803+0200 [DEBUG] using github.com/hashicorp/go-tfe v1.26.0
2023-08-04T12:33:49.803+0200 [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2
2023-08-04T12:33:49.803+0200 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0
2023-08-04T12:33:49.803+0200 [DEBUG] using github.com/zclconf/go-cty v1.12.2
2023-08-04T12:33:49.803+0200 [INFO] Go runtime version: go1.20.6
2023-08-04T12:33:49.803+0200 [INFO] CLI args: []string{"terraform", "apply"}
2023-08-04T12:33:49.803+0200 [TRACE] Stdout is a terminal of width 120
2023-08-04T12:33:49.803+0200 [TRACE] Stderr is not a terminal
2023-08-04T12:33:49.803+0200 [TRACE] Stdin is a terminal
2023-08-04T12:33:49.803+0200 [DEBUG] Attempting to open CLI config file: /Users/ianwahbe/.terraformrc
2023-08-04T12:33:49.803+0200 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2023-08-04T12:33:49.803+0200 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2023-08-04T12:33:49.803+0200 [DEBUG] ignoring non-existing provider search directory /Users/ianwahbe/.terraform.d/plugins
2023-08-04T12:33:49.803+0200 [DEBUG] ignoring non-existing provider search directory /Users/ianwahbe/Library/Application Support/io.terraform/plugins
2023-08-04T12:33:49.803+0200 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2023-08-04T12:33:49.803+0200 [INFO] CLI command args: []string{"apply"}
2023-08-04T12:33:49.804+0200 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2023-08-04T12:33:49.804+0200 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2023-08-04T12:33:49.804+0200 [DEBUG] New state was assigned lineage "14226223-21a9-d25e-d76b-61d27dc181b6"
2023-08-04T12:33:49.804+0200 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2023-08-04T12:33:49.804+0200 [TRACE] Meta.Backend: instantiated backend of type <nil>
2023-08-04T12:33:49.805+0200 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2023-08-04T12:33:49.805+0200 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v5.11.0 for darwin_arm64 at .terraform/providers/registry.terraform.io/hashicorp/aws/5.11.0/darwin_arm64
2023-08-04T12:33:49.805+0200 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v5.9.0 for darwin_arm64 at .terraform/providers/registry.terraform.io/hashicorp/aws/5.9.0/darwin_arm64
2023-08-04T12:33:49.805+0200 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/5.9.0/darwin_arm64 as a candidate package for registry.terraform.io/hashicorp/aws 5.9.0
2023-08-04T12:33:49.805+0200 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/5.11.0/darwin_arm64 as a candidate package for registry.terraform.io/hashicorp/aws 5.11.0
2023-08-04T12:33:49.992+0200 [DEBUG] checking for provisioner in "."
2023-08-04T12:33:49.998+0200 [DEBUG] checking for provisioner in "/opt/homebrew/bin"
2023-08-04T12:33:49.998+0200 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2023-08-04T12:33:49.998+0200 [INFO] backend/local: starting Apply operation
2023-08-04T12:33:49.998+0200 [TRACE] backend/local: requesting state manager for workspace "default"
2023-08-04T12:33:49.998+0200 [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-08-04T12:33:49.998+0200 [TRACE] backend/local: requesting state lock for workspace "default"
2023-08-04T12:33:50.000+0200 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2023-08-04T12:33:50.000+0200 [TRACE] statemgr.Filesystem: existing snapshot has lineage "3bf8cbd0-5a0a-be0d-2f39-7be45d84921d" serial 24
2023-08-04T12:33:50.000+0200 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2023-08-04T12:33:50.000+0200 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2023-08-04T12:33:50.000+0200 [TRACE] backend/local: reading remote state for workspace "default"
2023-08-04T12:33:50.000+0200 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2023-08-04T12:33:50.000+0200 [TRACE] statemgr.Filesystem: read snapshot with lineage "3bf8cbd0-5a0a-be0d-2f39-7be45d84921d" serial 24
2023-08-04T12:33:50.000+0200 [TRACE] backend/local: populating backend.LocalRun for current working directory
2023-08-04T12:33:50.001+0200 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/aws has 5.11.0 to satisfy ""
2023-08-04T12:33:50.001+0200 [TRACE] terraform.NewContext: starting
2023-08-04T12:33:50.001+0200 [TRACE] terraform.NewContext: complete
2023-08-04T12:33:50.001+0200 [TRACE] backend/local: requesting interactive input, if necessary
2023-08-04T12:33:50.001+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/aws"
2023-08-04T12:33:50.001+0200 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/aws" to read its schema
2023-08-04T12:33:50.001+0200 [DEBUG] created provider logger: level=trace
2023-08-04T12:33:50.001+0200 [INFO] provider: configuring client automatic mTLS
2023-08-04T12:33:50.005+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.11.0/darwin_arm64/terraform-provider-aws_v5.11.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/5.11.0/darwin_arm64/terraform-provider-aws_v5.11.0_x5]
2023-08-04T12:33:50.014+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.11.0/darwin_arm64/terraform-provider-aws_v5.11.0_x5 pid=93781
2023-08-04T12:33:50.014+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.11.0/darwin_arm64/terraform-provider-aws_v5.11.0_x5
2023-08-04T12:33:50.083+0200 [INFO] provider.terraform-provider-aws_v5.11.0_x5: configuring server automatic mTLS: timestamp=2023-08-04T12:33:50.083+0200
2023-08-04T12:33:50.087+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: plugin address: address=/var/folders/fg/_1q36r4j6yx0rwz2fbhjd5y40000gn/T/plugin2593228781 network=unix timestamp=2023-08-04T12:33:50.087+0200
2023-08-04T12:33:50.087+0200 [DEBUG] provider: using plugin: version=5
2023-08-04T12:33:50.091+0200 [TRACE] GRPCProvider: GetProviderSchema
2023-08-04T12:33:50.091+0200 [TRACE] provider.stdio: waiting for stdio data
2023-08-04T12:33:50.091+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.18.0/tfprotov5/tf5server/server.go:494 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_proto_version=5.3 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.091+0200
2023-08-04T12:33:50.091+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.18.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/aws tf_proto_version=5.3 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.091+0200
2023-08-04T12:33:50.091+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: calling downstream server: @caller=github.com/hashicorp/terraform-plugin-mux@v0.11.2/internal/logging/mux.go:19 @module=sdk.mux tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.091+0200
2023-08-04T12:33:50.091+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Getting provider 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:73 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.091+0200
2023-08-04T12:33:50.091+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lb_target_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 timestamp=2023-08-04T12:33:50.091+0200
2023-08-04T12:33:50.091+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_cloudfront_key_group @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.091+0200
2023-08-04T12:33:50.091+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_directory_service_shared_directory tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.091+0200
2023-08-04T12:33:50.091+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ec2_client_vpn_network_association tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.091+0200
2023-08-04T12:33:50.091+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_transfer_tag tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.091+0200
2023-08-04T12:33:50.091+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appsync_graphql_api @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-08-04T12:33:50.091+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sagemaker_model_package_group_policy timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lambda_function 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-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_redshift_cluster @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-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_acm_certificate_validation @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema 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 timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_db_instance tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_ivs_playback_key_pair timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lakeformation_permissions @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_opensearch_inbound_connection_accepter tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_notebook_instance_lifecycle_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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_servicecatalog_constraint timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cognito_user_pool_domain @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_msk_serverless_cluster timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_transit_gateway_vpc_attachment_accepter @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-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_wafv2_web_acl_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-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_api_gateway_authorizer 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_directory_service_region 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-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_ebs_snapshot_import @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_cloudformation_stack_set @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_network_acl_rule @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-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iot_thing_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-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.092+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_wafv2_rule_group tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.092+0200
2023-08-04T12:33:50.100+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_guardduty_filter tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.100+0200
2023-08-04T12:33:50.100+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opsworks_java_app_layer @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-08-04T12:33:50.100+0200
2023-08-04T12:33:50.100+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_s3_bucket_request_payment_configuration timestamp=2023-08-04T12:33:50.100+0200
2023-08-04T12:33:50.100+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_db_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 timestamp=2023-08-04T12:33:50.100+0200
2023-08-04T12:33:50.100+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53recoveryreadiness_readiness_check 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.100+0200
2023-08-04T12:33:50.100+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.100+0200
2023-08-04T12:33:50.100+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appautoscaling_scheduled_action tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.100+0200
2023-08-04T12:33:50.100+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_resource_type=aws_codebuild_resource_policy timestamp=2023-08-04T12:33:50.100+0200
2023-08-04T12:33:50.100+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_connect_lambda_function_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 timestamp=2023-08-04T12:33:50.100+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_transcribe_vocabulary timestamp=2023-08-04T12:33:50.100+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_account_primary_contact timestamp=2023-08-04T12:33:50.100+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_redshiftserverless_usage_limit tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.101+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_networkmanager_link @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.101+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_pinpoint_adm_channel 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.101+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_s3_access_point tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.101+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_autoscalingplans_scaling_plan @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-08-04T12:33:50.101+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_endpoint tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.101+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_load_balancer_backend_server_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.101+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_rds_cluster_instance 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.101+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53_traffic_policy_instance @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_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.101+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_securityhub_action_target tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.101+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws 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_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.101+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_endpoint_subnet_association timestamp=2023-08-04T12:33:50.101+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_guardduty_organization_admin_account 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-08-04T12:33:50.101+0200
2023-08-04T12:33:50.101+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_analysis @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.101+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_servicecatalog_organizations_access tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_codecommit_repository @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_elastic_beanstalk_application_version @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lb_listener_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-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_imagebuilder_component @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_config_organization_custom_policy_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_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_cur_report_definition @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_backup_framework @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_ipv6_cidr_block_association tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_resource_type=aws_glue_connection tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_neptune_cluster tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_resource_type=aws_securityhub_product_subscription @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-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_account_alternate_contact @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-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_api_gateway_deployment @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_security_token_service_preferences tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53_resolver_endpoint 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-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_resource_type=aws_ses_template @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_datasync_location_fsx_openzfs_file_system tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_imagebuilder_distribution_configuration 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 timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_opsworks_ecs_cluster_layer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_ec2_instance_state timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_glue_trigger timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iam_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 timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_kendra_experience @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_appconfig_application @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codebuild_source_credential 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_config_delivery_channel tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_lambda_event_source_mapping tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_ssmcontacts_contact timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_swf_domain tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudsearch_domain_service_access_policy timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_iam_virtual_mfa_device timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_redshiftserverless_namespace timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_route53recoverycontrolconfig_safety_rule tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_route53_resolver_query_log_config timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_config_organization_conformance_pack timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_fsx_ontap_storage_virtual_machine tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opensearch_outbound_connection timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_config_organization_custom_rule timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_macie2_account @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_redshift_cluster_snapshot 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-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_redshift_authentication_profile @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_resource_type=aws_vpclattice_target_group timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.113+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_globalaccelerator_custom_routing_accelerator tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lambda_layer_version_permission @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_pinpoint_event_stream timestamp=2023-08-04T12:33:50.113+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_mskconnect_worker_configuration @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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_resource_type=aws_opsworks_custom_layer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53recoveryreadiness_cell @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_resource_type=aws_scheduler_schedule_group tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_securityhub_standards_control 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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dms_certificate tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ebs_default_kms_key tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_transit_gateway_vpc_attachment tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iam_role tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lightsail_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 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_sfn_state_machine tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sns_topic_policy timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws 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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudfront_public_key tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_glue_data_quality_ruleset tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_networkmanager_transit_gateway_connect_peer_association timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_autoscaling_schedule timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_ecr_repository_policy tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_service_specific_credential tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_location_place_index tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_organizations_organization tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_autoscaling_group tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_kinesis_video_stream timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_db_cluster_snapshot timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_default_vpc_dhcp_options tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_lb_target_group_attachment @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_s3_object tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_cognito_user tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ecr_registry_scanning_configuration @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_rds_cluster tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_qldb_stream tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_service_discovery_http_namespace tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ecr_replication_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 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ram_resource_association tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_appmesh_virtual_gateway @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_docdb_cluster_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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_subnet tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_networkmanager_connect_peer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sns_topic_data_protection_policy 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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_autoscaling_group_tag tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_chimesdkvoice_global_settings tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iam_account_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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_pinpoint_apns_channel timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_chime_voice_connector_streaming tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudfront_origin_access_identity timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudhsm_v2_hsm @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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_client_vpn_route timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_resource_type=aws_fsx_openzfs_snapshot @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ssm_maintenance_window_target tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_inspector2_enabler tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_neptune_subnet_group tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_securityhub_account tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_securityhub_organization_admin_account @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_transfer_ssh_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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_acmpca_certificate timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_apprunner_service tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_guardduty_ipset timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_directory_service_directory tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_bucket_policy timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_kms_ciphertext timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_secretsmanager_secret_rotation tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_nat_gateway timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_gamelift_game_server_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 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws 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 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appconfig_extension @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_ec2_traffic_mirror_target timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_emr_security_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_glue_workflow 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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_media_store_container_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-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_api_gateway_base_path_mapping tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_elasticsearch_domain tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer 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 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lakeformation_resource tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_datasync_location_fsx_windows_file_system tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_datasync_location_hdfs @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_neptune_global_cluster timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_securityhub_finding_aggregator tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ses_identity_policy @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws 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 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_glue_security_configuration @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_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.114+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_licensemanager_license_configuration tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_data_set @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.114+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_wafregional_geo_match_set @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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_globalaccelerator_listener 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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_signer_signing_profile timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appconfig_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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cognito_identity_pool_provider_principal_tag tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ami 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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_dx_hosted_private_virtual_interface tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_elasticache_cluster 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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iot_topic_rule timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_model tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_api_gateway_resource timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_appsync_api_key tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_route53_zone_association tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_wafregional_regex_pattern_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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_acmpca_policy timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_iam_signing_certificate timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_endpoint_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_memorydb_snapshot 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_s3_bucket_public_access_block tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_service_discovery_private_dns_namespace tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_backup_report_plan timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_config_aggregate_authorization @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_transit_gateway_route_table_association @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iam_role_policy_attachment tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_redshift_endpoint_access tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_amplify_webhook timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_autoscaling_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_batch_job_definition timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_servicequotas_service_quota tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_resource_type=aws_lambda_function_event_invoke_config @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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_oam_sink_policy tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sagemaker_pipeline @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_eks_identity_provider_config @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_pinpoint_sms_channel @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudformation_stack timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_default_network_acl timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_ec2_transit_gateway_policy_table tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_resource_type=aws_internet_gateway timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_vpc tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ecs_account_setting_default tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_iam_group_membership @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_pinpoint_baidu_channel 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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dataexchange_revision tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dx_hosted_transit_virtual_interface_accepter @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_dms_replication_task tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_ram_resource_share_accepter timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_storagegateway_working_storage @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_medialive_multiplex 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opsworks_application timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_pinpoint_app @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_api_gateway_vpc_link tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dx_bgp_peer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_emr_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 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_codebuild_report_group tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_redshift_partner tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_securityhub_organization_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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_storagegateway_smb_file_share timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_apigatewayv2_route_response tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appstream_fleet timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_backup_selection 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_appautoscaling_target @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_connect_queue tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_gamelift_fleet @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iam_service_linked_role timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpclattice_resource_policy timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_wafregional_size_constraint_set timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_eks_fargate_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 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_iam_group_policy @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53_key_signing_key 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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_guardduty_invite_accepter tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_pinpoint_email_channel tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_redshift_cluster_iam_roles timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_workspaces_ip_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_prometheus_rule_group_namespace @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 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudfront_response_headers_policy tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ec2_transit_gateway_multicast_group_member tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_networkmanager_transit_gateway_registration timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_rum_metrics_destination 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_servicecatalog_tag_option_resource_association timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.115+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws 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 timestamp=2023-08-04T12:33:50.115+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_codecommit_approval_rule_template @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_network_performance_metric_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_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_worklink_fleet tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_connect_vocabulary timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_datasync_location_object_storage tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_guardduty_detector timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_prometheus_workspace timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appconfig_hosted_configuration_version timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_data_lake_settings tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_efs_mount_target tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_finspace_kx_environment @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_resource_type=aws_lakeformation_lf_tag tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_organizations_account @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_group_membership timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_connect_routing_profile timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ebs_snapshot 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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_launch_template 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_xray_encryption_config 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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lightsail_bucket_access_key tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_vpclattice_access_log_subscription tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_cloudfront_field_level_encryption_profile tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_peering_connection_options @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpn_gateway @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_dx_hosted_public_virtual_interface_accepter tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_resource_type=aws_globalaccelerator_custom_routing_endpoint_group tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appintegrations_event_integration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_internet_gateway_attachment tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_versioning tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_secretsmanager_secret_policy tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_autoscaling_policy tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_lb_ssl_negotiation_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_s3_bucket_lifecycle_configuration @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_redshift_parameter_group @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_scheduler_schedule @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_ssoadmin_managed_policy_attachment @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_backup_vault_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_dms_replication_instance tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ec2_transit_gateway_route tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_glue_ml_transform 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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_user_policy_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_datasync_location_nfs tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_glue_job 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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iot_policy @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_kendra_faq @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_bucket_ownership_controls @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_sagemaker_domain tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_sagemaker_model_package_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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_appmesh_virtual_service timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_connect_bot_association @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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iam_openid_connect_provider timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_ce_cost_allocation_tag timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_lakeformation_resource_lf_tags timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_networkfirewall_rule_group timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_wafregional_sql_injection_match_set @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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_amplify_domain_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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ecr_repository tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_identitystore_user 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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ssmcontacts_plan timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_wafregional_rule timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_domain_name timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ses_domain_identity_verification tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_alb_target_group @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_quicksight_user @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_apprunner_vpc_connector timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_chime_voice_connector_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 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_connect_phone_number timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iot_thing @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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iot_thing_group_membership @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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_organizations_policy_attachment @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_detective_member tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dynamodb_table_replica 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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_glue_partition_index @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_glue_catalog_database timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.116+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_macie2_classification_job 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-08-04T12:33:50.116+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_serverlessapplicationrepository_cloudformation_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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ebs_snapshot_copy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.116+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_spot_instance_request @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_fsx_ontap_volume @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-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_appsync_api_cache 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_glue_catalog_table @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_kinesis_analytics_application tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_iam_user_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_codepipeline_webhook @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ecs_service tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_alb_listener timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_waf_web_acl tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema 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 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_kms_key_policy timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_memorydb_parameter_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_rds_cluster_parameter_group 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-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_networkfirewall_firewall 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 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_networkmanager_transit_gateway_route_table_attachment tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ram_principal_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 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_method_settings @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_placement_group tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_gamelift_build tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_elastic_beanstalk_configuration_template timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_kinesisanalyticsv2_application timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_rds_global_cluster tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_metric_stream tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_detective_invitation_accepter 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-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_redshiftserverless_resource_policy @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_s3control_bucket timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_macie2_custom_data_identifier timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_quicksight_data_source tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_quicksight_group tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lambda_alias timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_s3outposts_endpoint tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appmesh_virtual_router timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudhsm_v2_cluster 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-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_vpn_connection @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudfront_distribution timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dlm_lifecycle_policy timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_egress_only_internet_gateway timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_glue_resource_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_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_lambda_permission tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_apigatewayv2_api 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-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appstream_user_stack_association tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloud9_environment_membership @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-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudwatch_log_data_protection_policy timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_shield_protection tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_spot_datafeed_subscription timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ecr_registry_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 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_route53recoverycontrolconfig_control_panel 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_quick_connect @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dataexchange_data_set tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_volume_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 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_lex_bot_alias 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_s3_bucket_accelerate_configuration timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_documentation_part tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_athena_database @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_network_interface tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.117+0200
2023-08-04T12:33:50.117+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_kinesis_firehose_delivery_stream @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.117+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_rds_reserved_instance 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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshiftdata_statement @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudfront_origin_request_policy @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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_peering_connection tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ecrpublic_repository @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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_finspace_kx_database tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_neptune_cluster_endpoint @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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_route53recoverycontrolconfig_cluster tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_app_image_config tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_cloudfront_origin_access_control tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_transit_gateway_multicast_domain_association timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_eip_association tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iot_topic_rule_destination tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_db_subnet_group timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_connect_contact_flow_module tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dms_replication_subnet_group timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_inspector_assessment_template @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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_vpc_endpoint_security_group_association @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_macie2_findings_filter tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_sagemaker_workteam tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_redshift_subnet_group tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_resourcegroups_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_backup_vault_notifications 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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_codebuild_webhook 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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_default_security_group timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_batch_scheduling_policy @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opsworks_nodejs_app_layer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_s3_bucket_website_configuration @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ses_configuration_set tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_identitystore_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lightsail_lb_certificate 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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_servicecatalog_provisioned_product timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ses_receipt_filter @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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_appsync_domain_name tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_memorydb_user timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_servicecatalog_portfolio_share @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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_human_task_ui tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_storagegateway_upload_buffer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_transfer_workflow 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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_workspaces_directory @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudfront_realtime_log_config timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_network_insights_analysis 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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lambda_provisioned_concurrency_config @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iot_thing_group tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_codestarconnections_host timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_network_interface_attachment tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_guardduty_threatintelset @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudfront_monitoring_subscription @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_elastic_beanstalk_environment @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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opsworks_mysql_layer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_pinpoint_apns_voip_channel @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appmesh_route @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_dynamodb_tag @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpn_gateway_route_propagation 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_elasticache_user_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema 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 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_server_certificate tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_shield_protection_group tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_amplify_backend_environment tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_connect_security_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 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dx_transit_virtual_interface 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-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_location_map tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_resource_type=aws_securityhub_member @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ec2_serial_console_access tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_fsx_file_cache timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_gamelift_game_session_queue timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_chime_voice_connector_termination @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.118+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_codebuild_project tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.118+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_snapshot_create_volume_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_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_oam_link tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_amplify_branch 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-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_api_gateway_usage_plan_key tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_local_gateway_route tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_grafana_workspace_api_key tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lightsail_disk_attachment @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_redshift_hsm_configuration timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53recoveryreadiness_recovery_group @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_synthetics_group @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_acmpca_permission tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_comprehend_entity_recognizer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_ipam_resource_discovery_association @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_wafv2_ip_set tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_alb_listener_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 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_s3_bucket_notification @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_lightsail_domain_entry @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_codecommit_trigger @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-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ebs_encryption_by_default @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iot_logging_options 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_devicefarm_device_pool 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ami_launch_permission @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_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_glue_registry @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appconfig_configuration_profile tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_chimesdkvoice_sip_rule @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_datapipeline_pipeline_definition @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-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_networkmanager_attachment_accepter timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_integration tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_codedeploy_deployment_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 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_elastictranscoder_pipeline tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lb_listener @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_cloudwatch_event_connection timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53_resolver_rule_association 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_api_gateway_method @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-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_devicefarm_network_profile tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_cloudwatch_log_subscription_filter @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_networkfirewall_logging_configuration @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ssoadmin_permission_set_inline_policy @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-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_waf_sql_injection_match_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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_codepipeline @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_elastictranscoder_preset @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_gamelift_script tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_resource_type=aws_apprunner_vpc_ingress_connection timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_ipam tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_resource_type=aws_db_proxy_default_target_group tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_eip @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sagemaker_endpoint_configuration tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_transfer_agreement tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_api_gateway_request_validator tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_backup_vault_lock_configuration tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_config_conformance_pack tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_cloud9_environment_ec2 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dax_cluster @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_keyspaces_keyspace tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_transit_gateway_connect_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_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_flow_log tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ses_active_receipt_rule_set tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_neptune_cluster_parameter_group tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_redshiftserverless_workgroup tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53_record 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-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_sns_platform_application tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_ipam_scope tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_emr_instance_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_imagebuilder_infrastructure_configuration tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_cognito_user_group @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_resourcegroups_resource tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_waf_xss_match_set tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opsworks_permission tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sns_topic_subscription @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_resource_type=aws_devicefarm_instance_profile timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_efs_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-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_emr_studio 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_location_route_calculator tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_macie2_organization_admin_account @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_resource_type=aws_networkmanager_connect_attachment tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_opsworks_rds_db_instance @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_s3_bucket_acl 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer 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-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_internetmonitor_monitor 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-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_sqs_queue tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_ipam_resource_discovery tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_glue_partition 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-08-04T12:33:50.119+0200
2023-08-04T12:33:50.119+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_s3_bucket tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.120+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_elasticache_global_replication_group timestamp=2023-08-04T12:33:50.119+0200
2023-08-04T12:33:50.120+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.120+0200
2023-08-04T12:33:50.120+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_s3control_bucket_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_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.120+0200
2023-08-04T12:33:50.120+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_glue_dev_endpoint @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.120+0200
2023-08-04T12:33:50.120+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_storagegateway_nfs_file_share tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.120+0200
2023-08-04T12:33:50.120+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_wafv2_web_acl tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.120+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_db_instance_automated_backups_replication @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-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_sagemaker_endpoint 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sesv2_email_identity_feedback_attributes tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_backup_vault timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_connect_user_hierarchy_structure timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_fsx_lustre_file_system tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_neptune_cluster_snapshot @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_resource_type=aws_rds_cluster_activity_stream timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_resource_type=aws_organizations_organizational_unit tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53_resolver_dnssec_config @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_image_version timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_securityhub_insight timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appconfig_deployment_strategy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_ipam_pool_cidr tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_emr_instance_fleet tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_default_route_table tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_vpc_endpoint_service_allowed_principal @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_vpc_peering_connection_accepter tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_macie2_invitation_accepter tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_media_convert_queue tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_prometheus_alert_manager_definition 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-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_api_gateway_account timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_directory_service_conditional_forwarder 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_wafregional_regex_match_set @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.132+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_mwaa_environment tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opsworks_instance @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.132+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_signer_signing_job tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_vpn_gateway_attachment tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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 @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_route53_resolver_config tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_apigatewayv2_stage @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-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_inspector2_organization_configuration timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_pinpoint_apns_sandbox_channel timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_ipv4_cidr_block_association @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-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_resource_type=aws_s3control_object_lambda_access_point timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sqs_queue_redrive_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_event_subscription tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_client_vpn_authorization_rule timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_globalaccelerator_accelerator tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_imagebuilder_image_recipe @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_kms_replica_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_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_backup_region_settings @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_dx_public_virtual_interface timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_opsworks_static_web_layer 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_waf_byte_match_set tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ec2_fleet @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ecs_cluster @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_lightsail_static_ip_attachment tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_mq_configuration 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-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_servicecatalog_portfolio @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_ses_email_identity @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ses_receipt_rule @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_transfer_connector tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_cloudfront_function @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-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_endpoint_connection_notification tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_licensemanager_grant_accepter tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appmesh_mesh tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ssoadmin_instance_access_control_attributes @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_resource_type=aws_signer_signing_profile_permission @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_storagegateway_stored_iscsi_volume 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-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_apigatewayv2_deployment timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_codeartifact_domain @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-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_redshiftserverless_snapshot tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lb_cookie_stickiness_policy 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-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_kendra_query_suggestions_block_list timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpclattice_target_group_attachment tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_acmpca_certificate_authority_certificate tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_connect_user @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_glue_crawler tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.133+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_grafana_license_association timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_appconfig_extension_association tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ecs_capacity_provider 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-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudsearch_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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_controltower_control 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-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_dx_hosted_connection tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_shield_protection_health_check_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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_timestreamwrite_table tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpclattice_listener tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_appstream_image_builder 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_resource_type=aws_vpc_ipam_pool @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iam_access_key @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dx_gateway_association_proposal timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opensearch_domain tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ssm_maintenance_window @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-08-04T12:33:50.133+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_wafregional_xss_match_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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_resource_type=aws_evidently_feature tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iot_indexing_configuration timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_memorydb_subnet_group tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53recoveryreadiness_resource_set timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_kendra_index @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_keyspaces_table tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_networkmanager_transit_gateway_peering 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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_config_configuration_aggregator 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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_connect_hours_of_operation 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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_resource_type=aws_dynamodb_global_table @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_transit_gateway_route_table timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lb tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iot_certificate 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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_storagegateway_tape_pool @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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer 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_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dx_connection_association timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_dms_endpoint @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_servicecatalog_product 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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_apprunner_custom_domain_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 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53recoverycontrolconfig_routing_control timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_route53_resolver_firewall_rule_group tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_lightsail_lb_certificate_attachment tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_redshift_event_subscription tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_synthetics_canary @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ec2_transit_gateway_connect tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53_traffic_policy tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ssmcontacts_contact_channel tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_appsync_domain_name_api_association tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_elasticsearch_domain_saml_options @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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_fsx_openzfs_file_system 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sagemaker_flow_definition tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_connect_user_hierarchy_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:89 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_datasync_location_fsx_lustre_file_system tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_location_tracker_association @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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_api_gateway_gateway_response tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ses_identity_notification_topic tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_resource_type=aws_sns_topic tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_resource_type=aws_cloudwatch_log_metric_filter tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_project tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_datasync_location_s3 @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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_network_acl 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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_codeartifact_domain_permissions_policy tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ssm_patch_baseline tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_ec2_traffic_mirror_session tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_evidently_project timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_iam_user_ssh_key tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.134+0200
2023-08-04T12:33:50.134+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_medialive_channel 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-08-04T12:33:50.134+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_route53_resolver_firewall_rule_group_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sagemaker_notebook_instance timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_network_interface_sg_attachment @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_eks_cluster timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_emrcontainers_job_template timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_vpc_dhcp_options @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_dx_hosted_transit_virtual_interface 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ami_from_instance @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_default_vpc tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_config_config_rule timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_opsworks_stack @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_organizations_policy timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_quicksight_account_subscription @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sfn_activity 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ssm_patch_group tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ecs_tag tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_kinesisanalyticsv2_application_snapshot tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_lightsail_lb @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_ipam_organization_admin_account @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ecr_lifecycle_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_resource_type=aws_opsworks_php_app_layer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_bucket_analytics_configuration @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_schemas_registry 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_apigatewayv2_route @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudcontrolapi_resource timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_sesv2_contact_list tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ssm_service_setting tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_db_snapshot tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_redshift_scheduled_action tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ecrpublic_repository_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_opsworks_user_profile tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.135+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_quicksight_dashboard @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.135+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ram_resource_share timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_transfer_server 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-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_appautoscaling_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_dx_macsec_key_association tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dx_private_virtual_interface 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 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_xray_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-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_worklink_website_certificate_authority_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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer 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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sesv2_email_identity tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sesv2_email_identity_mail_from_attributes tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cognito_identity_pool_roles_attachment tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_datasync_location_efs @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_grafana_workspace @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lightsail_container_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 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_s3_bucket_object_lock_configuration timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_service_discovery_public_dns_namespace tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ssm_default_patch_baseline timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_dynamodb_table_item @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_glue_classifier @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iot_role_alias @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 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_chimesdkvoice_sip_media_application timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_synthetics_group_association tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_kms_key tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_pipes_pipe 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-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_schemas_discoverer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_storagegateway_cached_iscsi_volume tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_transfer_certificate @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_api_gateway_integration_response @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_gamelift_alias @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_kms_alias tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_waf_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 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_workspaces_workspace 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer 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_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_secretsmanager_secret_version timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer 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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_route53_resolver_firewall_domain_list tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_ec2_network_insights_path @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_transit_gateway_peering_attachment_accepter 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-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_s3control_storage_lens_configuration tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53_resolver_rule @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 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sesv2_configuration_set timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_storagegateway_file_system_association @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-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dax_parameter_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 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_network_acl_association tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_mskconnect_custom_plugin @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-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_networkmanager_site @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-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_emrserverless_application timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudwatch_event_permission @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-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lambda_invocation 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-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_guardduty_member tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.148+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iot_thing_principal_attachment tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.148+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_neptune_cluster_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-08-04T12:33:50.148+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudfront_cache_policy tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ec2_traffic_mirror_filter_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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_ec2_transit_gateway_peering_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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53_hosted_zone_dnssec tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_ec2_host timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_location_geofence_collection @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_accessanalyzer_analyzer timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_apprunner_connection tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_chime_voice_connector timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_licensemanager_grant 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-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_ecr_pull_through_cache_rule tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_imagebuilder_container_recipe tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_mskconnect_connector timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_waf_regex_match_set tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_codestarconnections_connection @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-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ecs_task_definition @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_glue_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_db_proxy 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lambda_function_url 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 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opsworks_memcached_layer 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 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_s3control_multi_region_access_point_policy tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_securityhub_standards_subscription @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-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_docdb_global_cluster @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_directory_service_shared_directory_accepter timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_key_pair tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_sns_sms_preferences timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_api_gateway_usage_plan @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 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_iam_group_policy_attachment @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_opsworks_ganglia_layer timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_vpc_endpoint_service tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_alb_target_group_attachment tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_rum_app_monitor @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_ssm_activation tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_api_key tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_api_gateway_client_certificate timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_client_vpn_endpoint @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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_memorydb_cluster tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_resource_type=aws_networkmanager_core_network @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ssm_parameter tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_api_gateway_method_response timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_appsync_datasource tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_elasticsearch_domain_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_data_repository_association tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_location_tracker 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_policy tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_datapipeline_pipeline tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ec2_traffic_mirror_filter tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_kms_replica_key timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_medialive_input tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpn_connection_route timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_proxy_protocol_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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_fsx_backup tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ec2_transit_gateway_route_table_propagation @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_cloudwatch_event_archive @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_inspector_resource_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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53_delegation_set 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-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_feature_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_appstream_fleet_stack_association timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudtrail_event_data_store 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 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_cognito_identity_provider tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_resource_type=aws_sagemaker_studio_lifecycle_config timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_detective_graph tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_dx_connection tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudwatch_dashboard timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_codepipeline_custom_action_type timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_datasync_location_smb timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpclattice_service @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ce_anomaly_monitor 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudwatch_event_rule tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_networkmanager_connection timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_lex_slot_type tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_sagemaker_servicecatalog_portfolio_status tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_sqs_queue_redrive_allow_policy @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iot_policy_attachment tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ivs_channel 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 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_networkmanager_device timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_guardduty_organization_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-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_lambda_code_signing_config tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.149+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_log_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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_language_model @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_launch_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 timestamp=2023-08-04T12:33:50.149+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws 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_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_redshift_usage_limit @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ses_domain_dkim 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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_codedeploy_app tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ebs_volume @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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_db_snapshot_copy 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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ses_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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_availability_zone_group tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_managed_prefix_list_entry @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_evidently_segment tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_transit_gateway_prefix_list_reference tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_guardduty_publishing_destination tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_route53_resolver_firewall_rule tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ssoadmin_permissions_boundary_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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_endpoint_route_table_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 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ecs_cluster_capacity_providers timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_service_discovery_service timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer 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 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_wafregional_byte_match_set tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpclattice_listener_rule timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_wafregional_web_acl tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_acmpca_certificate_authority @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_chimesdkmediapipelines_media_insights_pipeline_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_sagemaker_device 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_redshift_snapshot_schedule 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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_s3_account_public_access_block 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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_resource_type=aws_codeartifact_repository_permissions_policy tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_dms_s3_endpoint 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_media_store_container @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_quicksight_folder 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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ce_anomaly_subscription @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_comprehend_document_classifier tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_lightsail_instance tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_sesv2_dedicated_ip_assignment tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_timestreamwrite_database timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_lex_bot tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lightsail_certificate tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_macie2_classification_export_configuration tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_rds_cluster_endpoint @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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_sesv2_configuration_set_event_destination tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_endpoint_connection_accepter 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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opsworks_haproxy_layer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_quicksight_theme 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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudwatch_event_api_destination @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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iam_group @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_imagebuilder_image_pipeline tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rolesanywhere_trust_anchor @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_ssoadmin_customer_managed_policy_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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_api_gateway_domain_name tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cleanrooms_collaboration timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_load_balancer_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sagemaker_image tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_fms_admin_account @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iot_provisioning_template @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_s3_bucket_cors_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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_route53_resolver_query_log_config_association timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sagemaker_space 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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_route_table tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_alb @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_globalaccelerator_custom_routing_listener @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_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_devicefarm_project tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lambda_layer_version timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_oam_sink @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws 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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_kinesis_stream_consumer @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-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_mq_broker timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.150+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_code_repository tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lightsail_bucket_resource_access @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.150+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_waf_ipset tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_elb timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_fis_experiment_template @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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lightsail_bucket 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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_pinpoint_gcm_channel @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_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ses_event_destination timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_budgets_budget_action 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_dynamodb_kinesis_streaming_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_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_ec2_transit_gateway_multicast_domain @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_s3_bucket_metric 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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_finspace_kx_cluster tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_route53_vpc_association_authorization @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53_zone 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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_redshift_snapshot_copy_grant tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_s3_bucket_inventory timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_cloudfront_field_level_encryption_config timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_cognito_user_pool_ui_customization @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_elasticache_user_group_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ivschat_room @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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_s3_bucket_server_side_encryption_configuration tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_evidently_launch @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iam_role_policy timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_lightsail_lb_stickiness_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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_db_option_group tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_db_proxy_endpoint 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cognito_user_pool tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_ipam_preview_next_cidr tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_emrcontainers_virtual_cluster @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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53_health_check timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ec2_capacity_reservation @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_elasticache_user 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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_secretsmanager_secret @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dx_connection_confirmation tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudwatch_event_bus_policy 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 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_networkmanager_site_to_site_vpn_attachment tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_schemas_schema @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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_resource_type=aws_apigatewayv2_integration tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_datasync_task @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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_user_group_membership tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lightsail_lb_attachment @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_resource_type=aws_lightsail_lb_https_redirection_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_rds_cluster_role_association @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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_connect_instance timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_customer_gateway 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_elasticache_replication_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 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_transfer_access timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_cloudwatch_metric_alarm tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_config_configuration_recorder_status timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_licensemanager_association 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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ssoadmin_account_assignment @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_chime_voice_connector_termination_credentials tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_db_event_subscription @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ses_domain_mail_from tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_athena_named_query 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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_config_configuration_recorder 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_glacier_vault_lock timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_servicecatalog_principal_portfolio_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_cloudformation_stack_set_instance timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dx_gateway 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 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_opsworks_rails_app_layer tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_connect_contact_flow tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_docdb_subnet_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ontap_file_system tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudwatch_log_destination_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 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_db_proxy_target tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_securityhub_invite_accepter @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.151+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ssm_resource_data_sync @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_docdb_cluster_instance 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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ami_copy tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_transit_gateway_policy_table_association timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_default_subnet 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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_elastic_beanstalk_application tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.151+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iam_user_login_profile @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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lightsail_container_service_deployment_version 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-08-04T12:33:50.151+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_memorydb_acl timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appintegrations_data_integration tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_apprunner_observability_configuration timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_devicefarm_upload tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_sagemaker_user_profile tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_redshift_snapshot_schedule_association timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_s3_bucket_object timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_accessanalyzer_archive_rule tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sagemaker_device_fleet 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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_servicecatalog_tag_option tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_vpclattice_service_network_vpc_association tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_composite_alarm @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_devicefarm_test_grid_project @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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_medialive_input_security_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_macie2_member tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_resource_type=aws_networkmanager_core_network_policy_attachment timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_pinpoint_apns_voip_sandbox_channel @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sagemaker_model 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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_autoscaling_traffic_source_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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cognito_resource_server 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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_resource_type=aws_dynamodb_table @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ssmincidents_response_plan tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_api_gateway_rest_api tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_lightsail_static_ip @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_qldb_ledger tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_security_group tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_db_instance_role_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 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_codestarnotifications_notification_rule timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dax_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_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_directory_service_radius_settings tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dynamodb_contributor_insights @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_sfn_alias tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ssm_association tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iam_account_password_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ivschat_logging_configuration tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_resource_type=aws_servicecatalog_product_portfolio_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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sesv2_dedicated_ip_pool timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudtrail @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_codeartifact_repository timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_eks_addon 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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_cloudwatch_event_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_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_s3_object_copy @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_instance @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudwatch_log_stream @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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpclattice_service_network_service_association timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_amplify_app @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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_cognito_risk_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_cognito_user_in_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_local_gateway_route_table_vpc_association 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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_main_route_table_association tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_waf_geo_match_set @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_backup_global_settings 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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_efs_backup_policy timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_inspector2_delegated_admin_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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53_resolver_firewall_config @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_storagegateway_cache 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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_applicationinsights_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 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_security_group_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 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_cloudwatch_event_bus 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_iot_authorizer tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_s3control_multi_region_access_point 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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_dms_event_subscription tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_ipam_pool_cidr_allocation @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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_efs_file_system @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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_resource_type=aws_ec2_subnet_cidr_reservation @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_inspector_assessment_target @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_servicecatalog_provisioning_artifact tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_media_package_channel tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53_query_log @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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_workforce @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_servicecatalog_service_action tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_service_discovery_instance tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appsync_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-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_config_organization_managed_rule timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_msk_configuration tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_rolesanywhere_profile timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema 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_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_glue_data_catalog_encryption_settings tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_neptune_parameter_group timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_networkfirewall_firewall_policy tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ssm_document tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_waf_size_constraint_set timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.152+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_chimesdkvoice_voice_profile_domain tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cognito_identity_pool timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_elb_attachment timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_resource_type=aws_kendra_data_source @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.152+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_rbin_rule @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_appmesh_gateway_route tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_cloudwatch_event_target tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ivs_recording_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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_kms_external_key tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_lightsail_distribution @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_acm_certificate 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-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appflow_flow @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_config_remediation_configuration tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_transfer_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-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_apigatewayv2_vpc_link tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_batch_compute_environment @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_s3control_access_point_policy tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_connect_instance_storage_config 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-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_docdb_cluster_snapshot tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lightsail_instance_public_ports tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_networkmanager_global_network tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_s3_bucket_intelligent_tiering_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_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_api_gateway_documentation_version timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ce_cost_category tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_chime_voice_connector_logging timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_s3control_bucket_lifecycle_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 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_s3control_object_lambda_access_point_policy tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_carrier_gateway @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws 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 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_organizations_delegated_administrator 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_redshiftserverless_endpoint_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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appmesh_virtual_node 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-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appstream_directory_config @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_budgets_budget 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-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_datasync_agent 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-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_kendra_thesaurus 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_route53domains_registered_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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_log_group tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_sqs_queue_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 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_wafregional_rate_based_rule timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_xray_sampling_rule @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_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_apigatewayv2_authorizer @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-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_backup_plan 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-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_alb_listener_certificate @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_codedeploy_deployment_config @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_eks_node_group @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_neptune_event_subscription tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_transit_gateway_multicast_group_source timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_load_balancer_listener_policy @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lex_intent timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_resource_type=aws_cloudformation_type tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_emr_block_public_access_configuration tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_sagemaker_data_quality_job_definition @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_servicecatalog_budget_resource_association tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_integration_response tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appsync_function @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_ec2_tag 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_emr_managed_scaling_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_lightsail_database tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cloudwatch_log_destination tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_apigatewayv2_model @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 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_transit_gateway 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.153+0200
2023-08-04T12:33:50.153+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_spot_fleet_request @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-08-04T12:33:50.153+0200
2023-08-04T12:33:50.154+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_emr_studio_session_mapping timestamp=2023-08-04T12:33:50.154+0200
2023-08-04T12:33:50.154+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_grafana_role_association tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.154+0200
2023-08-04T12:33:50.154+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_networkmanager_customer_gateway_association timestamp=2023-08-04T12:33:50.154+0200
2023-08-04T12:33:50.154+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_transcribe_medical_vocabulary timestamp=2023-08-04T12:33:50.154+0200
2023-08-04T12:33:50.154+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_transfer_user timestamp=2023-08-04T12:33:50.154+0200
2023-08-04T12:33:50.154+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws 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 timestamp=2023-08-04T12:33:50.154+0200
2023-08-04T12:33:50.154+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dx_gateway_association @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.154+0200
2023-08-04T12:33:50.154+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_managed_prefix_list tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.154+0200
2023-08-04T12:33:50.154+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_wafregional_ipset tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.154+0200
2023-08-04T12:33:50.154+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_wafv2_regex_pattern_set timestamp=2023-08-04T12:33:50.154+0200
2023-08-04T12:33:50.154+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_quicksight_template @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.154+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshift_hsm_client_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_autoscaling_notification tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_kms_custom_key_store @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_spot_price @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ecs_task_execution tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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:98 timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_networkmanager_sites 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_appmesh_virtual_node tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_emrcontainers_virtual_cluster tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_lakeformation_data_lake_settings tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_budgets_budget tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_lbs 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-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_cloudwatch_event_connection tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ec2_transit_gateway_vpn_attachment tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_identitystore_group tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_connect_queue @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-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_objects tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.167+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_directory_service_directory 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 timestamp=2023-08-04T12:33:50.167+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_node_group tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_data_source_type=aws_secretsmanager_secret @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ssm_document timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source 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:98 tf_data_source_type=aws_connect_instance_storage_config tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_eks_addon tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_route_calculator tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_opensearchserverless_vpc_endpoint tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_memorydb_subnet_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_ec2_network_insights_path tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_data_source_type=aws_kms_key tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_lambda_function_url tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_data_source_type=aws_sns_topic tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_launch_paths tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_bot_association tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_fsx_windows_file_system tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ivs_stream_key tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_quicksight_user tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_imagebuilder_distribution_configurations tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_memorydb_parameter_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_networkfirewall_firewall tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_redshiftserverless_credentials 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_data_source_type=aws_connect_prompt tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_dynamodb_table tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_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:98 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_identitystore_user 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_connection tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_servicecatalog_product tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_data_source_type=aws_api_gateway_authorizer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_iam_policy_document tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_data_source_type=aws_cloudwatch_log_groups tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_neptune_orderable_db_instance tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_cloudfront_response_headers_policy 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ec2_host tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ses_domain_identity tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_sqs_queues tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_globalaccelerator_custom_routing_accelerator tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_quicksight_theme tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_iam_policy 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_oam_sink tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_outposts_sites tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_prometheus_workspaces tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 @module=sdk.helper_schema tf_data_source_type=aws_api_gateway_sdk tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_data_source_type=aws_connect_contact_flow_module tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_vpc 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_route53_resolver_rules tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_data_source_type=aws_servicecatalog_provisioning_artifacts tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_wafv2_rule_group tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_attachments @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_elastic_beanstalk_hosted_zone timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_elasticsearch_domain tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_kendra_experience tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_route_table tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_elastic_beanstalk_application 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_instance_profile tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ses_email_identity timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_sesv2_dedicated_ip_pool tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_ssmcontacts_contact_channel tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_cloudcontrolapi_resource tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_cloudfront_origin_access_identities tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_dx_gateway_attachment 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_network_acls tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_imagebuilder_image_pipelines tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_location_tracker tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_servicequotas_service tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_acmpca_certificate_authority tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_appmesh_virtual_service 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_ami_ids 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_network_interface tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_route53_resolver_firewall_rule_group tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_secretsmanager_random_password 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-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_ec2_local_gateway tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_efs_access_points tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_eks_addon_version tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_outposts_site tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_quicksight_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_route53_resolver_firewall_domain_list tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_connect_user_hierarchy_structure tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_lb tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_iam_roles tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_lambda_layer_version tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_vpc_ipam_pool_cidrs tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_alb_target_group timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.168+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_fsx_openzfs_snapshot tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_organizations_delegated_services 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_organizations_policies 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.168+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_data_source_type=aws_codecommit_approval_rule_template tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_cognito_user_pool_clients 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_instances tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_ecs_cluster tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema 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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ec2_managed_prefix_lists timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_instance tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_internet_gateway @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ecs_service tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_qldb_ledger tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_launch_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:98 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_cloudfront_distribution tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_vpc_attachment @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ecr_repository tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_autoscaling_groups tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_ec2_public_ipv4_pools tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_kms_ciphertext tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_acl tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_vpc_peering_connection tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_data_source_type=aws_lb_target_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_licensemanager_grants tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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:98 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_networkmanager_link tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_db_proxy tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_api_gateway_vpc_link tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_vpc_ipam_preview_next_cidr tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_iam_access_keys tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_networkmanager_global_network tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_route53_resolver_rule tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_s3control_multi_region_access_point tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_wafregional_web_acl tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_connect_routing_profile 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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_kendra_index tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_route53_resolver_firewall_rules tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_service_discovery_http_namespace tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_route53_delegation_set timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_cloudfront_origin_access_identity 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_vpc_attachments 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_mskconnect_custom_plugin tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_waf_rule tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_codeartifact_repository_endpoint tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_docdb_engine_version tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_ec2_instance_type tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_lambda_alias 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_sesv2_configuration_set tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_controltower_controls timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 @module=sdk.helper_schema tf_data_source_type=aws_eip tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_location_geofence_collection tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_networkmanager_connections tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_networkfirewall_resource_policy tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema 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 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_s3_bucket_objects tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_secretsmanager_secret_version tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_data_source_type=aws_api_gateway_domain_name timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_cloudfront_function tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_elasticache_user tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source 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:98 tf_data_source_type=aws_iot_endpoint tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_dms_replication_instance tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ebs_volumes 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_data_source_type=aws_memorydb_user tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_availability_zone tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_vpc_peering_connections tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_lb_listener 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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_vpcs tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_oam_link timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_iam_session_context timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_sagemaker_prebuilt_ecr_image tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_gateway tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_docdb_orderable_db_instance timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_transit_gateway_attachment timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ecr_authorization_token tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_imagebuilder_image_recipes tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_rds_clusters tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_data_source_type=aws_waf_ipset 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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_data_catalog_encryption_settings tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_imagebuilder_infrastructure_configuration 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_memorydb_snapshot tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_connect_security_profile tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_type_offering tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_waf_rate_based_rule tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_cloudfront_realtime_log_config tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_connect_user_hierarchy_group tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_efs_access_point tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_db_instance 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:98 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_coip_pool tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_nat_gateways tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_cloudfront_origin_request_policy tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_data_source_type=aws_availability_zones tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_vpn_gateway tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_cognito_user_pool_signing_certificate 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_data_source_type=aws_elb_hosted_zone_id 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 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_imagebuilder_image_pipeline tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_backup_vault tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.169+0200
2023-08-04T12:33:50.169+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ce_cost_category tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.169+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema tf_data_source_type=aws_ecs_task_definition tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ssm_parameters_by_path tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_workspaces_image tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_workspaces_workspace tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_connect_contact_flow tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_location_map tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_organizations_delegated_administrators tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_redshiftserverless_namespace tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_cloudfront_log_delivery_canonical_user_id tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_licensemanager_received_license tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_constraint tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 @module=sdk.helper_schema tf_data_source_type=aws_opensearch_domain tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_data_source_type=aws_sesv2_email_identity_mail_from_attributes timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ec2_local_gateway_virtual_interface_groups tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_subnets timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_alb @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_cloudformation_export tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 @module=sdk.helper_schema tf_data_source_type=aws_grafana_workspace timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema 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 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_workspaces_bundle timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_ssoadmin_instances tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ami tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_ec2_transit_gateway tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_users tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_cloudwatch_log_data_protection_policy_document tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_api_gateway_resource tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_mq_broker_instance_type_offerings tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_ssmcontacts_plan 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_appconfig_environment tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_public_ipv4_pool tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_ec2_transit_gateway_route_table_propagations tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_cloudwatch_log_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_vpc_endpoint_service tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_servicecatalog_portfolio_constraints 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source 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:98 tf_data_source_type=aws_waf_subscribed_rule_group tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_licensemanager_received_licenses tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_s3_object 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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_vpclattice_listener tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_data_source_type=aws_cloudhsm_v2_cluster 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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_lb_hosted_zone_id tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_iam_server_certificate tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rds_engine_version tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_route53_traffic_policy_document 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_data_source_type=aws_datapipeline_pipeline_definition 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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_connect tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_nat_gateway tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_kendra_query_suggestions_block_list timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_sfn_state_machine tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_workspaces_directory tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_data_source_type=aws_route53_resolver_query_log_config timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_acmpca_certificate tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_cloudformation_type timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_kms_secrets tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_ce_tags timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_data_source_type=aws_security_group tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_elasticache_subnet_group tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_imagebuilder_infrastructure_configurations tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_iam_saml_provider 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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_msk_broker_nodes tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_batch_scheduling_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_codeartifact_authorization_token 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_connect_hours_of_operation tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_cloudwatch_event_source 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_organizations_policies_for_target 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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_iam_user_ssh_key tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_lex_intent tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_networkfirewall_firewall_policy tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_sesv2_email_identity 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_acm_certificate @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_route 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ecs_container_definition tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ses_active_receipt_rule_set tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_appmesh_mesh tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.170+0200
2023-08-04T12:33:50.170+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_ec2_network_insights_analysis tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.170+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 @module=sdk.helper_schema tf_data_source_type=aws_lambda_function tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_wafregional_rate_based_rule tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_sfn_state_machine_versions tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_local_gateway_virtual_interface_group tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_ec2_local_gateways tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_launch_template timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_lex_bot_alias tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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:98 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_data_source_type=aws_wafregional_ipset timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_imagebuilder_components tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_lambda_invocation tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_location tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ec2_coip_pools tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_elastic_beanstalk_solution_stack 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-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_iam_role tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_data_source_type=aws_ec2_transit_gateway_peering_attachment tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_transfer_server 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_dx_router_configuration tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_ebs_snapshot tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_instance_types 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_iam_group tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_data_source_type=aws_oam_links timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_networkmanager_global_networks 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-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_outposts_outpost_instance_type timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_dms_endpoint tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_ecr_image tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_lakeformation_permissions tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_eips timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_imagebuilder_distribution_configuration tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_secretsmanager_secret_rotation tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_location_tracker_associations tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_outposts_outpost_instance_types tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_backup_plan 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_type_offerings tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_elasticache_cluster tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_iam_instance_profiles 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_wafregional_subscribed_rule_group tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_api_gateway_rest_api tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_data_source_type=aws_apigatewayv2_apis 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-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_lambda_code_signing_config tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ssm_maintenance_windows tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_batch_job_queue 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-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_elasticache_replication_group timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_sfn_activity timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_cloudtrail_service_account tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_iam_openid_connect_provider 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-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_kinesis_stream_consumer tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_zone tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_backup_report_plan tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ec2_transit_gateway_route_tables tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_waf_web_acl timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_ebs_snapshot_ids timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_data_source_type=aws_route_tables tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_eks_cluster tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_mskconnect_connector tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_data_source_type=aws_ebs_volume tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_iam_principal_policy_simulation 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_data_source_type=aws_s3_account_public_access_block 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-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws 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 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_redshiftserverless_workgroup tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_data_source_type=aws_rds_cluster tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_service_discovery_dns_namespace tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_signer_signing_profile tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_api_gateway_export tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_efs_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:98 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_faq tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_resourcegroupstaggingapi_resources 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ebs_default_kms_key tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_oam_sinks @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_outposts_assets tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_s3_bucket tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_cur_report_definition tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_signer_signing_job tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_ssm_parameter 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_customer_gateway @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_ec2_local_gateway_virtual_interface tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_lambda_functions tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_pricing_product tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_image tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_dx_connection tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ecrpublic_authorization_token tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ssmincidents_response_plan tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_rds_certificate tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.171+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_data_source_type=aws_redshift_orderable_cluster tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_redshift_service_account tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_lambda_function_association timestamp=2023-08-04T12:33:50.171+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_alb_listener tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_inspector_rules_packages @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_configuration timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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:98 tf_data_source_type=aws_glue_connection timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_msk_cluster tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_firewall_config tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_api_gateway_api_key tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_appconfig_environments tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_data_source_type=aws_cloudfront_cache_policy tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_kinesis_firehose_delivery_stream tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_component tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_kinesis_stream tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_organizations_organization timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_prefix_list 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_networkmanager_site tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_wafv2_regex_pattern_set 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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_wafv2_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 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_batch_compute_environment tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_data_source_type=aws_imagebuilder_container_recipe tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_imagebuilder_image_recipe tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_eks_node_groups 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 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_multicast_domain tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_vpclattice_service_network timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_cloudformation_stack tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_organizations_organizational_unit_descendant_accounts tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_data_source_type=aws_connect_user timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_connect_peer tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_location_place_index tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_opensearchserverless_security_policy tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_cognito_user_pool_client 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_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_dx_locations tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 @module=sdk.helper_schema tf_data_source_type=aws_kms_secret tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_alias timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema tf_data_source_type=aws_connect_vocabulary tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_secretsmanager_secrets tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ssoadmin_permission_set tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer @module=sdk.helper_schema tf_data_source_type=aws_imagebuilder_container_recipes tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source 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:98 tf_data_source_type=aws_kms_alias tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_outposts_outpost timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_appmesh_route tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_db_instances tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_ssm_instances @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-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_db_snapshot timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_vpclattice_auth_policy 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_networkmanager_devices tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_route53_resolver_firewall_rule_group_association tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_configuration_profile tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_backup_selection timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_emr_release_labels tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_connect_instance 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_redshift_cluster tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_security_groups tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_kafka_version tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_organizations_policy tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_db_event_categories 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-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ebs_encryption_by_default tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_ssm_patch_baseline tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_servicecatalog_portfolio timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 @module=sdk.helper_schema tf_data_source_type=aws_appmesh_virtual_gateway tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_data_source_type=aws_vpc_endpoint 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-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_elb_service_account tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_networkmanager_core_network_policy_document 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_elb tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_organizations_organizational_units tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_organizations_resource_tags 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_outposts_asset tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_prometheus_workspace tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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 tf_data_source_type=aws_codecommit_repository timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_cognito_user_pools 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ec2_managed_prefix_list 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_ram_resource_share timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_data_source_type=aws_key_pair tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_kendra_thesaurus tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_outposts_outposts tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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 tf_data_source_type=aws_vpclattice_service timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_subnet tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_efs_mount_target 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-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_organizations_organizational_unit_child_accounts 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_s3_bucket_object 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_redshift_subnet_group timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_appconfig_configuration_profiles tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.172+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_appmesh_gateway_route tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_datapipeline_pipeline tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.172+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rds_reserved_instance_offering tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_data_source_type=aws_storagegateway_local_disk tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_apigatewayv2_api tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_dms_certificate 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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_route_table tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_lakeformation_resource timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_connect_quick_connect 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_data_source_type=aws_dms_replication_subnet_group tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_kms_custom_key_store tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_location_tracker_association tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_vpc_dhcp_options 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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_serverlessapplicationrepository_application tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_service_discovery_service tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_route_table_associations tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_data_source_type=aws_quicksight_data_set tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_vpclattice_resource_policy tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_lex_slot_type tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_neptune_engine_version tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 tf_data_source_type=aws_cloudwatch_event_bus tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_data_source_type=aws_lex_bot tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_mq_broker tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_ec2_local_gateway_route_tables tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_redshift_cluster_credentials timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_dms_replication_task tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_eks_cluster_auth tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_guardduty_detector tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_mskconnect_worker_configuration tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_backup_framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_memorydb_cluster tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_canonical_user_id tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_wafregional_rule tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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 tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_apigatewayv2_export tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_ec2_local_gateway_route_table tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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:98 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_data_source_type=aws_ec2_serial_console_access timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_vpc_ipam_pool 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-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_data_source_type=aws_iam_account_alias timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_networkmanager_device tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_db_cluster_snapshot tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*schema.GRPCProviderServer tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_sqs_queue tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_api_gateway_authorizers 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-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_codestarconnections_connection tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_network_interfaces tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:98 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: calling downstream server: tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-mux@v0.11.2/internal/logging/mux.go:19 @module=sdk.mux timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Provider Metadata: tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server_getproviderschema.go:39 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Provider Metadata: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server_getproviderschema.go:41 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Checking ProviderSchema lock: tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:275 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Provider Schema: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:286 timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.173+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Provider Schema: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:288 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.173+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Checking ResourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:353 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling 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:363 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Provider Resources: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:365 tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_workspaces_connection_alias tf_rpc=GetProviderSchema @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 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.framework tf_resource_type=aws_simpledb_domain tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_medialive_multiplex_program timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.framework tf_resource_type=aws_appconfig_environment tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_auditmanager_account_registration @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_auditmanager_assessment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_auditmanager_assessment_delegation timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_resource_type=aws_auditmanager_assessment_report timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: 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_control tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_auditmanager_framework tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_auditmanager_framework_share @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-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_auditmanager_organization_admin_account_registration @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_instance_connect_endpoint tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_mux_provider=*proto5server.Server tf_resource_type=aws_vpc_security_group_egress_rule tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_vpc_security_group_ingress_rule tf_rpc=GetProviderSchema @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_resourceexplorer2_index tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_resourceexplorer2_view @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.framework tf_resource_type=aws_opensearchserverless_access_policy tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opensearchserverless_collection tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opensearchserverless_security_config @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_resource_type=aws_opensearchserverless_security_policy tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opensearchserverless_vpc_endpoint tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cognito_managed_user_pool_client tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_resource_type=aws_cognito_user_pool_client 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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 tf_resource_type=aws_route53_cidr_collection tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53_cidr_location @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_quicksight_folder_membership @module=sdk.framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_iam_policy_assignment timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_quicksight_ingestion tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource 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:386 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_quicksight_namespace timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_resource_type=aws_quicksight_refresh_schedule tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_quicksight_template_alias timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*proto5server.Server tf_resource_type=aws_quicksight_vpc_connection @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:386 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_rds_export_task tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_quicksight_namespace 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_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_namespace 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: @module=sdk.framework 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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_quicksight_vpc_connection timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_quicksight_vpc_connection 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:468 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_auditmanager_framework tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_auditmanager_framework 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 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_security_group_ingress_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_ingress_rule tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_resource_type=aws_quicksight_ingestion @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 tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_ingestion timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_folder_membership @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_resource_type=aws_quicksight_folder_membership 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:468 @module=sdk.framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: @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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_quicksight_template_alias timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_resource_type=aws_quicksight_template_alias tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.framework timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_resource_type=aws_simpledb_domain tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_simpledb_domain tf_rpc=GetProviderSchema @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 @module=sdk.framework timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_auditmanager_account_registration @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-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_resource_type=aws_auditmanager_account_registration tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_security_policy timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_resource_type=aws_opensearchserverless_security_policy tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_instance_connect_endpoint timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_ec2_instance_connect_endpoint @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_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_resource_type=aws_route53_cidr_collection @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53_cidr_collection tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_quicksight_refresh_schedule tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_mux_provider=*proto5server.Server tf_resource_type=aws_quicksight_refresh_schedule tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: @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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_workspaces_connection_alias tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_workspaces_connection_alias tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_auditmanager_assessment_report @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_auditmanager_assessment_report @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_resource_type=aws_vpc_security_group_egress_rule tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_vpc_security_group_egress_rule @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_resourceexplorer2_index tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_resource_type=aws_resourceexplorer2_index @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_mux_provider=*proto5server.Server tf_resource_type=aws_directory_service_trust tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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:468 tf_resource_type=aws_directory_service_trust timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_auditmanager_assessment timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_resource_type=aws_auditmanager_assessment tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_resource_type=aws_auditmanager_framework_share 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 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_auditmanager_framework_share timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_appconfig_environment @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: @module=sdk.framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @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_resource_type=aws_appconfig_environment timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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_rds_export_task timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.framework tf_resource_type=aws_rds_export_task timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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:466 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_resourceexplorer2_view @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cognito_user_pool_client @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_cognito_user_pool_client tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: 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 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_route53_cidr_location timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_opensearchserverless_access_policy tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opensearchserverless_access_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_rpc=GetProviderSchema @module=sdk.framework tf_resource_type=aws_opensearchserverless_collection timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 tf_resource_type=aws_opensearchserverless_collection timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.174+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_resource_type=aws_opensearchserverless_security_config tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opensearchserverless_security_config tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling 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:466 @module=sdk.framework tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opensearchserverless_vpc_endpoint timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_opensearchserverless_vpc_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_medialive_multiplex_program 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:466 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: @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:468 tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_medialive_multiplex_program timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 @module=sdk.framework tf_resource_type=aws_auditmanager_assessment_delegation tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_auditmanager_assessment_delegation tf_rpc=GetProviderSchema tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_auditmanager_control tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.174+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Resource Schema method: tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:468 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_resource_type=aws_auditmanager_control @module=sdk.framework timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: @module=sdk.framework 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 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_resource_type=aws_cognito_managed_user_pool_client tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Resource Schema method: tf_resource_type=aws_quicksight_iam_policy_assignment tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:466 tf_mux_provider=*proto5server.Server timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_iam_policy_assignment tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Checking DataSourceTypes lock: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:135 @module=sdk.framework timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined Provider DataSources: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:145 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined Provider DataSources: tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:147 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_data_source_type=aws_opensearchserverless_access_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.framework tf_data_source_type=aws_opensearchserverless_collection 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_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema tf_data_source_type=aws_opensearchserverless_security_config tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_data_source_type=aws_guardduty_finding_ids timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.framework 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:168 tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_data_source_type=aws_billing_service_account tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_data_source_type=aws_default_tags tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.framework tf_data_source_type=aws_ip_ranges 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_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=aws_partition timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_region tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_data_source_type=aws_regions @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=aws_service tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_mux_provider=*proto5server.Server tf_data_source_type=aws_auditmanager_control tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=aws_auditmanager_framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 tf_data_source_type=aws_caller_identity tf_mux_provider=*proto5server.Server timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_globalaccelerator_accelerator 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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: @module=sdk.framework tf_data_source_type=aws_vpc_security_group_rule tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found data source type: tf_data_source_type=aws_vpc_security_group_rules tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:168 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_data_source_type=aws_billing_service_account tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_data_source_type=aws_billing_service_account tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.framework timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_data_source_type=aws_region tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_region tf_mux_provider=*proto5server.Server timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: @module=sdk.framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_data_source_type=aws_service tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_data_source_type=aws_service timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_data_source_type=aws_vpc_security_group_rule tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_mux_provider=*proto5server.Server tf_data_source_type=aws_vpc_security_group_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 @module=sdk.framework timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: @module=sdk.framework 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=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_data_source_type=aws_opensearchserverless_access_policy timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: 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_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.framework tf_data_source_type=aws_opensearchserverless_access_policy timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: tf_data_source_type=aws_guardduty_finding_ids tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.framework @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-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_guardduty_finding_ids tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: 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:248 tf_data_source_type=aws_arn @module=sdk.framework tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 @module=sdk.framework tf_data_source_type=aws_arn tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: tf_data_source_type=aws_default_tags tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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:248 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.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_default_tags tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: tf_data_source_type=aws_caller_identity tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=aws_caller_identity tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=aws_auditmanager_framework tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: tf_data_source_type=aws_auditmanager_framework tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_data_source_type=aws_globalaccelerator_accelerator tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: 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_data_source_type=aws_globalaccelerator_accelerator tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_data_source_type=aws_opensearchserverless_security_config tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: 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_data_source_type=aws_opensearchserverless_security_config tf_mux_provider=*proto5server.Server tf_rpc=GetProviderSchema tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: @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=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 @module=sdk.framework tf_data_source_type=aws_ip_ranges tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_partition tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=aws_partition tf_mux_provider=*proto5server.Server 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_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_data_source_type=aws_regions tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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 timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: tf_data_source_type=aws_auditmanager_control tf_mux_provider=*proto5server.Server tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @module=sdk.framework tf_data_source_type=aws_auditmanager_control 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 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:248 tf_data_source_type=aws_opensearchserverless_collection tf_mux_provider=*proto5server.Server timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.3.3/internal/fwserver/server.go:250 @module=sdk.framework tf_data_source_type=aws_opensearchserverless_collection tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Calling provider defined DataSource Schema: tf_data_source_type=aws_vpc_security_group_rules tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 @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 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.175+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 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_vpc_security_group_rules tf_mux_provider=*proto5server.Server timestamp=2023-08-04T12:33:50.175+0200
2023-08-04T12:33:50.191+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Received downstream response: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_duration_ms=99 @caller=github.com/hashicorp/terraform-plugin-go@v0.18.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=5.3 diagnostic_error_count=0 tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.191+0200
2023-08-04T12:33:50.211+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Served request: tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.18.0/tfprotov5/tf5server/server.go:513 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=cd739612-1b80-9ff2-3262-ced664a8a6e4 timestamp=2023-08-04T12:33:50.211+0200
2023-08-04T12:33:50.414+0200 [TRACE] GRPCProvider: Close
2023-08-04T12:33:50.415+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-08-04T12:33:50.418+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.11.0/darwin_arm64/terraform-provider-aws_v5.11.0_x5 pid=93781
2023-08-04T12:33:50.427+0200 [DEBUG] provider: plugin exited
2023-08-04T12:33:50.427+0200 [TRACE] Context.Input: Prompting for provider arguments
2023-08-04T12:33:50.427+0200 [TRACE] Context.Input: Provider provider.aws declared at terraform.tf:1,1-15
2023-08-04T12:33:50.427+0200 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{}
2023-08-04T12:33:50.427+0200 [TRACE] backend/local: running validation operation
2023-08-04T12:33:50.427+0200 [DEBUG] Building and walking validate graph
2023-08-04T12:33:50.427+0200 [TRACE] building graph for walkValidate
2023-08-04T12:33:50.427+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2023-08-04T12:33:50.427+0200 [TRACE] ConfigTransformer: Starting for path:
2023-08-04T12:33:50.427+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
------
2023-08-04T12:33:50.427+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2023-08-04T12:33:50.427+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2023-08-04T12:33:50.427+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2023-08-04T12:33:50.427+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2023-08-04T12:33:50.427+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2023-08-04T12:33:50.427+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2023-08-04T12:33:50.427+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2023-08-04T12:33:50.427+0200 [TRACE] OutputTransformer: adding tags as *terraform.nodeExpandOutput
2023-08-04T12:33:50.427+0200 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
output.tags (expand) - *terraform.nodeExpandOutput
------
2023-08-04T12:33:50.427+0200 [TRACE] Executing graph transform *terraform.checkTransformer
2023-08-04T12:33:50.427+0200 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2023-08-04T12:33:50.427+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2023-08-04T12:33:50.427+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2023-08-04T12:33:50.427+0200 [TRACE] Executing graph transform *terraform.StateTransformer
2023-08-04T12:33:50.427+0200 [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2023-08-04T12:33:50.427+0200 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2023-08-04T12:33:50.427+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2023-08-04T12:33:50.427+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2023-08-04T12:33:50.427+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2023-08-04T12:33:50.427+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2023-08-04T12:33:50.427+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2023-08-04T12:33:50.427+0200 [TRACE] AttachResourceConfigTransformer: attaching to "aws_cognito_user_pool.example" (*terraform.NodeValidatableResource) config from terraform.tf:5,1-43
2023-08-04T12:33:50.427+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_cognito_user_pool.example
2023-08-04T12:33:50.427+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2023-08-04T12:33:50.427+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2023-08-04T12:33:50.427+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2023-08-04T12:33:50.427+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from terraform.tf:1,1-15
2023-08-04T12:33:50.427+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
output.tags (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2023-08-04T12:33:50.428+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2023-08-04T12:33:50.428+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2023-08-04T12:33:50.428+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2023-08-04T12:33:50.428+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_cognito_user_pool.example
2023-08-04T12:33:50.428+0200 [DEBUG] ProviderTransformer: "aws_cognito_user_pool.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2023-08-04T12:33:50.428+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
output.tags (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2023-08-04T12:33:50.428+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2023-08-04T12:33:50.428+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
output.tags (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2023-08-04T12:33:50.428+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2023-08-04T12:33:50.428+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2023-08-04T12:33:50.428+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_cognito_user_pool.example
2023-08-04T12:33:50.428+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2023-08-04T12:33:50.428+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2023-08-04T12:33:50.428+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2023-08-04T12:33:50.428+0200 [DEBUG] ReferenceTransformer: "output.tags (expand)" references: [aws_cognito_user_pool.example]
2023-08-04T12:33:50.428+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2023-08-04T12:33:50.428+0200 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.example" references: []
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
output.tags (expand) - *terraform.nodeExpandOutput
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2023-08-04T12:33:50.428+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2023-08-04T12:33:50.428+0200 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2023-08-04T12:33:50.428+0200 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2023-08-04T12:33:50.428+0200 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2023-08-04T12:33:50.428+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2023-08-04T12:33:50.428+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2023-08-04T12:33:50.428+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
output.tags (expand) - *terraform.nodeExpandOutput
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2023-08-04T12:33:50.428+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
output.tags (expand) - *terraform.nodeExpandOutput
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
output.tags (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2023-08-04T12:33:50.428+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2023-08-04T12:33:50.428+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
output.tags (expand) - *terraform.nodeExpandOutput
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.example - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
output.tags (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2023-08-04T12:33:50.428+0200 [DEBUG] Starting graph walk: walkValidate
2023-08-04T12:33:50.428+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2023-08-04T12:33:50.428+0200 [DEBUG] created provider logger: level=trace
2023-08-04T12:33:50.428+0200 [INFO] provider: configuring client automatic mTLS
2023-08-04T12:33:50.430+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.11.0/darwin_arm64/terraform-provider-aws_v5.11.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/5.11.0/darwin_arm64/terraform-provider-aws_v5.11.0_x5]
2023-08-04T12:33:50.439+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.11.0/darwin_arm64/terraform-provider-aws_v5.11.0_x5 pid=93782
2023-08-04T12:33:50.439+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.11.0/darwin_arm64/terraform-provider-aws_v5.11.0_x5
2023-08-04T12:33:50.508+0200 [INFO] provider.terraform-provider-aws_v5.11.0_x5: configuring server automatic mTLS: timestamp=2023-08-04T12:33:50.508+0200
2023-08-04T12:33:50.512+0200 [DEBUG] provider.terraform-provider-aws_v5.11.0_x5: plugin address: address=/var/folders/fg/_1q36r4j6yx0rwz2fbhjd5y40000gn/T/plugin817188772 network=unix timestamp=2023-08-04T12:33:50.512+0200
2023-08-04T12:33:50.512+0200 [DEBUG] provider: using plugin: version=5
2023-08-04T12:33:50.515+0200 [TRACE] provider.stdio: waiting for stdio data
2023-08-04T12:33:50.515+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2023-08-04T12:33:50.515+0200 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/hashicorp/aws"]
2023-08-04T12:33:50.515+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only
2023-08-04T12:33:50.515+0200 [TRACE] GRPCProvider: GetProviderSchema
2023-08-04T12:33:50.516+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.18.0/tfprotov5/tf5server/server.go:494 tf_proto_version=5.3 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=dd29f858-7d04-0225-cf8f-bc115f6eb8aa tf_rpc=GetProviderSchema timestamp=2023-08-04T12:33:50.516+0200
2023-08-04T12:33:50.516+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Sending request downstream: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=dd29f858-7d04-0225-cf8f-bc115f6eb8aa tf_proto_version=5.3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.18.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 @module=sdk.proto timestamp=2023-08-04T12:33:50.516+0200
2023-08-04T12:33:50.516+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: calling downstream server: tf_mux_provider=*schema.GRPCProviderServer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-mux@v0.11.2/internal/logging/mux.go:19 @module=sdk.mux timestamp=2023-08-04T12:33:50.516+0200
2023-08-04T12:33:50.516+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Getting provider 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:73 @module=sdk.helper_schema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=dd29f858-7d04-0225-cf8f-bc115f6eb8aa timestamp=2023-08-04T12:33:50.516+0200
2023-08-04T12:33:50.516+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_req_id=dd29f858-7d04-0225-cf8f-bc115f6eb8aa tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_grafana_workspace @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-08-04T12:33:50.516+0200
2023-08-04T12:33:50.516+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iot_policy @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=dd29f858-7d04-0225-cf8f-bc115f6eb8aa timestamp=2023-08-04T12:33:50.516+0200
2023-08-04T12:33:50.516+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_quicksight_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_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=dd29f858-7d04-0225-cf8f-bc115f6eb8aa timestamp=2023-08-04T12:33:50.516+0200
2023-08-04T12:33:50.528+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_amplify_branch tf_rpc=GetProviderSchema tf_mux_provider=*schema.GRPCProviderServer tf_req_id=dd29f858-7d04-0225-cf8f-bc115f6eb8aa timestamp=2023-08-04T12:33:50.528+0200
2023-08-04T12:33:50.528+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_resource_type=aws_cloudsearch_domain_service_access_policy 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=dd29f858-7d04-0225-cf8f-bc115f6eb8aa @module=sdk.helper_schema timestamp=2023-08-04T12:33:50.528+0200
2023-08-04T12:33:50.528+0200 [TRACE] provider.terraform-provider-aws_v5.11.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=dd29f858-7d04-0225-cf8f-bc115f6eb8aa tf_resource_type=aws_elastictranscoder_preset timestamp=2023-08-04T12:33:50.528+0200
2023-08-04T12:33:50.528+0200 [TRACE] provider.terraform-provider-aws_v5.11.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_mwaa_environment tf_rpc=GetProviderSchema tf_req_id=dd29f858-7d04-0225-cf8f-bc115f6eb8aa timestamp=2023-08-04T12:33:50.528+0200
2023-08-04T12:33:50.528+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_mux_provider=*schema.GRPCProviderServer tf_provider_addr=registry.terraform.io/hashicorp/aws 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_req_id=dd29f858-7d04-0225-cf8f-bc115f6eb8aa timestamp=2023-08-04T12:33:50.528+0200
2023-08-04T12:33:50.528+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_datasync_location_object_storage 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=dd29f858-7d04-0225-cf8f-bc115f6eb8aa timestamp=2023-08-04T12:33:50.528+0200
2023-08-04T12:33:50.528+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=dd29f858-7d04-0225-cf8f-bc115f6eb8aa tf_resource_type=aws_finspace_kx_environment @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.528+0200
2023-08-04T12:33:50.528+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_sesv2_configuration_set tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=dd29f858-7d04-0225-cf8f-bc115f6eb8aa tf_mux_provider=*schema.GRPCProviderServer @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 timestamp=2023-08-04T12:33:50.528+0200
2023-08-04T12:33:50.528+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: Found resource type: tf_resource_type=aws_transfer_agreement tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=dd29f858-7d04-0225-cf8f-bc115f6eb8aa @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.27.0/helper/schema/grpc_provider.go:89 tf_mux_provider=*schema.GRPCProviderServer timestamp=2023-08-04T12:33:50.528+0200
2023-08-04T12:33:50.529+0200 [TRACE] provider.terraform-provider-aws_v5.11.0_x5: F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment