Created
October 8, 2025 15:21
-
-
Save ejohnso49/97aee71d5c6dd263800e63ab0a6c0040 to your computer and use it in GitHub Desktop.
Terraform -generate-config-out issue logs
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-10-08T10:13:22.963-0500 [INFO] Terraform version: 1.13.3 | |
2025-10-08T10:13:22.964-0500 [DEBUG] using github.com/hashicorp/go-tfe v1.74.1 | |
2025-10-08T10:13:22.964-0500 [DEBUG] using github.com/hashicorp/hcl/v2 v2.24.0 | |
2025-10-08T10:13:22.964-0500 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 | |
2025-10-08T10:13:22.964-0500 [DEBUG] using github.com/zclconf/go-cty v1.16.3 | |
2025-10-08T10:13:22.964-0500 [INFO] Go runtime version: go1.24.5 | |
2025-10-08T10:13:22.964-0500 [INFO] CLI args: []string{"terraform", "plan", "-generate-config-out=generated.tf"} | |
2025-10-08T10:13:22.964-0500 [TRACE] Stdout is not a terminal | |
2025-10-08T10:13:22.964-0500 [TRACE] Stderr is not a terminal | |
2025-10-08T10:13:22.964-0500 [TRACE] Stdin is a terminal | |
2025-10-08T10:13:22.964-0500 [DEBUG] Attempting to open CLI config file: /home/user/.terraformrc | |
2025-10-08T10:13:22.964-0500 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2025-10-08T10:13:22.964-0500 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2025-10-08T10:13:22.964-0500 [DEBUG] ignoring non-existing provider search directory /home/user/.terraform.d/plugins | |
2025-10-08T10:13:22.964-0500 [DEBUG] ignoring non-existing provider search directory /home/user/.local/share/terraform/plugins | |
2025-10-08T10:13:22.964-0500 [DEBUG] ignoring non-existing provider search directory /home/user/.local/share/flatpak/exports/share/terraform/plugins | |
2025-10-08T10:13:22.964-0500 [DEBUG] ignoring non-existing provider search directory /var/lib/flatpak/exports/share/terraform/plugins | |
2025-10-08T10:13:22.964-0500 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins | |
2025-10-08T10:13:22.964-0500 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins | |
2025-10-08T10:13:22.964-0500 [INFO] CLI command args: []string{"plan", "-generate-config-out=generated.tf"} | |
2025-10-08T10:13:22.965-0500 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2025-10-08T10:13:22.965-0500 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2025-10-08T10:13:22.965-0500 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2025-10-08T10:13:22.965-0500 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2025-10-08T10:13:22.965-0500 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers | |
2025-10-08T10:13:22.965-0500 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v5.100.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/aws/5.100.0/linux_amd64 | |
2025-10-08T10:13:22.965-0500 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/5.100.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/aws 5.100.0 | |
2025-10-08T10:13:23.381-0500 [DEBUG] checking for provisioner in "." | |
2025-10-08T10:13:23.387-0500 [DEBUG] checking for provisioner in "/usr/bin" | |
2025-10-08T10:13:23.387-0500 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2025-10-08T10:13:23.387-0500 [INFO] backend/local: starting Plan operation | |
2025-10-08T10:13:23.387-0500 [TRACE] backend/local: requesting state manager for workspace "default" | |
2025-10-08T10:13:23.387-0500 [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 | |
2025-10-08T10:13:23.387-0500 [TRACE] backend/local: requesting state lock for workspace "default" | |
2025-10-08T10:13:23.387-0500 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2025-10-08T10:13:23.388-0500 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists | |
2025-10-08T10:13:23.388-0500 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock | |
2025-10-08T10:13:23.388-0500 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info | |
2025-10-08T10:13:23.388-0500 [TRACE] backend/local: reading remote state for workspace "default" | |
2025-10-08T10:13:23.388-0500 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate | |
2025-10-08T10:13:23.388-0500 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay | |
2025-10-08T10:13:23.388-0500 [TRACE] statemgr.Filesystem: read nil snapshot | |
2025-10-08T10:13:23.388-0500 [TRACE] backend/local: populating backendrun.LocalRun for current working directory | |
2025-10-08T10:13:23.388-0500 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/aws has 5.100.0 to satisfy "~> 5.92" | |
2025-10-08T10:13:23.388-0500 [TRACE] terraform.NewContext: starting | |
2025-10-08T10:13:23.388-0500 [TRACE] terraform.NewContext: complete | |
2025-10-08T10:13:23.388-0500 [TRACE] backend/local: requesting interactive input, if necessary | |
2025-10-08T10:13:23.388-0500 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/aws" | |
2025-10-08T10:13:23.388-0500 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/aws" to read its schema | |
2025-10-08T10:13:23.388-0500 [DEBUG] created provider logger: level=trace | |
2025-10-08T10:13:23.388-0500 [INFO] provider: configuring client automatic mTLS | |
2025-10-08T10:13:23.398-0500 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.100.0/linux_amd64/terraform-provider-aws_v5.100.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/aws/5.100.0/linux_amd64/terraform-provider-aws_v5.100.0_x5"] | |
2025-10-08T10:13:23.398-0500 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.100.0/linux_amd64/terraform-provider-aws_v5.100.0_x5 pid=180622 | |
2025-10-08T10:13:23.398-0500 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/aws/5.100.0/linux_amd64/terraform-provider-aws_v5.100.0_x5 | |
2025-10-08T10:13:23.462-0500 [DEBUG] provider.terraform-provider-aws_v5.100.0_x5: Starting github.com/hashicorp/[email protected] (go1.23.10)... | |
2025-10-08T10:13:23.462-0500 [DEBUG] provider.terraform-provider-aws_v5.100.0_x5: Initializing Terraform AWS Provider... | |
2025-10-08T10:13:23.488-0500 [INFO] provider.terraform-provider-aws_v5.100.0_x5: configuring server automatic mTLS: timestamp=2025-10-08T10:13:23.488-0500 | |
2025-10-08T10:13:23.501-0500 [DEBUG] provider: using plugin: version=5 | |
2025-10-08T10:13:23.501-0500 [DEBUG] provider.terraform-provider-aws_v5.100.0_x5: plugin address: address=/tmp/plugin245537614 network=unix timestamp=2025-10-08T10:13:23.500-0500 | |
2025-10-08T10:13:23.510-0500 [TRACE] GRPCProvider: GetProviderSchema | |
2025-10-08T10:13:23.510-0500 [TRACE] provider.stdio: waiting for stdio data | |
2025-10-08T10:13:23.510-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Received request: @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_proto_version=5.8 @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:522 timestamp=2025-10-08T10:13:23.510-0500 | |
2025-10-08T10:13:23.510-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Sending request downstream: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 tf_proto_version=5.8 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.510-0500 | |
2025-10-08T10:13:23.510-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: calling downstream server: @module=sdk.mux tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/logging/mux.go:19 timestamp=2025-10-08T10:13:23.510-0500 | |
2025-10-08T10:13:23.510-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Getting provider schema: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:111 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.510-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_athena_named_query @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_ami_from_instance @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_eip tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_peering_connection_accepter @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_msk_cluster_policy tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lambda_alias timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_deployment @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_cloudfront_function tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iam_service_specific_credential timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_iam_signing_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_mskconnect_worker_configuration tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_lightsail_domain_entry timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_location_tracker tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_mq_broker @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_monitoring_schedule @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_cloudfront_response_headers_policy timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_dlm_lifecycle_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_ipam tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_lb_target_group_attachment tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudwatch_event_bus_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_db_proxy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_ses_event_destination tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_chime_voice_connector_termination_credentials tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.511-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_network_insights_analysis tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.511-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_cloudwatch_event_permission tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_organizations_organizational_unit @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpclattice_target_group_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_spot_instance_request tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_endpoint_subnet_association tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_iam_openid_connect_provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_user_profile timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ses_receipt_filter @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_launch_configuration timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_datasync_location_smb timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_docdb_global_cluster timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_subnet tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_globalaccelerator_accelerator timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iot_thing_principal_attachment tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.512-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_wafv2_rule_group tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.512-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_xray_group @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.521-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_backup_framework tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_cleanrooms_collaboration timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_datasync_location_s3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_dms_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_evidently_project tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iot_thing tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_kms_alias @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_lightsail_container_service tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opsworks_stack @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_prometheus_workspace tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_dax_parameter_group @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_ecs_account_setting_default tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lb_listener tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_cloudwatch_query_definition timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ram_resource_share tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_transit_gateway_route tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_domain @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_ses_domain_mail_from tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_workspaces_directory @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_verifiedaccess_instance_logging_configuration @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_glacier_vault tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_glue_resource_policy timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_storagegateway_working_storage tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_glue_trigger tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_pinpoint_baidu_channel tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_config_configuration_recorder_status tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.522-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_directory_service_conditional_forwarder @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_ec2_transit_gateway_connect_peer @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_elasticache_user_group_association tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudwatch_event_api_destination @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_identitystore_group @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_iot_domain_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_opensearch_inbound_connection_accepter tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.522-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_redshift_cluster tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_securityhub_standards_control @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_security_group_rule tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_verifiedaccess_trust_provider tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iam_user_login_profile tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkfirewall_logging_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_connect_vocabulary 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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_identitystore_user tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_organizations_delegated_administrator @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_route53_key_signing_key tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53recoveryreadiness_cell @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_schemas_registry_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dms_replication_task @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dynamodb_kinesis_streaming_destination timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ami_launch_permission tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iam_saml_provider @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/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_kms_external_key @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_lakeformation_lf_tag tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_medialive_input tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sesv2_email_identity_mail_from_attributes tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_acm_certificate_validation tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lb_listener_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_db_proxy_target tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_wafregional_regex_pattern_set tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_account_primary_contact tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_batch_job_definition tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_msk_serverless_cluster @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_lambda_layer_version @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codecommit_approval_rule_template timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iot_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lightsail_disk_attachment timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_scheduler_schedule_group tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_sesv2_account_vdm_attributes tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ebs_snapshot_import tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_alb_listener @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_authentication_profile @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codepipeline_webhook tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lambda_invocation timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3control_access_point_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.523-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_schemas_discoverer timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_spot_fleet_request tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.523-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_elasticache_cluster @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_fsx_ontap_storage_virtual_machine @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_ssm_patch_group @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ecr_repository tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_log_stream tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 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=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_resource_type=aws_sqs_queue_redrive_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_ssm_default_patch_baseline @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_connect_instance_storage_config timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_connect_user tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_transit_gateway_multicast_domain tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_glue_dev_endpoint tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_cloudwatch_log_account_policy @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_oam_sink @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_amplify_app tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_devicefarm_project tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_fleet tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_transit_gateway_multicast_group_source tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_finspace_kx_scaling_group tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_fsx_backup tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53domains_registered_domain @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_model_package_group_policy timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codestarconnections_connection timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_traffic_mirror_session timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sns_topic @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_apigatewayv2_deployment tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_devicefarm_instance_profile tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_resource_type=aws_efs_replication_configuration tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_quicksight_folder @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53_delegation_set timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_route53_resolver_firewall_domain_list @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_wafregional_rule_group @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/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_apigatewayv2_route tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appsync_datasource tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_nat_gateway tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_guardduty_organization_configuration tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_iot_policy_attachment @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.524-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_kinesisanalyticsv2_application tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_networkmanager_connect_peer @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_object_copy tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.524-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codebuild_webhook tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dx_lag tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_security_group @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_redshiftserverless_workgroup @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ses_domain_identity_verification tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_storagegateway_gateway timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_instance timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_cloudwatch_event_connection @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codepipeline tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iam_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_bucket_metric tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appsync_api_cache tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53_record tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_endpoint_configuration tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_docdb_cluster_parameter_group timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lightsail_database timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opensearch_domain_policy tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_rolesanywhere_profile tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_ssoadmin_permission_set_inline_policy timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_dms_s3_endpoint timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_ebs_snapshot tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ecrpublic_repository tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sesv2_dedicated_ip_pool timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_waf_ipset tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_wafregional_xss_match_set @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_customer_gateway @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_ecrpublic_repository_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_iot_thing_group tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lightsail_static_ip_attachment tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_opsworks_rails_app_layer tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_route53_resolver_rule @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sesv2_email_identity_policy @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.525-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_transfer_workflow tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.525-0500 | |
2025-10-08T10:13:23.526-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_apigatewayv2_api_mapping tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.526-0500 | |
2025-10-08T10:13:23.526-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_transit_gateway_policy_table_association tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.526-0500 | |
2025-10-08T10:13:23.526-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_glue_classifier tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.526-0500 | |
2025-10-08T10:13:23.526-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_mskconnect_connector @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.526-0500 | |
2025-10-08T10:13:23.526-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_quicksight_template tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.526-0500 | |
2025-10-08T10:13:23.538-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_service_discovery_http_namespace tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.538-0500 | |
2025-10-08T10:13:23.538-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ssoadmin_permission_set tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.538-0500 | |
2025-10-08T10:13:23.538-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_api_gateway_gateway_response tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.538-0500 | |
2025-10-08T10:13:23.538-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_chimesdkvoice_sip_rule timestamp=2025-10-08T10:13:23.538-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dx_transit_virtual_interface tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.538-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_alb_listener_certificate @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.538-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_finspace_kx_cluster tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.538-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_iam_user tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.538-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkmanager_core_network_policy_attachment @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.538-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53_zone_association @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.538-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudfront_key_group tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.538-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_opensearch_outbound_connection tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.538-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appstream_directory_config tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_athena_prepared_statement tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_imagebuilder_image tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_mq_configuration @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_bucket_intelligent_tiering_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_s3_access_point tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssmincidents_replication_set timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_cloudfront_origin_request_policy timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_managed_prefix_list_entry tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_ec2_transit_gateway tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_endpoint_connection_accepter tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dx_gateway_association tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iot_logging_options timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_endpoint_service @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_eks_access_policy_association tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_db_instance_automated_backups_replication tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_rds_cluster_role_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssmcontacts_plan tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cognito_user_pool_ui_customization tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_egress_only_internet_gateway tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_load_balancer_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_data_set tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_transfer_connector timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.539-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_api_gateway_domain_name @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_network_acl_association timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_eks_cluster tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_grafana_role_association tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_group_policy_attachment @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_route53_resolver_firewall_rule tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_composite_alarm tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_config_config_rule tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_alb tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_fis_experiment_template timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_glue_partition @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkmanager_attachment_accepter @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_opsworks_nodejs_app_layer @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpclattice_resource_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_api_gateway_method_settings tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_apprunner_connection tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudfront_monitoring_subscription tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_detective_organization_admin_account @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dx_public_virtual_interface @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_lakeformation_permissions tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.539-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_rds_cluster_activity_stream timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_wafregional_web_acl_association tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_elastic_beanstalk_application tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lightsail_lb_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codecatalyst_project tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codecatalyst_source_repository tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_appsync_api_key tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_dhcp_options tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_fsx_openzfs_file_system tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_globalaccelerator_endpoint_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iam_virtual_mfa_device tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appsync_type tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudfront_origin_access_control 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/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_directory_service_radius_settings timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lex_slot_type tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.540-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_wafv2_web_acl timestamp=2025-10-08T10:13:23.540-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_account_region timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_amplify_backend_environment timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_default_vpc tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_secretsmanager_secret_rotation tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_sfn_activity tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_synthetics_group_association tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_rds_cluster tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53_vpc_association_authorization @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appconfig_extension tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cur_report_definition tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_macie2_organization_admin_account tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_resource_type=aws_sagemaker_app timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_finspace_kx_user tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.557-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_sagemaker_feature_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_networkmanager_global_network tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_sagemaker_notebook_instance @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_local_gateway_route_table_vpc_association timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_network_insights_path tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_fsx_windows_file_system @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_guardduty_organization_configuration_feature timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_kms_replica_external_key tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_pinpoint_app @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.557-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_sns_topic_subscription tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_wafv2_regex_pattern_set tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_chime_voice_connector_termination tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_emrserverless_application tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_quicksight_user timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_s3_bucket tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_secretsmanager_secret_policy @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_api_gateway_integration @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_efs_access_point tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_neptune_cluster_instance @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_db_cluster_snapshot @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_flow_definition tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_wafregional_sql_injection_match_set tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dynamodb_contributor_insights @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_network_interface @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_imagebuilder_container_recipe @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_msk_configuration timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_servicequotas_service_quota tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_codebuild_fleet timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_config_conformance_pack timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ecr_pull_through_cache_rule @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53recoveryreadiness_resource_set tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_transcribe_vocabulary tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codegurureviewer_repository_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dx_macsec_key_association timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ecs_task_definition tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iam_group_membership tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_lambda_provisioned_concurrency_config timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_cloudwatch_log_destination_policy timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_transfer_access tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_autoscaling_notification tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_image_block_public_access @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_iam_service_linked_role tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_bucket_request_payment_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appconfig_deployment_strategy @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codepipeline_custom_action_type timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lb_ssl_negotiation_policy tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_guardduty_detector_feature tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.558-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_medialive_channel @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.558-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ram_resource_association tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_device @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ses_domain_identity tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dx_connection_association @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudwatch_log_subscription_filter tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_s3_bucket_replication_configuration timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ses_domain_dkim tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_batch_compute_environment @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudformation_stack_set_instance timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_host tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_emr_studio_session_mapping tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_gamelift_game_session_queue tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssmcontacts_contact_channel tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_appconfig_deployment @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.559-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_backup_selection @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_imagebuilder_image_pipeline timestamp=2025-10-08T10:13:23.559-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_kms_grant @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshift_scheduled_action @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_route53_health_check timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_resource_type=aws_route53_hosted_zone_dnssec tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_bucket_inventory timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_bucket_server_side_encryption_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_code_repository timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_key_pair @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_quicksight_theme tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_transfer_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_apigatewayv2_route_response @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_internet_gateway tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ecr_repository_policy tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_elastic_beanstalk_application_version @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_glue_ml_transform tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_imagebuilder_infrastructure_configuration timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ssmincidents_response_plan @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_iam_user_policy_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_pinpoint_event_stream tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ecr_lifecycle_policy @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_lightsail_domain tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_neptune_event_subscription tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshift_snapshot_schedule_association tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53_resolver_firewall_config tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_apigatewayv2_domain_name tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_macie2_classification_export_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkmanager_transit_gateway_peering @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opsworks_ecs_cluster_layer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudhsm_v2_cluster tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_ec2_transit_gateway_peering_attachment_accepter tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_ecs_cluster @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_elasticsearch_domain_saml_options tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_finspace_kx_volume tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_organizations_account timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_quicksight_data_source timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_transcribe_vocabulary_filter tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ce_anomaly_monitor tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dynamodb_table_replica @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_elasticsearch_vpc_endpoint @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_memorydb_snapshot tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_pinpoint_sms_channel tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssm_patch_baseline @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_connect_lambda_function_association tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_datasync_agent timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_network_acl_rule tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.560-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appmesh_virtual_node @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.560-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_chime_voice_connector tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iot_ca_certificate tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_hub tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_xray_sampling_rule tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_account_password_policy timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkmanager_customer_gateway_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_rds_custom_db_engine_version tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssoadmin_instance_access_control_attributes tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ecr_registry_scanning_configuration tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_inspector2_delegated_admin_account tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_oam_link tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_imagebuilder_workflow timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_swf_domain tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpclattice_listener tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_waf_rule_group timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lb_target_group tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_lb_certificate_attachment @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_location_geofence_collection tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkmanager_site tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_schemas_registry tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudwatch_metric_stream tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_detective_organization_configuration tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_proxy_protocol_policy tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_resource_type=aws_ebs_volume tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_volume_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_elasticache_subnet_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/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_endpoint tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_workteam tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iot_thing_type @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lightsail_bucket_access_key tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_securityhub_configuration_policy_association timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_ses_identity_notification_topic tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_appconfig_hosted_configuration_version timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_efs_backup_policy timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_mskconnect_custom_plugin tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_api_gateway_stage tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_waf_byte_match_set timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_networkfirewall_resource_policy timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkmanager_transit_gateway_connect_peer_association @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_rds_certificate timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_subnet_group tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_timestreamwrite_table @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_network_performance_metric_subscription @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_fsx_file_cache tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_cloudwatch_log_destination tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_neptune_cluster_endpoint @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_model_package_group @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_service_discovery_service tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_wafv2_web_acl_association @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_datasync_location_azure_blob tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_devicefarm_upload timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dms_endpoint tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_cloudwatch_event_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.561-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_servicecatalog_provisioned_product @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_storagegateway_tape_pool tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.561-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_workspaces_workspace timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_apigatewayv2_api tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudfront_field_level_encryption_config tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_ec2_traffic_mirror_target tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_ec2_transit_gateway_vpc_attachment @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_main_route_table_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_route timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_alb_target_group_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_globalaccelerator_custom_routing_endpoint_group @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_iam_user_ssh_key tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_imagebuilder_component tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_vpclattice_service timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_waf_web_acl tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_appintegrations_event_integration @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_elb_attachment tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_servicecatalog_portfolio tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_project tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_cleanrooms_configured_table @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_dax_cluster tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ami_copy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_msk_cluster tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_redshift_endpoint_access @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshift_usage_limit tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshiftserverless_namespace @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_api_gateway_rest_api @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appconfig_extension_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lb_cookie_stickiness_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_glue_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_lakeformation_data_lake_settings @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_shield_protection_health_check_association @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssmcontacts_contact timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_vpclattice_listener_rule tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appmesh_virtual_router tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_transit_gateway_connect @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_elasticache_parameter_group tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_fsx_ontap_volume tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_opensearch_package_association tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3control_object_lambda_access_point @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssm_maintenance_window tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appsync_domain_name_api_association timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_dms_event_subscription @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_ipam_pool_cidr tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_apigatewayv2_model @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_apprunner_custom_domain_association tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_config_organization_custom_policy_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_redshiftserverless_resource_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_transfer_ssh_key timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpclattice_auth_policy tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_docdb_cluster_instance tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_redshiftserverless_endpoint_access tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_resource_type=aws_ssm_resource_data_sync timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_transfer_server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.562-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_appstream_image_builder @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.562-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_codecatalyst_dev_environment @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_resource_type=aws_connect_queue @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_endpoint tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_resource_type=aws_redshiftdata_statement tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appstream_stack tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_transit_gateway_multicast_domain_association tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ecr_repository_creation_template @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_opsworks_custom_layer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_opsworks_rds_db_instance tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53_resolver_query_log_config_association tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_sns_topic_data_protection_policy tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_prometheus_rule_group_namespace tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_athena_workgroup tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_grafana_license_association @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_api_gateway_request_validator @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appflow_flow tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_medialive_multiplex tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_pinpoint_apns_sandbox_channel tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_launch_template @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_internetmonitor_monitor tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_pinpoint_apns_voip_sandbox_channel @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_space @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_securityhub_product_subscription timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_transcribe_language_model tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ivs_playback_key_pair tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_msk_scram_secret_association tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpclattice_target_group @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_apprunner_observability_configuration timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_guardduty_filter @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_memorydb_parameter_group tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3control_bucket_policy timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_model tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_servicecatalog_portfolio_status tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_autoscaling_group @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_fsx_openzfs_volume tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_imagebuilder_image_recipe @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.563-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_api_gateway_vpc_link tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_datapipeline_pipeline_definition timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_flow_log @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.563-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_globalaccelerator_listener tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_glue_catalog_database tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lambda_function @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53recoverycontrolconfig_routing_control timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_apigatewayv2_authorizer @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_datasync_location_hdfs tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_dx_hosted_connection timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_apigatewayv2_stage tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_config_remediation_configuration @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/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_securityhub_account tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sns_sms_preferences @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_codebuild_source_credential tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_connect_hours_of_operation @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53_resolver_rule_association @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_image @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_signer_signing_job @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_usage_plan tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_config_organization_conformance_pack tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_eip_association tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_gamelift_alias tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lightsail_bucket_resource_access @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_rds_cluster_parameter_group timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_hsm_client_certificate tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_securityhub_finding_aggregator timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ecs_service @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_glue_data_catalog_encryption_settings timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_kendra_query_suggestions_block_list tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_securityhub_insight timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_integration_response tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_dhcp_options_association @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_finspace_kx_database tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_inspector_assessment_template tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_ivs_channel tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codeartifact_repository_permissions_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_devicefarm_device_pool @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_ec2_client_vpn_authorization_rule @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_transit_gateway_route_table_propagation tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_efs_file_system tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.564-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_elasticache_user_group tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iam_policy_attachment @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_resource_type=aws_kms_key tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.564-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lex_intent tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_resource_policy tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_rolesanywhere_trust_anchor tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_synthetics_canary tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_account_alternate_contact tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_chime_voice_connector_streaming tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route_table_association timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_glue_security_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iot_role_alias tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_s3_bucket_cors_configuration tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_appmesh_virtual_gateway tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_backup_global_settings tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_connect_user_hierarchy_structure tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_elasticache_replication_group tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_resourcegroups_group @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_route53_resolver_dnssec_config tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_servicecatalog_portfolio_share timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codecommit_approval_rule_template_association timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_instance_state timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_peering_connection_options tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudwatch_event_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_neptune_cluster tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_opsworks_memcached_layer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_sagemaker_notebook_instance_lifecycle_configuration tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_apigatewayv2_integration @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpn_gateway_attachment tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_gamelift_game_server_group @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_guardduty_invite_accepter tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_db_proxy_default_target_group tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_service_discovery_private_dns_namespace tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_backup_plan timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_ram_principal_association timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53recoverycontrolconfig_safety_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_service_discovery_public_dns_namespace tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_ec2_tag tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkmanager_connection tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opensearch_domain timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_accessanalyzer_analyzer tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_serial_console_access @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_traffic_mirror_filter_rule tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_glue_data_quality_ruleset tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_account_public_access_block tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.565-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appautoscaling_policy @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.565-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_cognito_risk_configuration @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_wafregional_geo_match_set timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 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 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53_resolver_config tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_acmpca_permission tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_appsync_domain_name @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_default_vpc_dhcp_options @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_memorydb_user tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_opsworks_mysql_layer @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3control_object_lambda_access_point_policy tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssm_maintenance_window_target @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_cloudfront_distribution tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_verifiedaccess_instance_trust_provider_attachment timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_grafana_workspace_saml_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkfirewall_firewall @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.566-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_quicksight_dashboard tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.566-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpclattice_access_log_subscription tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_wafv2_ip_set timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appmesh_virtual_service tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codecommit_repository timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_grafana_workspace_api_key tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_waf_sql_injection_match_set timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_workspaces_ip_group timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_datasync_location_fsx_windows_file_system @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codedeploy_app timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_kendra_faq tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_licensemanager_grant_accepter tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_macie2_custom_data_identifier @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkmanager_link @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_config_organization_managed_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_network_interface_sg_attachment tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lex_bot_alias tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_neptune_subnet_group tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_s3control_multi_region_access_point tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_storagegateway_smb_file_share tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.581-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_api_gateway_documentation_part @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ce_cost_category tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.581-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_chimesdkvoice_global_settings @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_kendra_data_source timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appautoscaling_scheduled_action timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_comprehend_document_classifier timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_kendra_experience @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_lightsail_lb_attachment tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudwatch_log_data_protection_policy timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appsync_function @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cognito_user_group tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_connect_contact_flow_module tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_s3_bucket_public_access_block @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_waf_size_constraint_set tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_connect_routing_profile tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dms_replication_subnet_group timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_lb timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_transcribe_medical_vocabulary @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_wafregional_ipset timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_xray_encryption_config tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appmesh_route tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dx_connection @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_ec2_client_vpn_endpoint tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_transit_gateway_vpc_attachment_accepter tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_glue_crawler timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opsworks_instance @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_pipes_pipe tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_data_quality_job_definition tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_sesv2_email_identity @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.582-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_amplify_webhook @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_cloud9_environment_ec2 timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_peering_connection tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.582-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_kinesis_video_stream @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_oam_sink_policy timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 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 timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_securityhub_member timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_customerprofiles_profile tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_emr_security_configuration tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_lightsail_instance timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_networkfirewall_rule_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_snapshot_copy_grant tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appconfig_application @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_eks_identity_provider_config @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_iot_authorizer tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_servicecatalog_tag_option_resource_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_transfer_tag timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_availability_zone_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_licensemanager_association @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_image_version timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cognito_resource_server @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_cognito_user_pool_domain tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_detective_graph timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_lakeformation_resource_lf_tags tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_opensearch_domain_saml_options tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_bucket_object_lock_configuration timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appstream_fleet_stack_association @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_default_subnet @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_evidently_segment tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_db_proxy_endpoint @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_placement_group @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_elasticsearch_domain_policy @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lambda_function_event_invoke_config @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_route53_resolver_firewall_rule_group_association @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_shield_protection tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.583-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_chime_voice_connector_logging tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_detective_invitation_accepter @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dx_hosted_transit_virtual_interface @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_docdb_event_subscription tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_managed_prefix_list tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_media_package_channel tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_ssoadmin_customer_managed_policy_attachment tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_waf_rule tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_batch_scheduling_policy tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_connect_bot_association timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lb_listener_rule tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_opsworks_java_app_layer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_db_option_group @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.583-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_traffic_mirror_filter @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_cloudwatch_event_archive @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_glue_registry tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sesv2_configuration_set_event_destination timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_endpoint_route_table_association @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_api_gateway_authorizer @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_gamelift_fleet tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_macie2_findings_filter tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssm_maintenance_window_task tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_ssm_parameter @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_acmpca_certificate_authority_certificate @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_autoscaling_attachment @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudformation_type tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_datasync_location_efs timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_datasync_location_nfs tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_vpc_ipam_scope tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_globalaccelerator_custom_routing_listener @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_msk_replicator tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_kendra_index timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_medialive_input_security_group timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ses_configuration_set tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_applicationinsights_application tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_ram_resource_share_accepter tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53recoverycontrolconfig_cluster tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_storagegateway_cached_iscsi_volume @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_wafregional_rule timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_autoscaling_group_tag tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iam_role tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lightsail_static_ip timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkmanager_core_network tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.584-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_servicecatalog_product tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_apigatewayv2_integration_response tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_backup_vault_notifications tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route_table timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_pinpoint_apns_voip_channel @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_quicksight_group tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_secretsmanager_secret_version tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_wafregional_size_constraint_set @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_macie2_member @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_neptune_cluster_parameter_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_pinpoint_adm_channel @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_wafregional_rate_based_rule timestamp=2025-10-08T10:13:23.584-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudformation_stack_set tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_ipv6_cidr_block_association timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_networkmanager_vpc_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_workforce tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_waf_geo_match_set timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_worklink_fleet tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ecs_cluster_capacity_providers timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_keyspaces_table @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkmanager_transit_gateway_route_table_attachment timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_s3control_bucket tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssm_activation timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appautoscaling_target tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_grafana_workspace @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_kms_key_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_securityhub_invite_accepter tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_datasync_location_fsx_ontap_file_system tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_gamelift_build @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_iot_indexing_configuration timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_db_subnet_group timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_s3control_multi_region_access_point_policy tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codeartifact_domain timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_datapipeline_pipeline tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_kendra_thesaurus timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_base_path_mapping tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_apprunner_auto_scaling_configuration_version @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_capacity_reservation timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_load_balancer_backend_server_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_fms_policy @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_rds_global_cluster tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_budgets_budget tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_chime_voice_connector_origination @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_alb_target_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lightsail_container_service_deployment_version timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_bucket_ownership_controls @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_elasticache_user tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_guardduty_member tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appstream_user_stack_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_subnet_cidr_reservation tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_glue_job timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_resource_type=aws_schemas_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_wafv2_web_acl_logging_configuration tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_config_configuration_aggregator tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_connect_instance tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_ecs_capacity_provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_bucket_versioning tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssm_service_setting @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_athena_database tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cognito_user_pool tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_connect_quick_connect @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_guardduty_detector tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_qldb_stream timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3outposts_endpoint timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ebs_snapshot_copy @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_transit_gateway_prefix_list_reference tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudwatch_log_metric_filter @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_securityhub_action_target timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.585-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_amplify_domain_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cognito_identity_pool timestamp=2025-10-08T10:13:23.585-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_eks_addon tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_kinesis_firehose_delivery_stream @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_parameter_group tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_securityhub_standards_subscription tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_wafregional_byte_match_set tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_autoscaling_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_guardduty_threatintelset @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iam_group_policy tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_iot_provisioning_template @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_kinesis_analytics_application timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_client_certificate timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_backup_region_settings tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_config_aggregate_authorization tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_fsx_openzfs_snapshot @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lambda_layer_version_permission timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssoadmin_managed_policy_attachment tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_ipam_resource_discovery tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudwatch_event_target tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_lightsail_instance_public_ports @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshift_hsm_configuration @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_securityhub_organization_configuration tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ses_receipt_rule @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_iot_thing_group_membership tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sqs_queue_redrive_allow_policy @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53recoveryreadiness_readiness_check tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_acmpca_certificate @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_athena_data_catalog @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_cloudfront_cache_policy timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_verifiedaccess_endpoint tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dx_gateway tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dms_replication_config tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_default_network_acl @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_ec2_transit_gateway_multicast_group_member timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_ipam_organization_admin_account tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_eks_node_group @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_instance_profile tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_service_discovery_instance @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sfn_state_machine @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ecr_registry_policy tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lambda_code_signing_config @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_appintegrations_data_integration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_budgets_budget_action @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_emr_studio @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opsworks_haproxy_layer tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.586-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_controltower_landing_zone timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_eks_fargate_profile tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_elastic_beanstalk_environment @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.586-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshiftserverless_snapshot tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sesv2_configuration_set tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dx_hosted_public_virtual_interface tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_fsx_ontap_file_system tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lightsail_disk @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_db_snapshot_copy tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_ses_email_identity @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sesv2_email_identity_feedback_attributes tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_dataexchange_data_set tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_verifiedaccess_instance timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lambda_function_url @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_macie2_account tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opsworks_user_profile tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53_zone @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_amplify_branch timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appsync_resolver tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_emr_block_public_access_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cognito_identity_pool_provider_principal_tag tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cognito_identity_provider timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudwatch_log_resource_policy timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.587-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_quicksight_analysis @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.587-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_studio_lifecycle_config timestamp=2025-10-08T10:13:23.594-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_autoscaling_lifecycle_hook @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudfront_field_level_encryption_profile timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codeartifact_repository tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_transit_gateway_peering_attachment @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_elasticache_global_replication_group tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_location_route_calculator tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_media_store_container @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_resource_type=aws_route53_resolver_query_log_config tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sfn_alias @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codedeploy_deployment_group tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_docdb_cluster @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_ipam_resource_discovery_association tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpn_gateway timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_app_cookie_stickiness_policy tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_lb_trust_store_revocation @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_s3control_bucket_lifecycle_configuration @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codecommit_trigger tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_detective_member timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_client_vpn_network_association tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_kms_custom_key_store tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_snapshot_create_volume_permission tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_gamelift_script tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3control_storage_lens_configuration tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_resource_type=aws_ssoadmin_permissions_boundary_attachment tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ce_anomaly_subscription tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dx_hosted_private_virtual_interface_accepter @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_app_image_config timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_securityhub_configuration_policy tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_shield_protection_group @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_vpc_endpoint_security_group_association tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_ecr_replication_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_emr_instance_group timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_glue_catalog_table @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_devicefarm_network_profile @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_endpoint_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_serverlessapplicationrepository_cloudformation_stack tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_acmpca_policy @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_kinesis_stream_consumer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_kinesisanalyticsv2_application_snapshot tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_lambda_permission tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_transfer_agreement @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpclattice_service_network_vpc_association timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_api_gateway_rest_api_policy timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_cloudfront_realtime_log_config tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cognito_user_in_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_config_configuration_recorder @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_docdb_subnet_group tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_ec2_client_vpn_route tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_ipam_preview_next_cidr tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_evidently_launch tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_server_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_servicecatalog_service_action tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_api_gateway_method_response tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_api_gateway_usage_plan_key @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_config_delivery_channel tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.595-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_signer_signing_profile tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_worklink_website_certificate_authority_association @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.595-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_chimesdkmediapipelines_media_insights_pipeline_configuration 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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_servicecatalog_constraint tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudsearch_domain timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_inspector2_organization_configuration tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ses_receipt_rule_set tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_timestreamwrite_database @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_dx_private_virtual_interface tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_bucket_analytics_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpclattice_service_network tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appsync_graphql_api @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_backup_vault_policy timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudformation_stack timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_devicefarm_test_grid_project tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lakeformation_resource @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_chimesdkvoice_voice_profile_domain tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_cloudtrail_event_data_store timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codedeploy_deployment_config timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_directory_service_region tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_ipv4_cidr_block_association @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_finspace_kx_environment tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_fsx_data_repository_association tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lightsail_lb_https_redirection_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_datasync_task tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ebs_encryption_by_default tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iam_security_token_service_preferences tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_inspector2_member_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_kms_ciphertext tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_licensemanager_grant tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_mlflow_tracking_server tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_servicecatalog_product_portfolio_association tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudformation_stack_instances @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema 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/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dynamodb_global_table timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_transit_gateway_route_table_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_user_group_membership @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_memorydb_acl @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_signer_signing_profile_permission tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssm_document tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_waf_rate_based_rule timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_waf_regex_match_set tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_ipam_pool tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_fsx_lustre_file_system timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_identitystore_group_membership tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appmesh_gateway_route tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_efs_mount_target @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_emr_cluster tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.596-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_event_subscription tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53_resolver_firewall_rule_group @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_secretsmanager_secret @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_chime_voice_connector_group tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_load_balancer_listener_policy tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_glue_connection tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_guardduty_publishing_destination tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_inspector2_enabler tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.596-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_location_map tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_pinpoint_gcm_channel tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_waf_xss_match_set tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cognito_user tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_dataexchange_revision tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ivs_recording_configuration timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lightsail_distribution tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sagemaker_human_task_ui timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_scheduler_schedule tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_api_gateway_resource @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_codebuild_project tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dx_connection_confirmation tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dynamodb_table_item @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=aws_internet_gateway_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_opensearch_package @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_organizations_organization timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_connect_phone_number @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lex_bot @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_location_tracker_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_storagegateway_cache timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_apprunner_vpc_connector tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codeartifact_domain_permissions_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codestarconnections_host tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_default_security_group tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_db_instance tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ssoadmin_account_assignment timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_autoscaling_traffic_source_attachment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iot_policy timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudwatch_dashboard @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_docdb_cluster_snapshot @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_codestarnotifications_notification_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_directory_service_shared_directory @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_emr_managed_scaling_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_role_policy @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appstream_fleet 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/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_backup_vault_lock_configuration tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_elastictranscoder_preset timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.597-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iam_role_policy_attachment tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lightsail_lb_stickiness_policy tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_sagemaker_pipeline timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_globalaccelerator_custom_routing_accelerator timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_bucket_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_transit_gateway_route_table tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpn_connection_route tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_elastictranscoder_pipeline tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_cloudwatch_event_bus tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_media_convert_queue @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/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_redshiftserverless_usage_limit tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_bucket_logging @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_securityhub_organization_admin_account tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_acmpca_certificate_authority tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_bucket_acl tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ses_identity_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_sqs_queue timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_chimesdkvoice_sip_media_application @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_cloudcontrolapi_resource timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dx_bgp_peer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_bucket_accelerate_configuration @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ebs_snapshot_block_public_access tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_lightsail_key_pair @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_memorydb_subnet_group tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.597-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_opsworks_php_app_layer tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_db_snapshot timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_rds_reserved_instance tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_report_plan tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_config_organization_custom_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_connect_security_profile tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_network_interface_attachment @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_imagebuilder_distribution_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_opsworks_application tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ses_active_receipt_rule_set tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sqs_queue_policy @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_dms_replication_instance @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_inspector_assessment_target tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_lightsail_lb timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appflow_connector_profile tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_appstream_user @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_organizations_policy_attachment timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_pinpoint_email_channel @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sesv2_dedicated_ip_assignment @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_alb_listener_rule tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_glue_partition_index timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iot_event_configurations tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_opensearch_vpc_endpoint @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_redshift_cluster_iam_roles timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudwatch_log_group @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_resource_type=aws_macie2_invitation_accepter tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_rum_metrics_destination tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dx_gateway_association_proposal tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appmesh_mesh @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cognito_identity_pool_roles_attachment tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lambda_event_source_mapping tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_neptune_cluster_snapshot tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_codebuild_report_group @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_default_route_table tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_vpc_ipam_pool_cidr_allocation tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_servicecatalog_principal_portfolio_association timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_api_gateway_model timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_location_place_index timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_sns_topic_policy @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dx_hosted_private_virtual_interface tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53_query_log tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ami tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_glacier_vault_lock tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_organizations_resource_policy timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_resourcegroups_resource tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53recoverycontrolconfig_control_panel timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @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_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_cloudsearch_domain_service_access_policy tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: 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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_iam_group timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_kinesis_stream tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_networkmanager_site_to_site_vpn_attachment @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_account_subscription @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_cluster_snapshot tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_route53_traffic_policy_instance tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_apprunner_vpc_ingress_connection @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_cloudfront_public_key tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.598-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dax_subnet_group @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_fms_admin_account @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_guardduty_ipset @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iot_topic_rule timestamp=2025-10-08T10:13:23.598-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkmanager_link_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_route53_resolver_endpoint tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_directory_service_directory timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_directory_service_log_subscription timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_glue_user_defined_function @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_neptune_global_cluster timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_api_gateway_documentation_version tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_connect_user_hierarchy_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ivschat_logging_configuration @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_dynamodb_table_export tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_macie2_classification_job tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opsworks_permission tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_servicecatalog_organizations_access tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_prometheus_alert_manager_definition tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_datasync_location_fsx_lustre_file_system tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_eks_access_entry tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lightsail_certificate @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_memorydb_cluster timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_storagegateway_upload_buffer @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_apprunner_service tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudhsm_v2_hsm tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dynamodb_tag tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_vpn_gateway_route_propagation tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_efs_file_system_policy @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ram_sharing_with_organization @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_connect_contact_flow @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lightsail_bucket timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_neptune_parameter_group @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_opsworks_static_web_layer @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_object tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_api_gateway_api_key tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_emrcontainers_virtual_cluster tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_finspace_kx_dataview @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=aws_mwaa_environment timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_opsworks_ganglia_layer tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_storagegateway_file_system_association tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_apigatewayv2_vpc_link @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_backup_vault @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_directory_service_shared_directory_accepter timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_endpoint_connection_notification timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_elasticsearch_domain @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sns_platform_application tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpclattice_service_network_service_association tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appconfig_configuration_profile tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dx_hosted_transit_virtual_interface_accepter @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dynamodb_table tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ebs_default_kms_key tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_verifiedaccess_group @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_elastic_beanstalk_configuration_template tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.599-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_db_parameter_group tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.599-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_servicecatalog_budget_resource_association @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_transfer_profile tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_transfer_user tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_api_gateway_method tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_endpoint_service_allowed_principal tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_iam_account_alias @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_keyspaces_keyspace timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_db_event_subscription tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_resource_type=aws_sagemaker_device_fleet @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ses_template @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_cloudfront_origin_access_identity @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudtrail @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_elb timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_lb_trust_store @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_endpoint_authorization @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_servicecatalog_provisioning_artifact tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_wafregional_regex_match_set timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_controltower_control tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_glue_workflow timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkmanager_device @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_pinpoint_apns_channel tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_licensemanager_license_configuration @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_route53recoveryreadiness_recovery_group tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_spot_datafeed_subscription tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_emrcontainers_job_template timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_inspector_resource_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/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_quicksight_group_membership timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3_bucket_notification tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_s3_bucket_object @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ecs_tag @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_iam_access_key @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_rum_app_monitor @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_sesv2_contact_list tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_datasync_location_fsx_openzfs_file_system timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iot_topic_rule_destination tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_acm_certificate timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_ce_cost_allocation_tag tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_msk_vpc_connection tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_snapshot_schedule timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudwatch_metric_alarm @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ivschat_room @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_qldb_ledger tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_servicecatalog_tag_option @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_vpn_connection tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_guardduty_organization_admin_account tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_db_instance_role_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_cloud9_environment_membership @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/[email protected]/helper/schema/grpc_provider.go:130 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_transit_gateway_policy_table tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 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=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_storagegateway_stored_iscsi_volume tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_customerprofiles_domain timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ecs_task_set tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_kms_replica_key tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_media_store_container_policy timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.600-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkfirewall_firewall_policy tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.600-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_network_acl tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_codebuild_resource_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_datasync_location_object_storage tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_rds_cluster_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_ec2_local_gateway_route tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_emr_instance_fleet tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_resource_type=aws_organizations_policy timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_rbin_rule tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_partner @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_synthetics_group tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_carrier_gateway tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_evidently_feature tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_resource_type=aws_route53_traffic_policy timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3_bucket_website_configuration tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ssm_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_waf_regex_pattern_set @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_wafregional_web_acl tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_autoscaling_schedule @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:130 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_vpc tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_memorydb_subnet_group timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_kinesis_firehose_delivery_stream tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_kinesis_stream_consumer tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ebs_volumes tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_instance_types tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_vpn_gateway tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_outposts_site tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_wafv2_regex_pattern_set tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_cloudfront_distribution tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_codeartifact_authorization_token tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ec2_transit_gateway_route_table_routes timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_vpc_ipam_pool_cidrs tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_cloudwatch_event_connection tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_kms_secret tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_appmesh_virtual_router @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_elasticache_subnet_group timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: 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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_memorydb_acl tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_s3_object tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_ec2_local_gateway_virtual_interface_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_kms_alias tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_datapipeline_pipeline tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_ecs_container_definition tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_kms_custom_key_store tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_licensemanager_received_licenses tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_sfn_state_machine tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_budgets_budget tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ec2_instance_type_offerings tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_lb_trust_store tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_networkfirewall_resource_policy tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_quicksight_data_set tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_vpcs tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_networkfirewall_firewall_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_organizations_policies tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_ssm_maintenance_windows tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_cognito_user_pool_signing_certificate tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_media_convert_queue tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_mq_broker_instance_type_offerings tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_wafregional_web_acl tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.601-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_data_source_type=aws_workspaces_directory tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_lb_listener @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.601-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_db_instances tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 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_s3_objects timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ram_resource_share tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_appmesh_route timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_backup_framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_dx_router_configuration tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 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 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_iam_principal_policy_simulation tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_kendra_experience tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ec2_managed_prefix_lists tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_efs_access_points tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_eks_node_groups tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_outposts_asset tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_rds_orderable_db_instance tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_wafv2_web_acl tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_lambda_function tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_rds_clusters tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_servicecatalog_portfolio @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_lex_bot tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_data_source_type=aws_licensemanager_received_license tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_sns_topic tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ssoadmin_instances tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_storagegateway_local_disk @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ec2_local_gateway tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_vpc_ipam_pool tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_kinesis_stream tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_route53_resolver_firewall_domain_list tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_appmesh_virtual_node tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_iot_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_kendra_thesaurus tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_mq_broker_engine_types tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_prometheus_workspace tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_iam_instance_profiles tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_memorydb_snapshot @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_networkmanager_connections tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_redshift_cluster_credentials tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_network_acls tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_cloudwatch_event_bus tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_fsx_ontap_storage_virtual_machines tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_cloudhsm_v2_cluster tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ecr_pull_through_cache_rule tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_glue_script tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_docdb_orderable_db_instance @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_connect_peer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_eks_access_entry tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_guardduty_detector tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_redshift_service_account tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_data_source_type=aws_backup_report_plan tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_location_map tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.602-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_ssmcontacts_contact tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_api_gateway_vpc_link tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_appmesh_mesh tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.602-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_connect_bot_association tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_ssmincidents_response_plan tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_vpc_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_networkmanager_devices tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_vpclattice_listener tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_docdb_engine_version tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_eips tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_internet_gateway tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_vpc_ipam_preview_next_cidr tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_location_route_calculator tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_wafv2_ip_set tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_launch_configuration tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.603-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_eks_node_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.604-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_alb tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.603-0500 | |
2025-10-08T10:13:23.604-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_route53_delegation_set timestamp=2025-10-08T10:13:23.604-0500 | |
2025-10-08T10:13:23.604-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_ec2_transit_gateway_attachments tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.604-0500 | |
2025-10-08T10:13:23.604-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_ec2_transit_gateway_route_table_associations tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.604-0500 | |
2025-10-08T10:13:23.604-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ecr_repository_creation_template tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.604-0500 | |
2025-10-08T10:13:23.604-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_secretsmanager_secrets tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.604-0500 | |
2025-10-08T10:13:23.604-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ssm_parameter tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.604-0500 | |
2025-10-08T10:13:23.604-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ssmincidents_replication_set timestamp=2025-10-08T10:13:23.604-0500 | |
2025-10-08T10:13:23.604-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_autoscaling_group tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.604-0500 | |
2025-10-08T10:13:23.604-0500 [TRACE] provider.terraform-provider-aws_v5.100.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 tf_data_source_type=aws_ec2_coip_pool tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.604-0500 | |
2025-10-08T10:13:23.604-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_imagebuilder_component tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.604-0500 | |
2025-10-08T10:13:23.604-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_kms_ciphertext tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.604-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_lambda_code_signing_config tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.604-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_codecommit_repository tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.604-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_s3_bucket_object tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_ssm_instances tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_wafregional_ipset tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_appconfig_configuration_profiles tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_kendra_index tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_organizations_policies_for_target tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_db_event_categories tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_cloudfront_cache_policy tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_elasticache_replication_group tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_service_discovery_http_namespace tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ec2_transit_gateway_attachment tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_s3_account_public_access_block tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ebs_snapshot timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_outposts_outposts tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ce_tags timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ecs_cluster @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_memorydb_cluster timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_wafregional_subscribed_rule_group tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_iam_policy_document tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_lakeformation_resource tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_mq_broker tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_api_gateway_export tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_apigatewayv2_export tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_datapipeline_pipeline_definition tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_imagebuilder_infrastructure_configuration tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ivs_stream_key tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_kms_public_key tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_glue_catalog_table tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_oam_sinks tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_route53_resolver_firewall_rules tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_cloudtrail_service_account tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_cloudwatch_log_group tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_networkmanager_links tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_servicecatalog_product tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ses_domain_identity tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_spot_price tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_sesv2_email_identity_mail_from_attributes @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_directory_service_directory tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ecr_authorization_token tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_iam_users tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_lakeformation_data_lake_settings tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_networkmanager_site tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_network_insights_path tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_key_pair tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_eks_addon_version tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_imagebuilder_image_pipelines tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_data_source_type=aws_secretsmanager_secret_rotation tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @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_sesv2_email_identity tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_dms_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_efs_access_point tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_data_source_type=aws_imagebuilder_distribution_configuration tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_msk_kafka_version tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_kms_secrets tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_licensemanager_grants tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_connect_instance tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.605-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_connect_user tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ami_ids tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_api_gateway_authorizer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.605-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_codebuild_fleet tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.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_ec2_transit_gateway_connect tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_imagebuilder_image tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_mskconnect_connector tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_secretsmanager_secret_version tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_acm_certificate tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_identitystore_group tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_outposts_outpost tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_api_gateway_authorizers tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ec2_local_gateway_virtual_interface_groups tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_lb_hosted_zone_id @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_imagebuilder_container_recipes tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_coip_pools tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @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_msk_bootstrap_brokers tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_dms_replication_task tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_imagebuilder_container_recipe tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_oam_sink tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_lakeformation_permissions timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_cloudfront_origin_access_identities tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_cloudfront_response_headers_policy tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_ec2_public_ipv4_pool tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_network_interfaces tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.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 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @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_vpc_peering_connection tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_ec2_local_gateway_route_tables tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_ec2_serial_console_access tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_waf_ipset tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_batch_compute_environment tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_ec2_local_gateway_virtual_interface tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_data_source_type=aws_lambda_function_url tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_networkmanager_connection tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_workspaces_bundle tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_appmesh_virtual_service tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_athena_named_query tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_connect_quick_connect tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_subnet @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_route53_resolver_firewall_rule_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_wafv2_rule_group tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_location_place_index tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_oam_link tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_pricing_product tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_quicksight_user tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_db_instance tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_signer_signing_job timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_appintegrations_event_integration tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_msk_vpc_connection tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_db_parameter_group tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_sagemaker_prebuilt_ecr_image tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_dx_gateway tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_networkfirewall_firewall tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_redshift_cluster tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_data_source_type=aws_vpc_peering_connections tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_elasticache_user tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_location_tracker_associations tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_controltower_controls tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_kendra_faq tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_route53_resolver_rules tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_ec2_public_ipv4_pools tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_lb_target_group tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_neptune_orderable_db_instance tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.606-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_quicksight_analysis tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.606-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_quicksight_theme tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_dms_certificate tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_data_source_type=aws_ec2_transit_gateway_multicast_domain tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_ec2_transit_gateway_route_tables tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_elastic_beanstalk_hosted_zone tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_rds_cluster tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_signer_signing_profile tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_resourcegroupstaggingapi_resources tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_s3_bucket_objects tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_cloudformation_stack tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_iam_account_alias tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_dx_locations tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_route_table tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_imagebuilder_infrastructure_configurations tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_lambda_invocation tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ssmcontacts_contact_channel tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_waf_rate_based_rule tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_connect_instance_storage_config tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.624-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_networkmanager_global_networks tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_redshiftserverless_workgroup timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_dx_gateway_attachment tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_nat_gateways tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_iam_saml_provider tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_iam_server_certificate tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_cloudwatch_log_data_protection_policy_document timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_canonical_user_id timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_data_source_type=aws_efs_mount_target tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_imagebuilder_image_recipe tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.624-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_redshiftserverless_credentials tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_instance tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_nat_gateway tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_networkmanager_sites tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_route53_resolver_firewall_config tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ce_cost_category tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_vpc_ipam_pools tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @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_kendra_query_suggestions_block_list tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_organizations_organizational_unit tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_sfn_activity @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_data_source_type=aws_route timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_data_source_type=aws_kms_key tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_eks_cluster_auth tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_elb_hosted_zone_id tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_emrcontainers_virtual_cluster tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_mskconnect_custom_plugin tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_data_source_type=aws_memorydb_user tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_ec2_transit_gateway_peering_attachment tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_ec2_transit_gateway_vpc_attachment tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_elastic_beanstalk_solution_stack tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_vpclattice_auth_policy tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.625-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_codecommit_approval_rule_template tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_route_tables tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_eks_clusters tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_identitystore_user tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_opensearchserverless_vpc_endpoint tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_secretsmanager_secret tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_codecatalyst_dev_environment timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_connect_hours_of_operation tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ec2_managed_prefix_list tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_ssmcontacts_plan tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ami tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_ecs_task_definition tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_imagebuilder_distribution_configurations tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_cognito_user_pools timestamp=2025-10-08T10:13:23.625-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_api_gateway_api_key timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_prefix_list tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_eks_cluster tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_rds_reserved_instance_offering tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ssoadmin_permission_set tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ecrpublic_authorization_token tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_globalaccelerator_custom_routing_accelerator tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_lambda_layer_version tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_organizations_organizational_unit_descendant_organizational_units tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_redshift_subnet_group tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_api_gateway_rest_api tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_cloudwatch_event_source tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_organizations_organizational_unit_child_accounts tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ec2_instance_type tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_location_tracker_association tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_s3_bucket tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_outposts_outpost_instance_type tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_route53_traffic_policy_document tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_connect_security_profile tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_connect_vocabulary timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_dynamodb_table tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_iam_policy tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_db_subnet_group tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_wafregional_rate_based_rule tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_connect_user_hierarchy_group timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_local_gateways tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_lambda_alias tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.626-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_organizations_organization tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_outposts_assets tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_redshift_orderable_cluster tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_sesv2_dedicated_ip_pool tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @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 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_cloudformation_export tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ecr_image tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_data_source_type=aws_iam_instance_profile tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_db_cluster_snapshot tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_db_proxy tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_fsx_openzfs_snapshot tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_grafana_workspace tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_iot_registration_code tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_servicecatalog_constraint tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_acmpca_certificate_authority tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_elb tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_msk_configuration tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_location_tracker timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_sfn_alias tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_api_gateway_resource tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.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 tf_data_source_type=aws_alb_listener tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.626-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @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_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_ssm_patch_baseline tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_workspaces_image tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_workspaces_workspace tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_connect_user_hierarchy_structure tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_cur_report_definition tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_networkmanager_link tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_opensearchserverless_security_policy tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_appconfig_environments tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_data_source_type=aws_batch_job_queue tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_eip tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_opensearch_domain tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_backup_plan tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_cloudfront_origin_access_identity tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_codestarconnections_connection tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @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/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_glue_connection tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_api_gateway_domain_name tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_cloudcontrolapi_resource tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_outposts_outpost_instance_types tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_s3_bucket_policy tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_cloudformation_type tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_customer_gateway tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ebs_default_kms_key timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_acmpca_certificate tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_appmesh_gateway_route tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_eks_addon tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_fsx_ontap_file_system tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_lambda_functions tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_data_source_type=aws_route53_resolver_query_log_config tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_codeartifact_repository_endpoint tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_glue_data_catalog_encryption_settings tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_msk_broker_nodes timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_quicksight_group tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.627-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_dms_replication_subnet_group tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_ec2_client_vpn_endpoint tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.627-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_elastic_beanstalk_application tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_imagebuilder_image_pipeline tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_vpclattice_resource_policy timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_waf_rule tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_cloudfront_function tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ecr_repository tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_iam_group tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_iam_user tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_s3control_multi_region_access_point tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_servicequotas_service_quota tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_appconfig_configuration_profile tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_backup_vault tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_data_source_type=aws_batch_scheduling_policy tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_msk_cluster tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_organizations_delegated_services tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_sqs_queues tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_cognito_user_pool_clients tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_connect_contact_flow_module tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_connect_prompt timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_imagebuilder_components tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_data_source_type=aws_db_snapshot tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_servicecatalog_provisioning_artifacts tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_autoscaling_groups tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_servicecatalog_portfolio_constraints tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @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_ses_active_receipt_rule_set timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_waf_web_acl tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_apigatewayv2_apis tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_cloudfront_realtime_log_config tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_location_geofence_collection timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_redshiftserverless_namespace tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_secretsmanager_random_password tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_servicequotas_service tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_dx_location tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_data_source_type=aws_efs_file_system tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_iam_roles tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_transfer_server tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_api_gateway_sdk tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_appmesh_virtual_gateway tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_dms_replication_instance tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.628-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ec2_network_insights_analysis tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.628-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_subnets tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_mskconnect_worker_configuration tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_route53_resolver_rule tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_sfn_state_machine_versions timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_cognito_user_pool_client tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ebs_snapshot_ids tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_peering_attachments tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_lb tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_lbs tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_inspector_rules_packages tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_vpclattice_service @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_vpclattice_service_network tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ec2_transit_gateway_vpn_attachment tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_security_group tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_alb_target_group tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_networkmanager_device tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_organizations_delegated_administrators tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_prometheus_workspaces tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_security_groups @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_sesv2_configuration_set @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_organizations_organizational_units tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_route53_resolver_firewall_rule_group_association tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_connect_queue tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_vpc_attachments timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_fsx_ontap_storage_virtual_machine tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_iam_role tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_lex_intent tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_oam_links tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ssm_parameters_by_path tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_dx_connection tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_ec2_local_gateway_route_table tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_outposts_sites tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_serverlessapplicationrepository_application timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_waf_subscribed_rule_group tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_wafregional_rule tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_launch_template tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_memorydb_parameter_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_data_source_type=aws_iam_openid_connect_provider tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ses_email_identity tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_data_source_type=aws_ssm_document tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_connect_routing_profile tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_ec2_host tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.629-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_elasticsearch_domain tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_iam_session_context @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.629-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_networkmanager_core_network_policy_document tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_qldb_ledger tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ecs_task_execution tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_organizations_organizational_unit_descendant_accounts tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_organizations_policy tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_route53_resolver_endpoint tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_availability_zones tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_ecs_service tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_elasticache_cluster tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_emr_release_labels tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_route53_zone tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_connect_contact_flow tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_elb_service_account tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_servicecatalog_launch_paths tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_appconfig_environment tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=aws_cloudfront_log_delivery_canonical_user_id tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_vpc_endpoint_service tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_rds_engine_version timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_cloudfront_origin_request_policy tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_cognito_identity_pool tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_apigatewayv2_vpc_link tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_route_table tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_lex_bot_alias tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=aws_service_discovery_dns_namespace tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_ebs_encryption_by_default tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.helper_schema tf_data_source_type=aws_ebs_volume tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_iam_user_ssh_key tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_data_source_type=aws_imagebuilder_image_recipes tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema tf_data_source_type=aws_neptune_engine_version tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_service_discovery_service tf_mux_provider="*schema.GRPCProviderServer" timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_ec2_transit_gateway_route_table_propagations tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_organizations_resource_tags tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_rds_certificate tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=aws_sqs_queue tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_connect_lambda_function_association tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.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 tf_data_source_type=aws_ec2_instance_type_offering tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_instances tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_cloudwatch_log_groups tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 @module=sdk.helper_schema tf_data_source_type=aws_backup_selection tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found data source type: tf_data_source_type=aws_availability_zone tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:139 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.630-0500 [TRACE] provider.terraform-provider-aws_v5.100.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/[email protected]/helper/schema/grpc_provider.go:139 tf_data_source_type=aws_lex_slot_type tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2025-10-08T10:13:23.630-0500 | |
2025-10-08T10:13:23.631-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: calling downstream server: @module=sdk.mux tf_mux_provider="*proto5server.Server" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/logging/mux.go:19 timestamp=2025-10-08T10:13:23.631-0500 | |
2025-10-08T10:13:23.631-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Checking ProviderSchema lock: @module=sdk.framework @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:389 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.631-0500 | |
2025-10-08T10:13:23.631-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Calling provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:400 tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.631-0500 | |
2025-10-08T10:13:23.631-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Called provider defined Provider Schema: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:402 timestamp=2025-10-08T10:13:23.631-0500 | |
2025-10-08T10:13:23.631-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Checking ResourceTypes lock: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:539 @module=sdk.framework timestamp=2025-10-08T10:13:23.631-0500 | |
2025-10-08T10:13:23.631-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Checking ProviderTypeName lock: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:366 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.631-0500 | |
2025-10-08T10:13:23.631-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Calling provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:377 tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.631-0500 | |
2025-10-08T10:13:23.631-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Called provider defined Provider Metadata: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:379 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.631-0500 | |
2025-10-08T10:13:23.631-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Calling provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_mux_provider="*proto5server.Server" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:550 timestamp=2025-10-08T10:13:23.631-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Called provider defined Provider Resources: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:552 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_quicksight_account_settings @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_folder_membership timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_quicksight_iam_policy_assignment @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_ingestion tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_namespace @module=sdk.framework tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_quicksight_refresh_schedule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_quicksight_role_membership tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_quicksight_template_alias timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_quicksight_vpc_connection timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_datazone_asset_type @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_datazone_domain tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_datazone_environment tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_resource_type=aws_datazone_environment_blueprint_configuration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_datazone_environment_profile tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_resource_type=aws_datazone_form_type timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_resource_type=aws_datazone_glossary tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_resource_type=aws_datazone_glossary_term timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_resource_type=aws_datazone_project timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.635-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_datazone_user_profile tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_macie2_organization_configuration timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_medialive_multiplex_program tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dataexchange_event_action @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dataexchange_revision_assets @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*proto5server.Server" tf_resource_type=aws_s3tables_namespace timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_resource_type=aws_s3tables_table tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3tables_table_bucket @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3tables_table_bucket_policy @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3tables_table_policy tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codeconnections_connection @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_codeconnections_host timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_workspacesweb_browser_settings tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_workspacesweb_data_protection_settings tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_workspacesweb_ip_access_settings @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_resource_type=aws_workspacesweb_network_settings tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.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=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_workspacesweb_user_access_logging_settings @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_workspacesweb_user_settings timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53domains_delegation_signer_record timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route53domains_domain @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_kinesis_resource_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_appsync_source_api_association @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_rds_cluster_snapshot_copy @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_resource_type=aws_rds_export_task timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_rds_instance_state timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_rds_integration @module=sdk.framework timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_rds_shard_group @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53_cidr_collection @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53_cidr_location tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_route53_records_exclusive tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_servicecatalogappregistry_application timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_servicecatalogappregistry_attribute_group @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.635-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_servicecatalogappregistry_attribute_group_association tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_verifiedpermissions_identity_source tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_verifiedpermissions_policy tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_verifiedpermissions_policy_store @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_verifiedpermissions_policy_template tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_verifiedpermissions_schema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_codeguruprofiler_profiling_group tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_networkfirewall_tls_inspection_configuration tf_rpc=GetProviderSchema @module=sdk.framework @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_backup_logically_air_gapped_vault timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_backup_restore_testing_plan tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_backup_restore_testing_selection @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dsql_cluster timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_dsql_cluster_peering tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_resource_type=aws_ecr_account_setting timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_s3control_access_grant @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3control_access_grants_instance tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3control_access_grants_instance_resource_policy tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_s3control_access_grants_location tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_s3control_directory_bucket_access_point_scope tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_bedrockagent_agent tf_rpc=GetProviderSchema tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_bedrockagent_agent_action_group tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_bedrockagent_agent_alias timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_bedrockagent_agent_collaborator tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_bedrockagent_agent_knowledge_base_association tf_rpc=GetProviderSchema tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_resource_type=aws_bedrockagent_data_source tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_bedrockagent_knowledge_base tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_bedrockagent_prompt @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ebs_fast_snapshot_restore tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_capacity_block_reservation tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_resource_type=aws_ec2_default_credit_specification tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_ec2_instance_connect_endpoint tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_resource_type=aws_ec2_instance_metadata_defaults timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_ec2_transit_gateway_default_route_table_association tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_ec2_transit_gateway_default_route_table_propagation timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_eip_domain_name @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_network_interface_permission @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_vpc_block_public_access_exclusion tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.636-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_block_public_access_options @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_endpoint_private_dns @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_vpc_endpoint_service_private_dns_verification tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_route_server timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_route_server_endpoint tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_resource_type=aws_vpc_route_server_peer tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_resource_type=aws_vpc_route_server_propagation timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_resource_type=aws_vpc_route_server_vpc_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_vpc_security_group_egress_rule tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_vpc_security_group_ingress_rule @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_resource_type=aws_vpc_security_group_vpc_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @module=sdk.framework timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_workspaces_connection_alias timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_resource_type=aws_qbusiness_application timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_data_share_authorization tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_data_share_consumer_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_integration tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_redshift_logging tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=sdk.framework tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_redshift_snapshot_copy timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_appconfig_environment tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_simpledb_domain tf_rpc=GetProviderSchema tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_drs_replication_configuration_template @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_resource_type=aws_cloudwatch_contributor_insight_rule tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_cloudwatch_contributor_managed_insight_rule tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_bcmdataexports_export tf_rpc=GetProviderSchema @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cleanrooms_membership tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_neptunegraph_graph @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudfrontkeyvaluestore_key tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_cloudfrontkeyvaluestore_keys_exclusive timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_opensearchserverless_access_policy tf_rpc=GetProviderSchema timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_rpc=GetProviderSchema tf_mux_provider="*proto5server.Server" tf_resource_type=aws_opensearchserverless_collection timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_opensearchserverless_lifecycle_policy tf_rpc=GetProviderSchema tf_mux_provider="*proto5server.Server" tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: tf_mux_provider="*proto5server.Server" tf_resource_type=aws_opensearchserverless_security_config tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 tf_resource_type=aws_opensearchserverless_security_policy timestamp=2025-10-08T10:13:23.636-0500 | |
2025-10-08T10:13:23.637-0500 [TRACE] provider.terraform-provider-aws_v5.100.0_x5: Found resource type: @module=sdk.framework tf_req_id=4287ab1b-d0b3-3200-19a0-adbe601b91d6 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server.go:573 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment