Skip to content

Instantly share code, notes, and snippets.

@haraldhaas
Created January 18, 2024 17:55
Show Gist options
  • Save haraldhaas/bbd1304c4ddf8021f68dc9bb98a6b799 to your computer and use it in GitHub Desktop.
Save haraldhaas/bbd1304c4ddf8021f68dc9bb98a6b799 to your computer and use it in GitHub Desktop.
terraform google_sql_user iam_group_user
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# google_sql_user.iam_group_user will be created
+ resource "google_sql_user" "iam_group_user" {
+ host = (known after apply)
+ id = (known after apply)
+ instance = "main-instance-3c1f9de9"
+ name = "group@domain.com"
+ project = "project-id"
+ sql_server_user_details = (known after apply)
+ type = "CLOUD_IAM_GROUP"
}
Plan: 1 to add, 0 to change, 0 to destroy.
2024-01-18T18:48:48.987+0100 [DEBUG] command: asking for input: "\nDo you want to perform these actions?"
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2024-01-18T18:49:36.906+0100 [INFO] backend/local: apply calling Apply
2024-01-18T18:49:36.906+0100 [DEBUG] Building and walking apply graph for NormalMode plan
2024-01-18T18:49:36.906+0100 [DEBUG] Resource state not found for node "google_sql_user.iam_group_user", instance google_sql_user.iam_group_user
2024-01-18T18:49:36.907+0100 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/google"], implied first by google_sql_user.iam_group_user
2024-01-18T18:49:36.907+0100 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by random_id.db_name_suffix (expand)
2024-01-18T18:49:36.907+0100 [DEBUG] ProviderTransformer: "google_sql_user.iam_group_user (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-01-18T18:49:36.907+0100 [DEBUG] ProviderTransformer: "google_sql_user.iam_group_user" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/google"]
2024-01-18T18:49:36.907+0100 [DEBUG] ProviderTransformer: "random_id.db_name_suffix (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/random"]
2024-01-18T18:49:36.907+0100 [DEBUG] ProviderTransformer: "google_sql_database_instance.main (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-01-18T18:49:36.908+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2024-01-18T18:49:36.908+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: []
2024-01-18T18:49:36.908+0100 [DEBUG] ReferenceTransformer: "random_id.db_name_suffix (expand)" references: []
2024-01-18T18:49:36.908+0100 [DEBUG] ReferenceTransformer: "google_sql_database_instance.main (expand)" references: []
2024-01-18T18:49:36.908+0100 [DEBUG] ReferenceTransformer: "google_sql_user.iam_group_user (expand)" references: []
2024-01-18T18:49:36.908+0100 [DEBUG] ReferenceTransformer: "google_sql_user.iam_group_user" references: [google_sql_database_instance.main (expand)]
2024-01-18T18:49:36.908+0100 [DEBUG] pruneUnusedNodes: random_id.db_name_suffix (expand) is no longer needed, removing
2024-01-18T18:49:36.908+0100 [DEBUG] pruneUnusedNodes: provider["registry.terraform.io/hashicorp/random"] is no longer needed, removing
2024-01-18T18:49:36.908+0100 [DEBUG] Starting graph walk: walkApply
2024-01-18T18:49:36.909+0100 [DEBUG] created provider logger: level=debug
2024-01-18T18:49:36.909+0100 [INFO] provider: configuring client automatic mTLS
2024-01-18T18:49:36.914+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.12.0/darwin_arm64/terraform-provider-google_v5.12.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/5.12.0/darwin_arm64/terraform-provider-google_v5.12.0_x5]
2024-01-18T18:49:36.918+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.12.0/darwin_arm64/terraform-provider-google_v5.12.0_x5 pid=47770
2024-01-18T18:49:36.919+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.12.0/darwin_arm64/terraform-provider-google_v5.12.0_x5
2024-01-18T18:49:36.972+0100 [INFO] provider.terraform-provider-google_v5.12.0_x5: configuring server automatic mTLS: timestamp=2024-01-18T18:49:36.971+0100
2024-01-18T18:49:36.976+0100 [DEBUG] provider: using plugin: version=5
2024-01-18T18:49:36.976+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: plugin address: address=/var/folders/21/h12crqs11d1b6qjyzxk7pvmr0000gn/T/plugin2671163538 network=unix timestamp=2024-01-18T18:49:36.976+0100
2024-01-18T18:49:37.027+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=project 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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.027+0100
2024-01-18T18:49:37.027+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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 timestamp=2024-01-18T18:49:37.027+0100
2024-01-18T18:49:37.027+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=clouddomains_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-01-18T18:49:37.027+0100
2024-01-18T18:49:37.027+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=clouddomains_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.027+0100
2024-01-18T18:49:37.027+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework 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 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.027+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=workflows_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.027+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=clouddeploy_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddeploy_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_attribute_path=network_services_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_services_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_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=biglake_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=biglake_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_identity_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called 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:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_identity_custom_endpoint timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig 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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_credentials_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_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gkehub_feature_custom_endpoint timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gkehub_feature_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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_attribute_path=storage_transfer_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=storage_transfer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 tf_attribute_path=storage_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_asset_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_asset_custom_endpoint tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=pubsub_lite_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: 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:714 tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=billing_project 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 expected to be a string that isn't an empty string" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_attribute_path=billing_project tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=impersonate_service_account_delegates tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_attribute_path=impersonate_service_account_delegates tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=looker_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=looker_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig tf_attribute_path=netapp_custom_endpoint timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_attribute_path=netapp_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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_fusion_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=source_repo_custom_endpoint tf_mux_provider=*proto5server.Server @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework tf_attribute_path=source_repo_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 tf_attribute_path=container_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=os_config_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_config_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=eventarc_custom_endpoint tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig 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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=filestore_custom_endpoint timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=filestore_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_analysis_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=container_analysis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_run_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @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:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=security_center_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=security_center_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server @module=sdk.framework tf_attribute_path=migration_center_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=migration_center_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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_attribute_path=active_directory_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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=active_directory_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined Type Validate: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=default_labels tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_attribute_path=default_labels tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=bigtable_custom_endpoint timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_mux_provider=*proto5server.Server @module=sdk.framework 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:714 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: description="Ensure that if an attribute is set, these are not set: "[credentials]"" tf_attribute_path=access_token tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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:704 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.028+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: description="Ensure that if an attribute is set, these are not set: "[credentials]"" 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_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework tf_attribute_path=access_token tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=access_token description="value expected to be a string that isn't an empty string" tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=certificate_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @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=certificate_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=redis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: 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 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_warehouse_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="Ensure that if an attribute is set, these are not set: "[access_token]"" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=credentials tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=credentials tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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: "[access_token]"" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" 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:704 tf_attribute_path=credentials timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_attribute_path=credentials 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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_attribute_path=credentials tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_attribute_path=credentials 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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_attribute_path=access_context_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=access_context_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=healthcare_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=healthcare_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" @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=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=identity_platform_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @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_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.028+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=identity_platform_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_usage_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_usage_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_attribute_path=cloud_ids_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google 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_ids_custom_endpoint timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_resource_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_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 tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=access_approval_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: 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=access_approval_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=secret_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=secret_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_networking_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=service_networking_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_azure_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=container_azure_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=iam2_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=iam2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=resource_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=vertex_ai_custom_endpoint 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 tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework 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 tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=dialogflow_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=dialogflow_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firestore_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework 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:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=ml_engine_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework 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 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=cloudbuildv2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=cloudbuildv2_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_tasks_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=cloud_tasks_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling 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:704 @module=sdk.framework tf_attribute_path=core_billing_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=core_billing_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig tf_attribute_path=kms_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=datastore_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=beyondcorp_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=beyondcorp_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig tf_attribute_path=network_connectivity_custom_endpoint timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=network_connectivity_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=memcache_custom_endpoint timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=memcache_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=container_aws_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=container_aws_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_attribute_path=public_ca_custom_endpoint @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=public_ca_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=network_security_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_attribute_path=network_security_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=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.029+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=assured_workloads_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 tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig 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 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=billing_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=billing_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_attribute_path=edgenetwork_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=edgenetwork_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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 @module=sdk.framework tf_attribute_path=dataproc_custom_endpoint timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=dataproc_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=firebaserules_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=firebaserules_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=monitoring_custom_endpoint timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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 tf_mux_provider=*proto5server.Server @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=monitoring_custom_endpoint timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=container_attached_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_rpc=PrepareProviderConfig tf_attribute_path=container_attached_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=tpu_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=tpu_custom_endpoint tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 expected to be a string that isn't an empty string" tf_attribute_path=region tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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 tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloudfunctions2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=cloudfunctions2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=artifact_registry_custom_endpoint timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=artifact_registry_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=document_ai_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_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_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=secure_source_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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 timestamp=2024-01-18T18:49:37.029+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_attribute_path=secure_source_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 @module=sdk.framework timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework tf_attribute_path=iam_workforce_pool_custom_endpoint timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: 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_workforce_pool_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=cloud_run_v2_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=cloud_run_v2_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=notebooks_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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 tf_attribute_path=notebooks_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=dataproc_metastore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=dataproc_metastore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_build_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=cloud_build_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=logging_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework tf_attribute_path=logging_custom_endpoint 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_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=alloydb_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=alloydb_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apigee_custom_endpoint timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=apigee_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=composer_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=composer_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=privateca_custom_endpoint @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=privateca_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling 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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=cloud_functions_custom_endpoint timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=cloud_functions_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=storage_insights_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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_insights_custom_endpoint timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=integration_connectors_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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:704 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=integration_connectors_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=bigquery_connection_custom_endpoint timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.030+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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_attribute_path=dialogflow_cx_custom_endpoint timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_rpc=PrepareProviderConfig tf_attribute_path=dialogflow_cx_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_attribute_path=big_query_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=big_query_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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 must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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_datapolicy_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling 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_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_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_loss_prevention_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=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=deployment_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 tf_attribute_path=deployment_manager_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling 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 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=data_pipeline_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_billing_custom_endpoint @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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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_billing_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=os_login_custom_endpoint timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_attribute_path=os_login_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=iam_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_custom_endpoint timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=dns_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=dns_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=resource_manager_v3_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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:704 tf_attribute_path=binary_authorization_custom_endpoint timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=binary_authorization_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling 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:704 tf_attribute_path=iap_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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 '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=iap_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=org_policy_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=org_policy_custom_endpoint @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_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=iam_beta_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 '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_beta_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_build_worker_pool_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=cloud_build_worker_pool_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=recaptcha_enterprise_custom_endpoint timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=recaptcha_enterprise_custom_endpoint tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework tf_attribute_path=spanner_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 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=spanner_custom_endpoint tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=datastream_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=datastream_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=gkeonprem_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gkeonprem_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=sql_custom_endpoint timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=sql_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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 tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=gke_hub2_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_hub2_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework 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=compute_custom_endpoint timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=compute_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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:714 description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_management_custom_endpoint timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_rpc=PrepareProviderConfig 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 tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.030+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=vmwareengine_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 tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=vmwareengine_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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 timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @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:704 tf_attribute_path=apikeys_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=apikeys_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=database_migration_service_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=scopes @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_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 @module=sdk.framework tf_attribute_path=scopes tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=zone tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=zone tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework tf_attribute_path=app_engine_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=app_engine_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @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 tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataflow_custom_endpoint timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=dataflow_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @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:704 tf_attribute_path=essential_contacts_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=essential_contacts_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=service_management_custom_endpoint timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=service_management_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=dataplex_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.031+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_scheduler_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_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @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_scheduler_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=tags_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=vpc_access_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_attribute_path=vpc_access_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework tf_attribute_path=gke_hub_custom_endpoint 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=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_attribute_path=gke_hub_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=workbench_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=workbench_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_reservation_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.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 @module=sdk.framework tf_attribute_path=bigquery_reservation_custom_endpoint tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_attribute_path=edgecontainer_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=edgecontainer_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=tags_location_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=tags_location_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=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig tf_attribute_path=pubsub_custom_endpoint tf_mux_provider=*proto5server.Server 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 timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.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=pubsub_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=data_catalog_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 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=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.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_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_catalog_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=data_catalog_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.032+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined Type Validate: tf_req_id=9e3d9d32-33ef-9c5b-e4e7-279436baec61 tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=data_catalog_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp=2024-01-18T18:49:37.031+0100
2024-01-18T18:49:37.040+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Calling provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=6e67a6f1-0d0e-85ff-a764-7e952b12299f tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:12 tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.040+0100
2024-01-18T18:49:37.041+0100 [INFO] provider.terraform-provider-google_v5.12.0_x5: Authenticating using DefaultClient...: tf_req_id=6e67a6f1-0d0e-85ff-a764-7e952b12299f tf_rpc=ConfigureProvider @module=google tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1707 tf_mux_provider=*proto5server.Server timestamp=2024-01-18T18:49:37.041+0100
2024-01-18T18:49:37.041+0100 [INFO] provider.terraform-provider-google_v5.12.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:1708 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=6e67a6f1-0d0e-85ff-a764-7e952b12299f tf_rpc=ConfigureProvider @module=google timestamp=2024-01-18T18:49:37.041+0100
2024-01-18T18:49:37.041+0100 [INFO] provider.terraform-provider-google_v5.12.0_x5: Authenticating using DefaultClient...: @module=google tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=6e67a6f1-0d0e-85ff-a764-7e952b12299f tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1707 timestamp=2024-01-18T18:49:37.041+0100
2024-01-18T18:49:37.041+0100 [INFO] provider.terraform-provider-google_v5.12.0_x5: -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: tf_req_id=6e67a6f1-0d0e-85ff-a764-7e952b12299f tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1708 @module=google tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-01-18T18:49:37.041+0100
2024-01-18T18:49:37.041+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Waiting for state to become: [success]
2024-01-18T18:49:37.204+0100 [INFO] provider.terraform-provider-google_v5.12.0_x5: Terraform is using this identity: user@domain.com: @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1581 tf_req_id=6e67a6f1-0d0e-85ff-a764-7e952b12299f @module=google tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider timestamp=2024-01-18T18:49:37.204+0100
2024-01-18T18:49:37.204+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Called provider defined Provider Configure: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=6e67a6f1-0d0e-85ff-a764-7e952b12299f tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework timestamp=2024-01-18T18:49:37.204+0100
2024-01-18T18:49:37.205+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [INFO] Authenticating using DefaultClient...
2024-01-18T18:49:37.205+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]
2024-01-18T18:49:37.205+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [INFO] Authenticating using DefaultClient...
2024-01-18T18:49:37.205+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]
2024-01-18T18:49:37.205+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Waiting for state to become: [success]
2024-01-18T18:49:37.306+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [INFO] Terraform is using this identity: user@domain.com
2024-01-18T18:49:37.306+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] parent context canceled, cleaning up batcher batches
2024-01-18T18:49:37.306+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] parent context canceled, cleaning up batcher batches
2024-01-18T18:49:37.306+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Stopping batcher "Service Usage"
2024-01-18T18:49:37.306+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Stopping batcher "IAM"
google_sql_user.iam_group_user: Creating...
2024-01-18T18:49:37.310+0100 [INFO] Starting apply for google_sql_user.iam_group_user
2024-01-18T18:49:37.311+0100 [DEBUG] google_sql_user.iam_group_user: applying the planned Create change
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] setting computed for "sql_server_user_details" from ComputedKeys
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Locking "google-sql-database-instance-project-id-main-instance-3c1f9de9"
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Locked "google-sql-database-instance-project-id-main-instance-3c1f9de9"
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Waiting for state to become: [success]
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [INFO] Instantiating Google SqlAdmin client for path https://sqladmin.googleapis.com/
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Retry Transport: starting RoundTrip retry loop
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Retry Transport: request attempt 0
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Google API Request Details:
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: ---[ REQUEST ]---------------------------------------
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: POST /sql/v1beta4/projects/project-id/instances/main-instance-3c1f9de9/users?alt=json&prettyPrint=false HTTP/1.1
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Host: sqladmin.googleapis.com
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: User-Agent: google-api-go-client/0.5 Terraform/1.5.4 (+https://www.terraform.io) Terraform-Plugin-SDK/2.10.1 terraform-provider-google/5.12.0
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Content-Length: 114
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Content-Type: application/json
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: X-Goog-Api-Client: gl-go/1.20.12 gdcl/0.154.0
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Accept-Encoding: gzip
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5:
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: {
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "instance": "main-instance-3c1f9de9",
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "name": "group@domain.com",
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "type": "CLOUD_IAM_GROUP"
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: }
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5:
2024-01-18T18:49:37.312+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: -----------------------------------------------------
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Google API Response Details:
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: ---[ RESPONSE ]--------------------------------------
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: HTTP/2.0 200 OK
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Cache-Control: private
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Content-Type: application/json; charset=UTF-8
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Date: Thu, 18 Jan 2024 17:49:37 GMT
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Server: ESF
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Vary: Origin
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Vary: X-Origin
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: Vary: Referer
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: X-Content-Type-Options: nosniff
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: X-Frame-Options: SAMEORIGIN
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: X-Xss-Protection: 0
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5:
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: {
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "kind": "sql#operation",
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "targetLink": "https://sqladmin.googleapis.com/sql/v1beta4/projects/project-id/instances/main-instance-3c1f9de9",
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "status": "DONE",
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "user": "user@domain.com",
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "insertTime": "2024-01-18T17:49:37.565Z",
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "startTime": "2024-01-18T17:49:37.575Z",
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "endTime": "2024-01-18T17:49:37.678Z",
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "error": {
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "kind": "sql#operationErrors",
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "errors": [
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: {
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "kind": "sql#operationError",
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "code": "INTERNAL_ERROR"
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: }
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: ]
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: },
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "operationType": "CREATE_USER",
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "name": "a8a512d3-32d0-45dd-8107-c6e700000024",
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "targetId": "main-instance-3c1f9de9",
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "selfLink": "https://sqladmin.googleapis.com/sql/v1beta4/projects/project-id/operations/a8a512d3-32d0-45dd-8107-c6e700000024",
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: "targetProject": "project-id"
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: }
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: -----------------------------------------------------
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Retry Transport: Stopping retries, last request was successful
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Retry Transport: Returning after 1 attempts
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [INFO] Instantiating Google SqlAdmin client for path https://sqladmin.googleapis.com/
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Unlocking "google-sql-database-instance-project-id-main-instance-3c1f9de9"
2024-01-18T18:49:37.697+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] Unlocked "google-sql-database-instance-project-id-main-instance-3c1f9de9"
2024-01-18T18:49:37.698+0100 [ERROR] provider.terraform-provider-google_v5.12.0_x5: Response contains error diagnostic: tf_resource_type=google_sql_user @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/diag/diagnostics.go:55 @module=sdk.proto diagnostic_severity=ERROR tf_proto_version=5.3 tf_req_id=d0e95d7e-e99a-f523-e632-bfe200fc217f diagnostic_detail= diagnostic_summary="Error, failure waiting for insertion of group@domain.com into main-instance-3c1f9de9:
" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ApplyResourceChange timestamp=2024-01-18T18:49:37.698+0100
2024-01-18T18:49:37.705+0100 [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot
2024-01-18T18:49:37.705+0100 [ERROR] vertex "google_sql_user.iam_group_user" error: Error, failure waiting for insertion of group@domain.com into main-instance-3c1f9de9:
│ Error: Error, failure waiting for insertion of group@domain.com into main-instance-3c1f9de9:
│ with google_sql_user.iam_group_user,
│ on main.tf line 21, in resource "google_sql_user" "iam_group_user":
│ 21: resource "google_sql_user" "iam_group_user" {
2024-01-18T18:49:37.712+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] [transport] [server-transport 0x14000fae9c0] Closing: Server.Stop called
2024-01-18T18:49:37.712+0100 [DEBUG] provider.terraform-provider-google_v5.12.0_x5: 2024/01/18 18:49:37 [DEBUG] [transport] [server-transport 0x14000fae9c0] loopyWriter exiting with error: transport closed by client
2024-01-18T18:49:37.712+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-01-18T18:49:37.715+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.12.0/darwin_arm64/terraform-provider-google_v5.12.0_x5 pid=47770
2024-01-18T18:49:37.715+0100 [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment