Skip to content

Instantly share code, notes, and snippets.

@queeno
Created October 5, 2023 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save queeno/377e4ce3ef60b480a830c45a45c318fc to your computer and use it in GitHub Desktop.
Save queeno/377e4ce3ef60b480a830c45a45c318fc to your computer and use it in GitHub Desktop.
TF_LOG=DEBUG terraform plan
2023-10-05T17:47:40.103+0100 [INFO] Terraform version: 1.6.0
2023-10-05T17:47:40.103+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.34.0
2023-10-05T17:47:40.103+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.18.0
2023-10-05T17:47:40.103+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2023-10-05T17:47:40.103+0100 [DEBUG] using github.com/zclconf/go-cty v1.14.0
2023-10-05T17:47:40.103+0100 [INFO] Go runtime version: go1.21.1
2023-10-05T17:47:40.103+0100 [INFO] CLI args: []string{"/Users/simonaquino/bin/terraform", "plan"}
2023-10-05T17:47:40.103+0100 [DEBUG] Attempting to open CLI config file: /Users/simonaquino/.terraformrc
2023-10-05T17:47:40.103+0100 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2023-10-05T17:47:40.104+0100 [DEBUG] checking for credentials in "/Users/simonaquino/.terraform.d/plugins"
2023-10-05T17:47:40.104+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2023-10-05T17:47:40.104+0100 [DEBUG] will search for provider plugins in /Users/simonaquino/.terraform.d/plugins
2023-10-05T17:47:40.106+0100 [DEBUG] ignoring non-existing provider search directory /Users/simonaquino/Library/Application Support/io.terraform/plugins
2023-10-05T17:47:40.106+0100 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2023-10-05T17:47:40.107+0100 [INFO] CLI command args: []string{"plan"}
2023-10-05T17:47:40.108+0100 [DEBUG] New state was assigned lineage "c450924d-a469-ddca-d89b-d79ebc4f7439"
2023-10-05T17:47:40.173+0100 [DEBUG] checking for provisioner in "."
2023-10-05T17:47:40.174+0100 [DEBUG] checking for provisioner in "/Users/simonaquino/bin"
2023-10-05T17:47:40.174+0100 [DEBUG] checking for provisioner in "/Users/simonaquino/.terraform.d/plugins"
2023-10-05T17:47:40.175+0100 [INFO] backend/local: starting Plan operation
2023-10-05T17:47:40.176+0100 [DEBUG] created provider logger: level=debug
2023-10-05T17:47:40.176+0100 [INFO] provider: configuring client automatic mTLS
2023-10-05T17:47:40.182+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5"]
2023-10-05T17:47:40.186+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 pid=28370
2023-10-05T17:47:40.187+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5
2023-10-05T17:47:40.712+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: configuring server automatic mTLS: timestamp="2023-10-05T17:47:40.712+0100"
2023-10-05T17:47:40.721+0100 [DEBUG] provider: using plugin: version=5
2023-10-05T17:47:40.722+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: plugin address: address=/var/folders/9j/nd4k7psj6c1_ygj7ys8lq8k40000gp/T/plugin3947941871 network=unix timestamp="2023-10-05T17:47:40.721+0100"
2023-10-05T17:47:40.772+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-10-05T17:47:40.773+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 pid=28370
2023-10-05T17:47:40.773+0100 [DEBUG] provider: plugin exited
2023-10-05T17:47:40.773+0100 [DEBUG] created provider logger: level=debug
2023-10-05T17:47:40.773+0100 [INFO] provider: configuring client automatic mTLS
2023-10-05T17:47:40.776+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5"]
2023-10-05T17:47:40.777+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5 pid=28392
2023-10-05T17:47:40.777+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5
2023-10-05T17:47:40.867+0100 [INFO] provider.terraform-provider-random_v3.5.1_x5: configuring server automatic mTLS: timestamp="2023-10-05T17:47:40.866+0100"
2023-10-05T17:47:40.876+0100 [DEBUG] provider: using plugin: version=5
2023-10-05T17:47:40.876+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: plugin address: address=/var/folders/9j/nd4k7psj6c1_ygj7ys8lq8k40000gp/T/plugin4262824322 network=unix timestamp="2023-10-05T17:47:40.876+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Provider Metadata: tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_getproviderschema.go:36 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_getproviderschema.go:38 @module=sdk.framework timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Provider Schema: tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:272 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:274 timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Provider Resources: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:349 @module=sdk.framework timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:351 timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 tf_resource_type=random_uuid tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_resource_type=random_uuid @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 @module=sdk.framework tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: @module=sdk.framework tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_resource_type=random_id tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: tf_resource_type=random_id @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_integer tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 @module=sdk.framework tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=GetProviderSchema tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_resource_type=random_integer @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: @module=sdk.framework tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_password tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: @module=sdk.framework tf_rpc=GetProviderSchema tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_resource_type=random_password @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_pet tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 @module=sdk.framework tf_resource_type=random_pet tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_resource_type=random_shuffle tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 @module=sdk.framework timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_shuffle tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 @module=sdk.framework tf_resource_type=random_string timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_resource_type=random_string tf_rpc=GetProviderSchema @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Provider DataSources: tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:152 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.882+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Provider DataSources: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:154 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=e4caa9c0-5e6c-8b2a-c60b-a2b90c43cce4 tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:40.882+0100"
2023-10-05T17:47:40.883+0100 [DEBUG] No provider meta schema returned
2023-10-05T17:47:40.884+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-10-05T17:47:40.885+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5 pid=28392
2023-10-05T17:47:40.885+0100 [DEBUG] provider: plugin exited
2023-10-05T17:47:40.885+0100 [DEBUG] Building and walking validate graph
2023-10-05T17:47:40.885+0100 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by random_string.string
2023-10-05T17:47:40.885+0100 [DEBUG] ProviderTransformer: "google_service_account.test" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"].test_project
2023-10-05T17:47:40.885+0100 [DEBUG] ProviderTransformer: "random_string.string" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"]
2023-10-05T17:47:40.885+0100 [DEBUG] ProviderTransformer: "google_project.test" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2023-10-05T17:47:40.885+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"].test_project" references: [google_project.test]
2023-10-05T17:47:40.885+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: []
2023-10-05T17:47:40.885+0100 [DEBUG] ReferenceTransformer: "random_string.string" references: []
2023-10-05T17:47:40.885+0100 [DEBUG] ReferenceTransformer: "google_project.test" references: [random_string.string]
2023-10-05T17:47:40.885+0100 [DEBUG] ReferenceTransformer: "google_service_account.test" references: []
2023-10-05T17:47:40.885+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2023-10-05T17:47:40.885+0100 [DEBUG] Starting graph walk: walkValidate
2023-10-05T17:47:40.886+0100 [DEBUG] created provider logger: level=debug
2023-10-05T17:47:40.886+0100 [INFO] provider: configuring client automatic mTLS
2023-10-05T17:47:40.888+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5"]
2023-10-05T17:47:40.890+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5 pid=28395
2023-10-05T17:47:40.890+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5
2023-10-05T17:47:40.973+0100 [INFO] provider.terraform-provider-random_v3.5.1_x5: configuring server automatic mTLS: timestamp="2023-10-05T17:47:40.973+0100"
2023-10-05T17:47:40.983+0100 [DEBUG] provider: using plugin: version=5
2023-10-05T17:47:40.983+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: plugin address: network=unix address=/var/folders/9j/nd4k7psj6c1_ygj7ys8lq8k40000gp/T/plugin360160996 timestamp="2023-10-05T17:47:40.983+0100"
2023-10-05T17:47:40.988+0100 [DEBUG] created provider logger: level=debug
2023-10-05T17:47:40.988+0100 [INFO] provider: configuring client automatic mTLS
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Provider Metadata: tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_getproviderschema.go:36 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:40.988+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Provider Metadata: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_getproviderschema.go:38 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 timestamp="2023-10-05T17:47:40.988+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:272 timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:274 timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Provider Resources: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:349 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:351 timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 @module=sdk.framework tf_resource_type=random_integer tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: @module=sdk.framework tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_resource_type=random_integer @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_resource_type=random_password tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 @module=sdk.framework tf_resource_type=random_password timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 @module=sdk.framework tf_resource_type=random_pet tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_pet tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_shuffle tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_shuffle tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 @module=sdk.framework tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_resource_type=random_string @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_resource_type=random_string tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 @module=sdk.framework tf_resource_type=random_uuid tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: @module=sdk.framework tf_resource_type=random_uuid tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_id tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 @module=sdk.framework timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 tf_resource_type=random_id tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_rpc=GetProviderSchema @module=sdk.framework timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:152 timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Provider DataSources: tf_req_id=6292b2ad-10c9-4593-1c14-ec702221cec3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:154 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:40.989+0100"
2023-10-05T17:47:40.989+0100 [DEBUG] No provider meta schema returned
2023-10-05T17:47:40.991+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5"]
2023-10-05T17:47:40.995+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 pid=28397
2023-10-05T17:47:40.995+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5
2023-10-05T17:47:41.468+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: configuring server automatic mTLS: timestamp="2023-10-05T17:47:41.468+0100"
2023-10-05T17:47:41.478+0100 [DEBUG] provider: using plugin: version=5
2023-10-05T17:47:41.478+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: plugin address: address=/var/folders/9j/nd4k7psj6c1_ygj7ys8lq8k40000gp/T/plugin2901178301 network=unix timestamp="2023-10-05T17:47:41.478+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_rpc=ValidateResourceTypeConfig tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_resource_type=random_string timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=min_special tf_resource_type=random_string timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_rpc=ValidateResourceTypeConfig tf_attribute_path=min_numeric tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_resource_type=random_string tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig @module=sdk.framework timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_resource_type=random_string tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 @module=sdk.framework timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined validator.Int64: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_validation.go:314 @module=sdk.framework tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_resource_type=random_string tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig description="value must be at least 1" tf_attribute_path=length timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined validator.Int64: @module=sdk.framework description="value must be at least 1" tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_validation.go:324 tf_attribute_path=length tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined validator.Int64: @module=sdk.framework tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_validation.go:314 description="value must be at least sum of min_upper + min_lower + min_numeric + min_special" tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_rpc=ValidateResourceTypeConfig timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=min_upper tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=min_lower tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=min_lower tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=min_numeric timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_resource_type=random_string @module=sdk.framework timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.485+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.486+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined validator.Int64: @module=sdk.framework description="value must be at least sum of min_upper + min_lower + min_numeric + min_special" tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_validation.go:324 tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig tf_attribute_path=length timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.486+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @module=sdk.framework tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_resource_type=random_string timestamp="2023-10-05T17:47:41.485+0100"
2023-10-05T17:47:41.486+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_resource_type=random_string tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 timestamp="2023-10-05T17:47:41.486+0100"
2023-10-05T17:47:41.486+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_resource_type=random_string tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:41.486+0100"
2023-10-05T17:47:41.486+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=min_lower tf_resource_type=random_string timestamp="2023-10-05T17:47:41.486+0100"
2023-10-05T17:47:41.486+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=keepers tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 timestamp="2023-10-05T17:47:41.486+0100"
2023-10-05T17:47:41.486+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=keepers tf_req_id=509db319-5d72-6cd7-2c3f-11eb8490d264 tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 timestamp="2023-10-05T17:47:41.486+0100"
2023-10-05T17:47:41.486+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-10-05T17:47:41.489+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5 pid=28395
2023-10-05T17:47:41.489+0100 [DEBUG] provider: plugin exited
2023-10-05T17:47:41.530+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-10-05T17:47:41.531+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 pid=28397
2023-10-05T17:47:41.531+0100 [DEBUG] provider: plugin exited
2023-10-05T17:47:41.531+0100 [DEBUG] created provider logger: level=debug
2023-10-05T17:47:41.531+0100 [INFO] provider: configuring client automatic mTLS
2023-10-05T17:47:41.533+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5"]
2023-10-05T17:47:41.538+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 pid=28406
2023-10-05T17:47:41.538+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5
2023-10-05T17:47:42.064+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: configuring server automatic mTLS: timestamp="2023-10-05T17:47:42.063+0100"
2023-10-05T17:47:42.076+0100 [DEBUG] provider: using plugin: version=5
2023-10-05T17:47:42.076+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: plugin address: address=/var/folders/9j/nd4k7psj6c1_ygj7ys8lq8k40000gp/T/plugin2704550176 network=unix timestamp="2023-10-05T17:47:42.075+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=workflows_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.153+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=workflows_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_management_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_management_custom_endpoint timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value expected to be a string that isn't an empty string" tf_attribute_path=impersonate_service_account tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=impersonate_service_account tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_attribute_path=cloud_build_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_build_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=active_directory_custom_endpoint timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=active_directory_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_networking_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=service_networking_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=alloydb_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=alloydb_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_ids_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=cloud_ids_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iap_custom_endpoint timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=iap_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_attribute_path=tags_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=tags_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vertex_ai_custom_endpoint timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vertex_ai_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=privateca_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_attribute_path=privateca_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_warehouse_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_warehouse_custom_endpoint timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=monitoring_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.154+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=monitoring_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.154+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=datastore_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=datastore_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=service_usage_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_usage_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=dataflow_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework tf_attribute_path=dataflow_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apikeys_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=apikeys_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=dataproc_metastore_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_attribute_path=dataproc_metastore_custom_endpoint timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=org_policy_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=org_policy_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddeploy_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=clouddeploy_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=billing_custom_endpoint @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=billing_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dialogflow_cx_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_attribute_path=dialogflow_cx_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_security_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=network_security_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=iam_workforce_pool_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=iam_workforce_pool_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=kms_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=kms_custom_endpoint tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_attribute_path=container_aws_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=container_aws_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_asset_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_asset_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_attribute_path=zone @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=zone timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=cloud_identity_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_identity_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vpc_access_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vpc_access_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=secret_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=secret_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=compute_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.155+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=compute_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_functions_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=cloud_functions_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_mux_provider="*proto5server.Server" @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=deployment_manager_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.155+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=deployment_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=source_repo_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=source_repo_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=identity_platform_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=identity_platform_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=network_services_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=network_services_custom_endpoint timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=edgenetwork_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=edgenetwork_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=access_approval_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_attribute_path=access_approval_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=assured_workloads_custom_endpoint timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=assured_workloads_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=dialogflow_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dialogflow_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dns_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dns_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_hub2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=gke_hub2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=logging_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=logging_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=certificate_manager_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=certificate_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=notebooks_custom_endpoint @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=notebooks_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=data_fusion_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=data_fusion_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=essential_contacts_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=essential_contacts_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=artifact_registry_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=artifact_registry_custom_endpoint timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=access_context_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_context_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=redis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=redis_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_backup_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_backup_custom_endpoint timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=database_migration_service_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=database_migration_service_custom_endpoint timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=storage_transfer_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_transfer_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_connectivity_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_connectivity_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=core_billing_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.156+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=core_billing_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig tf_attribute_path=apigee_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=apigee_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=public_ca_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=public_ca_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=healthcare_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=healthcare_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=tags_location_custom_endpoint timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=tags_location_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=region tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value expected to be a string that isn't an empty string" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=region timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=bigquery_reservation_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_reservation_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=spanner_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=spanner_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=ml_engine_custom_endpoint timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=ml_engine_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=data_loss_prevention_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=data_loss_prevention_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:42.156+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=pubsub_custom_endpoint timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=pubsub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=os_config_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=os_config_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloudfunctions2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_attribute_path=cloudfunctions2_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_azure_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_azure_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=cloud_scheduler_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_scheduler_custom_endpoint tf_rpc=PrepareProviderConfig tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="Ensure that if an attribute is set, these are not set: \"[credentials]\"" tf_attribute_path=access_token tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="Ensure that if an attribute is set, these are not set: \"[credentials]\"" tf_attribute_path=access_token tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=access_token tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=access_token tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value expected to be a string that isn't an empty string" timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_resource_manager_custom_endpoint timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_resource_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=resource_manager_custom_endpoint timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=resource_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=filestore_custom_endpoint tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=filestore_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig tf_attribute_path=big_query_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.157+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=big_query_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=firebaserules_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=firebaserules_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_rpc=PrepareProviderConfig tf_attribute_path=app_engine_custom_endpoint timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=app_engine_custom_endpoint timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=iam_beta_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_beta_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=dataplex_custom_endpoint timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataplex_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=recaptcha_enterprise_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=recaptcha_enterprise_custom_endpoint timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_catalog_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_catalog_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Type Validate: tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_attribute_path=scopes tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Type Validate: tf_attribute_path=scopes tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_pipeline_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=data_pipeline_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=tpu_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=tpu_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=binary_authorization_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework tf_attribute_path=binary_authorization_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_attribute_path=storage_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.157+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=container_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=container_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=biglake_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=biglake_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=cloud_tasks_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig tf_attribute_path=cloud_tasks_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_connection_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_connection_custom_endpoint tf_rpc=PrepareProviderConfig tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=storage_insights_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_insights_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_build_worker_pool_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=cloud_build_worker_pool_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=composer_custom_endpoint timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=composer_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework tf_attribute_path=os_login_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_login_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_attribute_path=firestore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firestore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=pubsub_lite_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=pubsub_lite_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=datastream_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=datastream_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=cloud_run_v2_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_v2_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=project tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.158+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_attribute_path=project tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloudbuildv2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=cloudbuildv2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=sql_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework tf_attribute_path=sql_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=cloud_billing_custom_endpoint tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_billing_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=bigtable_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=bigtable_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_v3_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_v3_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_attached_custom_endpoint timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=container_attached_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=eventarc_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=eventarc_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=looker_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=looker_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=gkehub_feature_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=gkehub_feature_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=beyondcorp_custom_endpoint tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=beyondcorp_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=container_analysis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_analysis_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" @module=sdk.framework description="Ensure that if an attribute is set, these are not set: \"[access_token]\"" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.158+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework description="Ensure that if an attribute is set, these are not set: \"[access_token]\"" tf_attribute_path=credentials @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig tf_attribute_path=credentials @module=sdk.framework description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=credentials tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value expected to be a string that isn't an empty string" timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=dataproc_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=dataproc_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=gke_hub_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework tf_attribute_path=gke_hub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework tf_attribute_path=impersonate_service_account_delegates tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @module=sdk.framework tf_attribute_path=impersonate_service_account_delegates tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=network_management_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_management_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=iam2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=iam2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value expected to be a string that isn't an empty string" tf_attribute_path=billing_project tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value expected to be a string that isn't an empty string" tf_attribute_path=billing_project tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Type Validate: tf_attribute_path=default_labels tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Type Validate: tf_attribute_path=default_labels tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=security_center_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=security_center_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=iam_credentials_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=iam_credentials_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=memcache_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=memcache_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Type Validate: tf_attribute_path=memcache_custom_endpoint tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.159+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Type Validate: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=memcache_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=28dc93fd-8430-6d99-cb28-5b83320c9839 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 timestamp="2023-10-05T17:47:42.159+0100"
2023-10-05T17:47:42.171+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-10-05T17:47:42.172+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 pid=28406
2023-10-05T17:47:42.172+0100 [DEBUG] provider: plugin exited
2023-10-05T17:47:42.172+0100 [INFO] backend/local: plan calling Plan
2023-10-05T17:47:42.172+0100 [DEBUG] Building and walking plan graph for NormalMode
2023-10-05T17:47:42.172+0100 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by random_string.string (expand)
2023-10-05T17:47:42.172+0100 [DEBUG] ProviderTransformer: "google_project.test (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2023-10-05T17:47:42.172+0100 [DEBUG] ProviderTransformer: "google_service_account.test (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"].test_project
2023-10-05T17:47:42.172+0100 [DEBUG] ProviderTransformer: "random_string.string (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"]
2023-10-05T17:47:42.172+0100 [DEBUG] ReferenceTransformer: "random_string.string (expand)" references: []
2023-10-05T17:47:42.173+0100 [DEBUG] ReferenceTransformer: "google_project.test (expand)" references: [random_string.string (expand)]
2023-10-05T17:47:42.173+0100 [DEBUG] ReferenceTransformer: "google_service_account.test (expand)" references: []
2023-10-05T17:47:42.173+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2023-10-05T17:47:42.173+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"].test_project" references: [google_project.test (expand)]
2023-10-05T17:47:42.173+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: []
2023-10-05T17:47:42.173+0100 [DEBUG] Starting graph walk: walkPlan
2023-10-05T17:47:42.173+0100 [DEBUG] created provider logger: level=debug
2023-10-05T17:47:42.173+0100 [INFO] provider: configuring client automatic mTLS
2023-10-05T17:47:42.176+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5"]
2023-10-05T17:47:42.180+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 pid=28630
2023-10-05T17:47:42.180+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5
2023-10-05T17:47:42.663+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: configuring server automatic mTLS: timestamp="2023-10-05T17:47:42.662+0100"
2023-10-05T17:47:42.672+0100 [DEBUG] provider: using plugin: version=5
2023-10-05T17:47:42.672+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: plugin address: network=unix address=/var/folders/9j/nd4k7psj6c1_ygj7ys8lq8k40000gp/T/plugin473623035 timestamp="2023-10-05T17:47:42.672+0100"
2023-10-05T17:47:42.678+0100 [DEBUG] created provider logger: level=debug
2023-10-05T17:47:42.678+0100 [INFO] provider: configuring client automatic mTLS
2023-10-05T17:47:42.681+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5"]
2023-10-05T17:47:42.684+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5 pid=28689
2023-10-05T17:47:42.684+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5
2023-10-05T17:47:42.767+0100 [INFO] provider.terraform-provider-random_v3.5.1_x5: configuring server automatic mTLS: timestamp="2023-10-05T17:47:42.767+0100"
2023-10-05T17:47:42.777+0100 [DEBUG] provider: using plugin: version=5
2023-10-05T17:47:42.777+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: plugin address: address=/var/folders/9j/nd4k7psj6c1_ygj7ys8lq8k40000gp/T/plugin920537535 network=unix timestamp="2023-10-05T17:47:42.776+0100"
2023-10-05T17:47:42.782+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_getproviderschema.go:36 @module=sdk.framework timestamp="2023-10-05T17:47:42.782+0100"
2023-10-05T17:47:42.782+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Provider Metadata: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_getproviderschema.go:38 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 timestamp="2023-10-05T17:47:42.782+0100"
2023-10-05T17:47:42.782+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:272 timestamp="2023-10-05T17:47:42.782+0100"
2023-10-05T17:47:42.782+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Provider Schema: tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:274 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:42.782+0100"
2023-10-05T17:47:42.782+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:349 timestamp="2023-10-05T17:47:42.782+0100"
2023-10-05T17:47:42.782+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Provider Resources: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:351 @module=sdk.framework timestamp="2023-10-05T17:47:42.782+0100"
2023-10-05T17:47:42.782+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: @module=sdk.framework tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_id @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 timestamp="2023-10-05T17:47:42.782+0100"
2023-10-05T17:47:42.782+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: tf_resource_type=random_id tf_rpc=GetProviderSchema tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:42.782+0100"
2023-10-05T17:47:42.782+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_resource_type=random_integer timestamp="2023-10-05T17:47:42.782+0100"
2023-10-05T17:47:42.782+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_resource_type=random_integer tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:42.782+0100"
2023-10-05T17:47:42.782+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_resource_type=random_password timestamp="2023-10-05T17:47:42.782+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_resource_type=random_password tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:42.782+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_pet @module=sdk.framework tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_rpc=GetProviderSchema timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_resource_type=random_pet tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 @module=sdk.framework tf_resource_type=random_shuffle tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_rpc=GetProviderSchema @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_shuffle timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_resource_type=random_string @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: tf_resource_type=random_string tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 @module=sdk.framework timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Resource Schema: tf_resource_type=random_uuid @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:433 timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Resource Schema: @module=sdk.framework tf_resource_type=random_uuid tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:435 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Provider DataSources: tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:152 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Provider DataSources: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server.go:154 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=582ead90-6725-c385-fc4a-fe956b308e30 timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] No provider meta schema returned
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=edgenetwork_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=edgenetwork_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_attribute_path=container_aws_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_aws_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=billing_custom_endpoint timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=billing_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_attribute_path=dataproc_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=cloud_run_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_ids_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_ids_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig tf_attribute_path=document_ai_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=document_ai_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_attribute_path=iam2_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam2_custom_endpoint timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gkehub_feature_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gkehub_feature_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_attribute_path=impersonate_service_account_delegates tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_attribute_path=impersonate_service_account_delegates tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=network_connectivity_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_connectivity_custom_endpoint timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloudbuildv2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=cloudbuildv2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=sql_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=sql_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=org_policy_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.783+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=org_policy_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=active_directory_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=active_directory_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.783+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=dataflow_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataflow_custom_endpoint timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_attribute_path=billing_project tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=billing_project tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework description="value expected to be a string that isn't an empty string" timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=pubsub_custom_endpoint timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_analysis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=container_analysis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=app_engine_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=app_engine_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=core_billing_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=core_billing_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_attribute_path=cloud_build_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_build_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="Ensure that if an attribute is set, these are not set: \"[access_token]\"" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="Ensure that if an attribute is set, these are not set: \"[access_token]\"" tf_attribute_path=credentials tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=credentials tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=assured_workloads_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=assured_workloads_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=dns_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=dns_custom_endpoint timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=clouddeploy_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddeploy_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_attribute_path=pubsub_lite_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_lite_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_login_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=os_login_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=looker_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=looker_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=essential_contacts_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=essential_contacts_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=deployment_manager_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=deployment_manager_custom_endpoint timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_attribute_path=impersonate_service_account tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=impersonate_service_account @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=tags_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=tags_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_transfer_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_transfer_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=5f804e4f-120e-35a3-4b96-8692cd791ccd tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_configureprovider.go:12 timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Provider Configure: tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=5f804e4f-120e-35a3-4b96-8692cd791ccd timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=binary_authorization_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=binary_authorization_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] Resource instance state not found for node "random_string.string", instance random_string.string
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=notebooks_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=notebooks_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] ReferenceTransformer: "random_string.string" references: []
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=storage_insights_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=storage_insights_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_attribute_path=workflows_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=workflows_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=cloud_billing_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_billing_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] refresh: random_string.string: no state, so not refreshing
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apikeys_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=apikeys_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_datapolicy_custom_endpoint timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=dataplex_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataplex_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_networking_custom_endpoint @module=sdk.framework timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=service_networking_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_context_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=access_context_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig tf_attribute_path=dialogflow_custom_endpoint timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dialogflow_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=container_azure_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=container_azure_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iap_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.784+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iap_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_services_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_services_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.784+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_attribute_path=container_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=apigee_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_attribute_path=apigee_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Type Validate: tf_attribute_path=default_labels tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Type Validate: tf_attribute_path=default_labels tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=eventarc_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 @module=sdk.framework tf_attribute_path=min_numeric tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=eventarc_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firestore_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=keepers timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firestore_custom_endpoint timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=keepers tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firebaserules_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_rpc=ValidateResourceTypeConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=firebaserules_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_identity_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_identity_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_backup_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined validator.Int64: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_validation.go:314 @module=sdk.framework description="value must be at least 1" tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_resource_type=random_string tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_backup_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined validator.Int64: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_validation.go:324 description="value must be at least 1" tf_attribute_path=length tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_attribute_path=tags_location_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined validator.Int64: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_resource_type=random_string @module=sdk.framework description="value must be at least sum of min_upper + min_lower + min_numeric + min_special" tf_attribute_path=length tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_validation.go:314 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=tags_location_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=certificate_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=certificate_manager_custom_endpoint timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vertex_ai_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=min_lower tf_resource_type=random_string timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vertex_ai_custom_endpoint timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_asset_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_asset_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=beyondcorp_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=beyondcorp_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=min_numeric tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vpc_access_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_rpc=ValidateResourceTypeConfig tf_resource_type=random_string timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=vpc_access_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_attached_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=container_attached_custom_endpoint timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=alloydb_custom_endpoint timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=alloydb_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=public_ca_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=public_ca_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=iam_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig tf_attribute_path=iam_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_attribute_path=project tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_attribute_path=project tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloudfunctions2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloudfunctions2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=memcache_custom_endpoint timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=memcache_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=identity_platform_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_attribute_path=identity_platform_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=biglake_custom_endpoint timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=biglake_custom_endpoint timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=bigtable_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=bigtable_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value expected to be a string that isn't an empty string" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=zone timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value expected to be a string that isn't an empty string" tf_attribute_path=zone tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_rpc=PrepareProviderConfig tf_attribute_path=healthcare_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=healthcare_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=spanner_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=spanner_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_connection_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=bigquery_connection_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=gke_hub2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=gke_hub2_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_attribute_path=network_management_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=network_management_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.785+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=privateca_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig tf_attribute_path=privateca_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig tf_attribute_path=cloud_tasks_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_tasks_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.785+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=compute_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=compute_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="Ensure that if an attribute is set, these are not set: \"[credentials]\"" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=access_token timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="Ensure that if an attribute is set, these are not set: \"[credentials]\"" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=access_token tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=access_token @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=access_token timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=gke_hub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=gke_hub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=data_loss_prevention_custom_endpoint timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_loss_prevention_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=database_migration_service_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=database_migration_service_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_attribute_path=redis_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=redis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=monitoring_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=monitoring_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=security_center_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=security_center_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=logging_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=logging_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_warehouse_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=document_ai_warehouse_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_attribute_path=kms_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=kms_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_pipeline_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_pipeline_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_attribute_path=cloud_resource_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=cloud_resource_manager_custom_endpoint timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=bigquery_reservation_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_reservation_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig tf_attribute_path=cloud_functions_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=cloud_functions_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=source_repo_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=source_repo_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=composer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=composer_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_attribute_path=min_special tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined validator.Int64: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_validation.go:324 description="value must be at least sum of min_upper + min_lower + min_numeric + min_special" tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_resource_type=random_string timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_attribute_path=min_lower tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_attribute_path=min_lower tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_build_worker_pool_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=cloud_build_worker_pool_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=iam_credentials_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=min_special tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string tf_rpc=ValidateResourceTypeConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_credentials_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_attribute_path=cloud_run_v2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=min_upper tf_rpc=ValidateResourceTypeConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig tf_attribute_path=cloud_run_v2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=min_upper @module=sdk.framework tf_req_id=d6b94bb8-e0b1-9755-b222-4de5558fbdb6 tf_resource_type=random_string timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=dialogflow_cx_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=dialogflow_cx_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_attribute_path=data_catalog_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_catalog_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=cloud_scheduler_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=cloud_scheduler_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=service_management_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=service_management_custom_endpoint timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 tf_attribute_path=scopes tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Type Validate: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_attribute_path=scopes tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=iam_beta_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_attribute_path=iam_beta_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=tpu_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_attribute_path=tpu_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=recaptcha_enterprise_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=recaptcha_enterprise_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=secret_manager_custom_endpoint tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=secret_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_usage_custom_endpoint timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=service_usage_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange tf_resource_type=random_string @module=sdk.framework tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=os_config_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_resource_type=random_string timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_config_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.786+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_approval_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=access_approval_custom_endpoint timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=network_security_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_rpc=PlanResourceChange tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_security_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=artifact_registry_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=artifact_registry_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=datastream_custom_endpoint timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=datastream_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=datastore_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_planresourcechange.go:225 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @module=sdk.framework tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=datastore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.786+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=iam_workforce_pool_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_workforce_pool_custom_endpoint timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=region tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d description="value expected to be a string that isn't an empty string" tf_attribute_path=region tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: marking computed attribute that is null in the config as unknown: tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_planresourcechange.go:429 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_attribute_path="AttributeName(\"number\")" tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_metastore_custom_endpoint @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"numeric\")" tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_planresourcechange.go:429 timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=dataproc_metastore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_planresourcechange.go:429 @module=sdk.framework tf_attribute_path="AttributeName(\"id\")" tf_resource_type=random_string tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_fusion_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=data_fusion_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"result\")" tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/server_planresourcechange.go:429 timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_attribute_path=ml_engine_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=ml_engine_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string @module=sdk.framework tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_v3_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_v3_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_attribute_path=filestore_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=filestore_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=big_query_custom_endpoint timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=big_query_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange tf_resource_type=random_string timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Type Validate: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=big_query_custom_endpoint tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Type Validate: tf_attribute_path=big_query_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=dcefe614-be9e-9521-063b-bfc897ed3a1d @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.Int64: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:822 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @module=sdk.framework tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.Int64: tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:832 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_set_at_path.go:71 tf_resource_type=random_string tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=min_special tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=min_special @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_set_at_path.go:73 tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_resource_type=random_string timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange tf_resource_type=random_string tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string tf_rpc=PlanResourceChange tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.Int64: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:822 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=min_numeric tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.Int64: tf_resource_type=random_string tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:832 timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @module=sdk.framework tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_set_at_path.go:71 tf_attribute_path=min_numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=min_numeric @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_set_at_path.go:73 tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_resource_type=random_string timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.Int64: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:822 tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.Int64: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:832 tf_resource_type=random_string tf_rpc=PlanResourceChange tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string tf_attribute_path=length tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_set_at_path.go:71 timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_rpc=PlanResourceChange tf_attribute_path=length tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.String: tf_attribute_path=result tf_resource_type=random_string tf_rpc=PlanResourceChange description="Once set, the value of this attribute in state will not change." @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:1632 timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.String: tf_attribute_path=result tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:1642 description="Once set, the value of this attribute in state will not change." tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.String: description="Replace on modification unless updating from empty string (\"\") to null." tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:1632 @module=sdk.framework tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.String: tf_attribute_path=override_special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange description="Replace on modification unless updating from empty string (\"\") to null." tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:1642 @module=sdk.framework timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.String: tf_attribute_path=id tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:1632 @module=sdk.framework timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=id tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:1642 timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.Bool: tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:552 tf_attribute_path=special tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.Bool: tf_attribute_path=special description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:562 @module=sdk.framework timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.Bool: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:552 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @module=sdk.framework tf_attribute_path=lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.Bool: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:562 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=lower timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=random_string timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_resource_type=random_string tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.Map: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:1092 @module=sdk.framework tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=keepers tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.Map: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=keepers tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:1102 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_attribute_path=keepers tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_set_at_path.go:71 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_attribute_path=keepers tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.Bool: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=upper tf_rpc=PlanResourceChange tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:552 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.787+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.Bool: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=upper tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:562 tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_resource_type=random_string tf_rpc=PlanResourceChange tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_resource_type=random_string tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.Int64: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:822 tf_rpc=PlanResourceChange tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:42.787+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.Int64: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=min_lower tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:832 timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_set_at_path.go:71 tf_resource_type=random_string @module=sdk.framework tf_attribute_path=min_lower tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_set_at_path.go:73 tf_attribute_path=min_lower tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_resource_type=random_string tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:78 tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/hashicorp/random @module=sdk.framework tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.Int64: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:822 @module=sdk.framework tf_attribute_path=min_upper tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.Int64: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:832 tf_attribute_path=min_upper tf_resource_type=random_string tf_rpc=PlanResourceChange @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined Type Validate: tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_provider_addr=registry.terraform.io/hashicorp/random tf_attribute_path=min_upper tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_set_at_path.go:71 @module=sdk.framework timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined Type Validate: tf_resource_type=random_string tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=min_upper tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwschemadata/data_set_at_path.go:73 timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.Bool: tf_attribute_path=numeric tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange description="Ensures that number and numeric attributes are kept synchronised." tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:552 @module=sdk.framework timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.Bool: tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:562 tf_attribute_path=numeric tf_resource_type=random_string @module=sdk.framework description="Ensures that number and numeric attributes are kept synchronised." tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.Bool: tf_attribute_path=numeric tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:552 @module=sdk.framework tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.Bool: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/random @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:562 @module=sdk.framework tf_attribute_path=numeric tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.Bool: tf_provider_addr=registry.terraform.io/hashicorp/random tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:552 @module=sdk.framework description="Ensures that number and numeric attributes are kept synchronised." tf_attribute_path=number timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.Bool: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:562 @module=sdk.framework tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange description="Ensures that number and numeric attributes are kept synchronised." tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Calling provider defined planmodifier.Bool: @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:552 tf_attribute_path=number tf_provider_addr=registry.terraform.io/hashicorp/random description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.788+0100 [DEBUG] provider.terraform-provider-random_v3.5.1_x5: Called provider defined planmodifier.Bool: tf_attribute_path=number tf_req_id=d9140795-997d-e94b-2360-2a8a0e0315fb tf_resource_type=random_string description="If the value of this attribute changes, Terraform will destroy and recreate the resource." @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/random tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.2.0/internal/fwserver/attribute_plan_modification.go:562 timestamp="2023-10-05T17:47:42.788+0100"
2023-10-05T17:47:42.790+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-10-05T17:47:42.790+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.5.1/darwin_arm64/terraform-provider-random_v3.5.1_x5 pid=28689
2023-10-05T17:47:42.790+0100 [DEBUG] provider: plugin exited
2023-10-05T17:47:42.796+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:12 tf_mux_provider="*proto5server.Server" tf_req_id=e6dcee09-e6de-a749-a1c3-bb903e7c51e5 timestamp="2023-10-05T17:47:42.796+0100"
2023-10-05T17:47:42.797+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: Authenticating using DefaultClient...: tf_mux_provider="*proto5server.Server" tf_req_id=e6dcee09-e6de-a749-a1c3-bb903e7c51e5 @module=google tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1601 tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:42.797+0100"
2023-10-05T17:47:42.797+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: tf_rpc=ConfigureProvider @module=google tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=e6dcee09-e6de-a749-a1c3-bb903e7c51e5 @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1602 timestamp="2023-10-05T17:47:42.797+0100"
2023-10-05T17:47:42.797+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: Authenticating using DefaultClient...: tf_req_id=e6dcee09-e6de-a749-a1c3-bb903e7c51e5 @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1601 @module=google tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_rpc=ConfigureProvider timestamp="2023-10-05T17:47:42.797+0100"
2023-10-05T17:47:42.797+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: tf_mux_provider="*proto5server.Server" tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1602 @module=google tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=e6dcee09-e6de-a749-a1c3-bb903e7c51e5 timestamp="2023-10-05T17:47:42.797+0100"
2023-10-05T17:47:42.797+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:42 [DEBUG] Waiting for state to become: [success]
2023-10-05T17:47:43.115+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: Terraform is using this identity: simon.aquino@.io: @module=google tf_mux_provider="*proto5server.Server" tf_req_id=e6dcee09-e6de-a749-a1c3-bb903e7c51e5 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1475 timestamp="2023-10-05T17:47:43.114+0100"
2023-10-05T17:47:43.115+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Provider Configure: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:20 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=e6dcee09-e6de-a749-a1c3-bb903e7c51e5 tf_rpc=ConfigureProvider @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.114+0100"
2023-10-05T17:47:43.118+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:43 [INFO] Authenticating using DefaultClient...
2023-10-05T17:47:43.118+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:43 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]
2023-10-05T17:47:43.118+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:43 [INFO] Authenticating using DefaultClient...
2023-10-05T17:47:43.118+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:43 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]
2023-10-05T17:47:43.119+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:43 [DEBUG] Waiting for state to become: [success]
2023-10-05T17:47:43.235+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:43 [INFO] Terraform is using this identity: simon.aquino@.io
2023-10-05T17:47:43.235+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:43 [DEBUG] parent context canceled, cleaning up batcher batches
2023-10-05T17:47:43.235+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:43 [DEBUG] parent context canceled, cleaning up batcher batches
2023-10-05T17:47:43.235+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:43 [DEBUG] Stopping batcher "Service Usage"
2023-10-05T17:47:43.235+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:43 [DEBUG] Stopping batcher "IAM"
2023-10-05T17:47:43.235+0100 [DEBUG] Resource instance state not found for node "google_project.test", instance google_project.test
2023-10-05T17:47:43.235+0100 [DEBUG] ReferenceTransformer: "google_project.test" references: []
2023-10-05T17:47:43.235+0100 [DEBUG] refresh: google_project.test: no state, so not refreshing
2023-10-05T17:47:43.237+0100 [WARN] Provider "registry.terraform.io/hashicorp/google" produced an invalid plan for google_project.test, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .auto_create_network: planned value cty.True for a non-computed attribute
2023-10-05T17:47:43.237+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:43 [DEBUG] [transport] [server-transport 0x14000626680] Closing: Server.Stop called
2023-10-05T17:47:43.237+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:43 [DEBUG] [transport] [server-transport 0x14000626680] loopyWriter exiting with error: transport closed by client
2023-10-05T17:47:43.237+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-10-05T17:47:43.239+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 pid=28630
2023-10-05T17:47:43.239+0100 [DEBUG] provider: plugin exited
2023-10-05T17:47:43.239+0100 [DEBUG] created provider logger: level=debug
2023-10-05T17:47:43.239+0100 [INFO] provider: configuring client automatic mTLS
2023-10-05T17:47:43.242+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5"]
2023-10-05T17:47:43.245+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 pid=28700
2023-10-05T17:47:43.246+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5
2023-10-05T17:47:43.729+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: configuring server automatic mTLS: timestamp="2023-10-05T17:47:43.729+0100"
2023-10-05T17:47:43.738+0100 [DEBUG] provider: using plugin: version=5
2023-10-05T17:47:43.739+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: plugin address: address=/var/folders/9j/nd4k7psj6c1_ygj7ys8lq8k40000gp/T/plugin2686550213 network=unix timestamp="2023-10-05T17:47:43.738+0100"
2023-10-05T17:47:43.791+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=edgenetwork_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.791+0100"
2023-10-05T17:47:43.791+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=edgenetwork_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.791+0100"
2023-10-05T17:47:43.791+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=composer_custom_endpoint timestamp="2023-10-05T17:47:43.791+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=composer_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.791+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=monitoring_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.791+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=monitoring_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:43.791+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=data_catalog_custom_endpoint tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_catalog_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_context_manager_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_context_manager_custom_endpoint tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=vpc_access_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=vpc_access_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=cloud_build_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_build_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=iam_beta_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=iam_beta_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=network_services_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_services_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=tags_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework tf_attribute_path=tags_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=looker_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=looker_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firebaserules_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firebaserules_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apikeys_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=apikeys_custom_endpoint timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=kms_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=kms_custom_endpoint timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=redis_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=redis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_management_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_management_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=spanner_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=spanner_custom_endpoint timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_attribute_path=logging_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=logging_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_attribute_path=dataproc_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_attribute_path=gke_hub2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=gke_hub2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig tf_attribute_path=dialogflow_custom_endpoint timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dialogflow_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=memcache_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=memcache_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gkehub_feature_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gkehub_feature_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_build_worker_pool_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_build_worker_pool_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_lite_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=pubsub_lite_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Type Validate: tf_attribute_path=impersonate_service_account_delegates tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Type Validate: tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=impersonate_service_account_delegates tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=billing_project tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=billing_project tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_resource_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_resource_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigtable_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigtable_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=document_ai_custom_endpoint timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_azure_custom_endpoint timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_azure_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_attribute_path=zone tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=zone @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apigee_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apigee_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_usage_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=service_usage_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_hub_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_hub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=vertex_ai_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vertex_ai_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=storage_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_attribute_path=dns_custom_endpoint timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.792+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=dns_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=recaptcha_enterprise_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=recaptcha_enterprise_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.792+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_attribute_path=cloud_run_v2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_v2_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_scheduler_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_scheduler_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=filestore_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=filestore_custom_endpoint timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=storage_insights_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=storage_insights_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=certificate_manager_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=certificate_manager_custom_endpoint timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=iam2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam2_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=storage_transfer_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_transfer_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_attribute_path=active_directory_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=active_directory_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=gke_backup_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_backup_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_v3_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_v3_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=access_token tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig @module=sdk.framework description="Ensure that if an attribute is set, these are not set: \"[credentials]\"" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=access_token tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="Ensure that if an attribute is set, these are not set: \"[credentials]\"" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=access_token timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=access_token tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=compute_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=compute_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=org_policy_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=org_policy_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=pubsub_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=resource_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_custom_endpoint @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_asset_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_attribute_path=cloud_asset_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_tasks_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=cloud_tasks_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataflow_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=dataflow_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=document_ai_warehouse_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_warehouse_custom_endpoint timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=source_repo_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=source_repo_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=privateca_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=privateca_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework tf_attribute_path=ml_engine_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=ml_engine_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=network_connectivity_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=network_connectivity_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=dialogflow_cx_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dialogflow_cx_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value expected to be a string that isn't an empty string" tf_attribute_path=project tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value expected to be a string that isn't an empty string" tf_attribute_path=project tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=workflows_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=workflows_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=container_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddeploy_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=clouddeploy_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=container_analysis_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=container_analysis_custom_endpoint timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=deployment_manager_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=deployment_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=datastore_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=datastore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_billing_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_billing_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=impersonate_service_account tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_attribute_path=impersonate_service_account timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_networking_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=service_networking_custom_endpoint tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=big_query_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=big_query_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=identity_platform_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig tf_attribute_path=identity_platform_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_attribute_path=artifact_registry_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=artifact_registry_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_aws_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=container_aws_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_ids_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_ids_custom_endpoint timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.793+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=iam_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.793+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=essential_contacts_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=essential_contacts_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=security_center_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=security_center_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Type Validate: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_attribute_path=scopes tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Type Validate: tf_attribute_path=scopes tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=os_config_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_config_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=os_login_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_login_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=bigquery_reservation_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=bigquery_reservation_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataplex_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=dataplex_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=public_ca_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=public_ca_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=region tf_provider_addr=registry.terraform.io/hashicorp/google description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value expected to be a string that isn't an empty string" tf_attribute_path=region tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_security_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_security_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_connection_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_connection_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=cloud_run_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Type Validate: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=default_labels tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=default_labels tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_attribute_path=cloudfunctions2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=cloudfunctions2_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=tags_location_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=tags_location_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=biglake_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=biglake_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=data_loss_prevention_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=data_loss_prevention_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=database_migration_service_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=database_migration_service_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=sql_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=sql_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=app_engine_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_attribute_path=app_engine_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_credentials_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_credentials_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=binary_authorization_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=binary_authorization_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=cloudbuildv2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloudbuildv2_custom_endpoint timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=assured_workloads_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=assured_workloads_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=notebooks_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=notebooks_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=core_billing_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework tf_attribute_path=core_billing_custom_endpoint timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework tf_attribute_path=service_management_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_management_custom_endpoint timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=datastream_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_attribute_path=datastream_custom_endpoint timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=secret_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=secret_manager_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=billing_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=billing_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=dataproc_metastore_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_metastore_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_pipeline_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_attribute_path=data_pipeline_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=beyondcorp_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=beyondcorp_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.794+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_approval_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_approval_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=data_fusion_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_fusion_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:43.794+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=eventarc_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig tf_attribute_path=eventarc_custom_endpoint timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_attached_custom_endpoint tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=container_attached_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_attribute_path=firestore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firestore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_attribute_path=healthcare_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=healthcare_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_functions_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_functions_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_attribute_path=cloud_identity_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_identity_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=tpu_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=tpu_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=credentials description="Ensure that if an attribute is set, these are not set: \"[access_token]\"" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="Ensure that if an attribute is set, these are not set: \"[access_token]\"" tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_attribute_path=credentials tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" @module=sdk.framework tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=credentials tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=iap_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iap_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig tf_attribute_path=alloydb_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=alloydb_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_workforce_pool_custom_endpoint tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_workforce_pool_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Type Validate: tf_attribute_path=iam_workforce_pool_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.795+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_attribute_path=iam_workforce_pool_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=516efad8-6229-74d0-efae-04bcf81489ab tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp="2023-10-05T17:47:43.795+0100"
2023-10-05T17:47:43.804+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Calling provider defined Provider Configure: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider tf_mux_provider="*proto5server.Server" tf_req_id=a0bca2ed-a81f-32e2-2a4b-582953e5328b timestamp="2023-10-05T17:47:43.804+0100"
2023-10-05T17:47:43.805+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: Authenticating using DefaultClient...: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1601 tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=a0bca2ed-a81f-32e2-2a4b-582953e5328b @module=google timestamp="2023-10-05T17:47:43.805+0100"
2023-10-05T17:47:43.805+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: tf_req_id=a0bca2ed-a81f-32e2-2a4b-582953e5328b @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1602 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider @module=google tf_mux_provider="*proto5server.Server" timestamp="2023-10-05T17:47:43.805+0100"
2023-10-05T17:47:43.805+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: Authenticating using DefaultClient...: tf_provider_addr=registry.terraform.io/hashicorp/google @module=google tf_mux_provider="*proto5server.Server" tf_req_id=a0bca2ed-a81f-32e2-2a4b-582953e5328b tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1601 timestamp="2023-10-05T17:47:43.805+0100"
2023-10-05T17:47:43.805+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1602 @module=google tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=a0bca2ed-a81f-32e2-2a4b-582953e5328b tf_rpc=ConfigureProvider timestamp="2023-10-05T17:47:43.805+0100"
2023-10-05T17:47:43.805+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:43 [DEBUG] Waiting for state to become: [success]
2023-10-05T17:47:44.112+0100 [INFO] provider.terraform-provider-google_v5.0.0_x5: Terraform is using this identity: simon.aquino@.io: @module=google tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=a0bca2ed-a81f-32e2-2a4b-582953e5328b tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1475 timestamp="2023-10-05T17:47:44.112+0100"
2023-10-05T17:47:44.112+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: Called provider defined Provider Configure: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:20 tf_req_id=a0bca2ed-a81f-32e2-2a4b-582953e5328b tf_rpc=ConfigureProvider @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp="2023-10-05T17:47:44.112+0100"
2023-10-05T17:47:44.113+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:44 [INFO] Authenticating using DefaultClient...
2023-10-05T17:47:44.113+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:44 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]
2023-10-05T17:47:44.113+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:44 [INFO] Authenticating using DefaultClient...
2023-10-05T17:47:44.113+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:44 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]
2023-10-05T17:47:44.113+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:44 [DEBUG] Waiting for state to become: [success]
2023-10-05T17:47:44.372+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:44 [INFO] Terraform is using this identity: simon.aquino@.io
2023-10-05T17:47:44.372+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:44 [DEBUG] parent context canceled, cleaning up batcher batches
2023-10-05T17:47:44.372+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:44 [DEBUG] Stopping batcher "Service Usage"
2023-10-05T17:47:44.372+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:44 [DEBUG] parent context canceled, cleaning up batcher batches
2023-10-05T17:47:44.372+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:44 [DEBUG] Stopping batcher "IAM"
2023-10-05T17:47:44.372+0100 [DEBUG] Resource instance state not found for node "google_service_account.test", instance google_service_account.test
2023-10-05T17:47:44.372+0100 [DEBUG] ReferenceTransformer: "google_service_account.test" references: []
2023-10-05T17:47:44.373+0100 [DEBUG] refresh: google_service_account.test: no state, so not refreshing
2023-10-05T17:47:44.376+0100 [ERROR] provider.terraform-provider-google_v5.0.0_x5: Response contains error diagnostic: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/diag/diagnostics.go:55 tf_proto_version=5.3 tf_rpc=PlanResourceChange diagnostic_severity=ERROR diagnostic_detail="" @module=sdk.proto tf_req_id=8f7c2eeb-a3fd-38a2-6c3f-86ca5b44dd39 tf_resource_type=google_service_account
diagnostic_summary=
| 1 error occurred:
| \t* Failed to retrieve project, pid: , err: project: required field is not set
|
timestamp="2023-10-05T17:47:44.376+0100"
2023-10-05T17:47:44.376+0100 [ERROR] vertex "google_service_account.test" error: 1 error occurred:
* Failed to retrieve project, pid: , err: project: required field is not set
2023-10-05T17:47:44.377+0100 [ERROR] vertex "google_service_account.test (expand)" error: 1 error occurred:
* Failed to retrieve project, pid: , err: project: required field is not set
2023-10-05T17:47:44.377+0100 [INFO] backend/local: plan operation completed
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform planned the following actions, but then encountered a problem:
 # google_project.test will be created
 + resource "google_project" "test" {
+ auto_create_network = true
+ effective_labels = (known after apply)
+ id = (known after apply)
+ name = "my-test-project"
+ number = (known after apply)
+ org_id = "123456789"
+ project_id = (known after apply)
+ skip_delete = (known after apply)
+ terraform_labels = (known after apply)
}
 # random_string.string will be created
 + resource "random_string" "string" {
+ id = (known after apply)
+ length = 6
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ numeric = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 2 to add, 0 to change, 0 to destroy.
╷
│ Error: 1 error occurred:
│  * Failed to retrieve project, pid: , err: project: required field is not set
│ 
│ 
│ 
│  with google_service_account.test,
│  on project.tf line 26, in resource "google_service_account" "test":
│  26: resource "google_service_account" "test" {
│ 
╵
2023-10-05T17:47:44.384+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:44 [DEBUG] [transport] [server-transport 0x1400115e1a0] Closing: Server.Stop called
2023-10-05T17:47:44.384+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-10-05T17:47:44.384+0100 [DEBUG] provider.terraform-provider-google_v5.0.0_x5: 2023/10/05 17:47:44 [DEBUG] [transport] [server-transport 0x1400115e1a0] loopyWriter exiting with error: transport closed by client
2023-10-05T17:47:44.386+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.0.0/darwin_arm64/terraform-provider-google_v5.0.0_x5 pid=28700
2023-10-05T17:47:44.386+0100 [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment