Skip to content

Instantly share code, notes, and snippets.

@daltonmatos
Created February 19, 2024 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daltonmatos/7ef74c9e6de52dfa7dbde1003137de8c to your computer and use it in GitHub Desktop.
Save daltonmatos/7ef74c9e6de52dfa7dbde1003137de8c to your computer and use it in GitHub Desktop.
Terraform recreate google_notebooks_instance
TF_LOG=DEBUG t plan
2024-02-16T14:35:44.883-0300 [INFO] Terraform version: 1.7.3
2024-02-16T14:35:44.884-0300 [DEBUG] using github.com/hashicorp/go-tfe v1.41.0
2024-02-16T14:35:44.884-0300 [DEBUG] using github.com/hashicorp/hcl/v2 v2.19.1
2024-02-16T14:35:44.884-0300 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2024-02-16T14:35:44.884-0300 [DEBUG] using github.com/zclconf/go-cty v1.14.1
2024-02-16T14:35:44.884-0300 [INFO] Go runtime version: go1.21.5
2024-02-16T14:35:44.884-0300 [INFO] CLI args: []string{"terraform", "plan"}
2024-02-16T14:35:44.884-0300 [DEBUG] Attempting to open CLI config file: /home/***/.terraformrc
2024-02-16T14:35:44.884-0300 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2024-02-16T14:35:44.884-0300 [INFO] Loading CLI configuration from /home/***/.terraform.d/credentials-***.tfrc.json
2024-02-16T14:35:44.884-0300 [INFO] Loading CLI configuration from /home/***/.terraform.d/credentials-***.tfrc.json
2024-02-16T14:35:44.884-0300 [INFO] Loading CLI configuration from /home/***/.terraform.d/credentials.tfrc.json
2024-02-16T14:35:44.884-0300 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2024-02-16T14:35:44.884-0300 [DEBUG] ignoring non-existing provider search directory /home/***/.terraform.d/plugins
2024-02-16T14:35:44.884-0300 [DEBUG] ignoring non-existing provider search directory /home/***/.local/share/terraform/plugins
2024-02-16T14:35:44.884-0300 [DEBUG] ignoring non-existing provider search directory /usr/share/regolith/terraform/plugins
2024-02-16T14:35:44.884-0300 [DEBUG] ignoring non-existing provider search directory /usr/share/gnome/terraform/plugins
2024-02-16T14:35:44.884-0300 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2024-02-16T14:35:44.884-0300 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2024-02-16T14:35:44.884-0300 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2024-02-16T14:35:44.885-0300 [INFO] CLI command args: []string{"plan"}
2024-02-16T14:35:45.093-0300 [DEBUG] checking for provisioner in "."
2024-02-16T14:35:45.093-0300 [DEBUG] checking for provisioner in "/home/***/.terraform.versions"
2024-02-16T14:35:45.094-0300 [INFO] backend/local: starting Plan operation
2024-02-16T14:35:45.095-0300 [DEBUG] created provider logger: level=debug
2024-02-16T14:35:45.095-0300 [INFO] provider: configuring client automatic mTLS
2024-02-16T14:35:45.106-0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5"]
2024-02-16T14:35:45.106-0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5 pid=3996119
2024-02-16T14:35:45.106-0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5
2024-02-16T14:35:45.146-0300 [INFO] provider.terraform-provider-google_v5.16.0_x5: configuring server automatic mTLS: timestamp=2024-02-16T14:35:45.146-0300
2024-02-16T14:35:45.161-0300 [DEBUG] provider: using plugin: version=5
2024-02-16T14:35:45.162-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: plugin address: address=/tmp/plugin3715287545 network=unix timestamp=2024-02-16T14:35:45.161-0300
2024-02-16T14:35:45.226-0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-16T14:35:45.230-0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5 pid=3996119
2024-02-16T14:35:45.230-0300 [DEBUG] provider: plugin exited
2024-02-16T14:35:45.230-0300 [DEBUG] created provider logger: level=debug
2024-02-16T14:35:45.230-0300 [INFO] provider: configuring client automatic mTLS
2024-02-16T14:35:45.235-0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google-beta/5.16.0/linux_amd64/terraform-provider-google-beta_v5.16.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/google-beta/5.16.0/linux_amd64/terraform-provider-google-beta_v5.16.0_x5"]
2024-02-16T14:35:45.235-0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google-beta/5.16.0/linux_amd64/terraform-provider-google-beta_v5.16.0_x5 pid=3996137
2024-02-16T14:35:45.235-0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google-beta/5.16.0/linux_amd64/terraform-provider-google-beta_v5.16.0_x5
2024-02-16T14:35:45.325-0300 [INFO] provider.terraform-provider-google-beta_v5.16.0_x5: configuring server automatic mTLS: timestamp=2024-02-16T14:35:45.325-0300
2024-02-16T14:35:45.346-0300 [DEBUG] provider: using plugin: version=5
2024-02-16T14:35:45.346-0300 [DEBUG] provider.terraform-provider-google-beta_v5.16.0_x5: plugin address: address=/tmp/plugin1256569504 network=unix timestamp=2024-02-16T14:35:45.346-0300
2024-02-16T14:35:45.500-0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-16T14:35:45.506-0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google-beta/5.16.0/linux_amd64/terraform-provider-google-beta_v5.16.0_x5 pid=3996137
2024-02-16T14:35:45.506-0300 [DEBUG] provider: plugin exited
2024-02-16T14:35:45.507-0300 [DEBUG] Building and walking validate graph
2024-02-16T14:35:45.507-0300 [DEBUG] ProviderTransformer: "data.google_client_config.provider" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:45.507-0300 [DEBUG] ProviderTransformer: "google_notebooks_instance.temporary_workbenches" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:45.507-0300 [DEBUG] ProviderTransformer: "data.google_compute_subnetwork.subnet" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:45.507-0300 [DEBUG] ProviderTransformer: "data.google_compute_network.network" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:45.507-0300 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/google-beta"]
2024-02-16T14:35:45.508-0300 [DEBUG] ReferenceTransformer: "local.subnet_id (expand)" references: []
2024-02-16T14:35:45.508-0300 [DEBUG] ReferenceTransformer: "local.google_project_id (expand)" references: []
2024-02-16T14:35:45.508-0300 [DEBUG] ReferenceTransformer: "google_notebooks_instance.temporary_workbenches" references: [data.google_compute_network.network data.google_compute_subnetwork.subnet]
2024-02-16T14:35:45.508-0300 [DEBUG] ReferenceTransformer: "data.google_compute_subnetwork.subnet" references: [local.subnet_id (expand)]
2024-02-16T14:35:45.508-0300 [DEBUG] ReferenceTransformer: "data.google_compute_network.network" references: [local.vpc_id (expand)]
2024-02-16T14:35:45.508-0300 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: [local.google_default_region (expand) local.google_project_id (expand)]
2024-02-16T14:35:45.508-0300 [DEBUG] ReferenceTransformer: "data.google_client_config.provider" references: []
2024-02-16T14:35:45.508-0300 [DEBUG] ReferenceTransformer: "local.vpc_id (expand)" references: []
2024-02-16T14:35:45.508-0300 [DEBUG] ReferenceTransformer: "local.google_default_region (expand)" references: []
2024-02-16T14:35:45.509-0300 [DEBUG] Starting graph walk: walkValidate
2024-02-16T14:35:45.509-0300 [DEBUG] created provider logger: level=debug
2024-02-16T14:35:45.509-0300 [INFO] provider: configuring client automatic mTLS
2024-02-16T14:35:45.517-0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5"]
2024-02-16T14:35:45.518-0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5 pid=3996165
2024-02-16T14:35:45.519-0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5
2024-02-16T14:35:45.608-0300 [INFO] provider.terraform-provider-google_v5.16.0_x5: configuring server automatic mTLS: timestamp=2024-02-16T14:35:45.607-0300
2024-02-16T14:35:45.628-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: plugin address: network=unix address=/tmp/plugin2534980742 timestamp=2024-02-16T14:35:45.628-0300
2024-02-16T14:35:45.628-0300 [DEBUG] provider: using plugin: version=5
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_attribute_path=spanner_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=spanner_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=security_center_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=security_center_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=source_repo_custom_endpoint tf_mux_provider="*proto5server.Server" @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_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=source_repo_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=active_directory_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 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=active_directory_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=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google 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=service_networking_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=service_networking_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @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_attribute_path=credentials tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="Ensure that if an attribute is set, these are not set: \"[access_token]\"" tf_attribute_path=credentials timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=credentials description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=credentials timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.771-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value expected to be a string that isn't an empty string" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value expected to be a string that isn't an empty string" tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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=clouddeploy_custom_endpoint timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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=clouddeploy_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.771-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=secret_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling 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=data_pipeline_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_pipeline_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=artifact_registry_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=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=artifact_registry_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_approval_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_approval_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=cloud_asset_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_asset_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=container_azure_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework tf_attribute_path=container_azure_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 '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=securityposture_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_attribute_path=securityposture_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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=data_fusion_custom_endpoint @module=sdk.framework timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=data_fusion_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.772-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=workflows_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=workflows_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 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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 timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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=bigquery_data_transfer_custom_endpoint timestamp=2024-02-16T14:35:45.772-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=tags_location_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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 timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework tf_attribute_path=tags_location_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=essential_contacts_custom_endpoint timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=essential_contacts_custom_endpoint timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=container_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=container_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=document_ai_warehouse_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_warehouse_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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=bigquery_reservation_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=bigquery_reservation_custom_endpoint timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_analysis_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig tf_attribute_path=container_analysis_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_rpc=PrepareProviderConfig tf_attribute_path=gke_hub2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_hub2_custom_endpoint timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=kms_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=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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 timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=pubsub_lite_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=pubsub_lite_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.773-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig tf_attribute_path=database_migration_service_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=database_migration_service_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=compute_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.773-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=compute_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_insights_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=storage_insights_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=binary_authorization_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=binary_authorization_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=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=notebooks_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=notebooks_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=zone tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 description="value expected to be a string that isn't an empty string" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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=zone tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=bigquery_connection_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_connection_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_attribute_path=cloud_run_v2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_v2_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=iam_workforce_pool_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_workforce_pool_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=57318dbe-c169-4537-42be-4694bcb68580 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=integration_connectors_custom_endpoint timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_attribute_path=integration_connectors_custom_endpoint timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=os_login_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_login_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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:714 timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.774-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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=resource_manager_v3_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.782-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_v3_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=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.782-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=document_ai_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.782-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.774-0300
2024-02-16T14:35:45.782-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_attribute_path=apikeys_custom_endpoint @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 timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.782-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apikeys_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=cloud_identity_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=cloud_identity_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework tf_attribute_path=network_management_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig tf_attribute_path=network_management_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=datastore_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=datastore_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dns_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=dns_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_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 tf_attribute_path=network_connectivity_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=network_connectivity_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=discovery_engine_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=discovery_engine_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_rpc=PrepareProviderConfig 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_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=ml_engine_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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_usage_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=service_usage_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_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.775-0300
2024-02-16T14:35:45.787-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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=apigee_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig tf_attribute_path=apigee_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=identity_platform_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=identity_platform_custom_endpoint tf_mux_provider="*proto5server.Server" @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=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.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" @module=sdk.framework tf_attribute_path=logging_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 tf_attribute_path=logging_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_resource_manager_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.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" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_resource_manager_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigtable_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=bigtable_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=edgecontainer_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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=edgecontainer_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloudbuildv2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloudbuildv2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=gke_backup_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=gke_backup_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=vmwareengine_custom_endpoint tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vmwareengine_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.776-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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 tf_attribute_path=impersonate_service_account timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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 description="value expected to be a string that isn't an empty string" tf_attribute_path=impersonate_service_account timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=storage_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=storage_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=app_engine_custom_endpoint timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=app_engine_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=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddomains_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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" timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddomains_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.788-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloudfunctions2_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloudfunctions2_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=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=cloud_billing_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_billing_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_attribute_path=project tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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 timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_attribute_path=project tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=monitoring_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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-02-16T14:35:45.777-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=monitoring_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 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined Type Validate: tf_attribute_path=default_labels tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=default_labels tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.777-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=iam_beta_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=iam_beta_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=dataflow_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataflow_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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=firebase_app_check_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=firebase_app_check_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=assured_workloads_custom_endpoint @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=assured_workloads_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=firebaserules_custom_endpoint timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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=firebaserules_custom_endpoint timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=filestore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=filestore_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=gkeonprem_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=gkeonprem_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=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=healthcare_custom_endpoint timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=healthcare_custom_endpoint timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.789-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=gkehub_feature_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gkehub_feature_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_attribute_path=cloud_build_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=cloud_build_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=tags_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework @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=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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=tags_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework timestamp=2024-02-16T14:35:45.778-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataplex_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_attribute_path=dataplex_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=iap_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iap_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=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=firestore_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firestore_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-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=migration_center_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=migration_center_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=privateca_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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=privateca_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=eventarc_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=eventarc_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=storage_transfer_custom_endpoint timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=storage_transfer_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_metastore_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=dataproc_metastore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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 '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_attribute_path=composer_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=composer_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=redis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.779-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=redis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.780-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=dataproc_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.780-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.780-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=deployment_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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 timestamp=2024-02-16T14:35:45.780-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=deployment_manager_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.780-0300
2024-02-16T14:35:45.790-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=gke_hub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.780-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=gke_hub_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.780-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling 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=network_services_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.780-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_services_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.780-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=secure_source_manager_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.780-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=secure_source_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.782-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=dialogflow_cx_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.782-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dialogflow_cx_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.782-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=data_catalog_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.782-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=data_catalog_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.782-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=network_security_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.782-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_attribute_path=network_security_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 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.782-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=cloud_tasks_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.783-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=cloud_tasks_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.783-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_attribute_path=cloud_ids_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 timestamp=2024-02-16T14:35:45.783-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=cloud_ids_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.783-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_req_id=57318dbe-c169-4537-42be-4694bcb68580 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_scheduler_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-02-16T14:35:45.783-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_scheduler_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.783-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=service_management_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.783-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_management_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.783-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=billing_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.784-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=billing_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=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-02-16T14:35:45.784-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=memcache_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.784-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_attribute_path=memcache_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-02-16T14:35:45.784-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=57318dbe-c169-4537-42be-4694bcb68580 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=beyondcorp_custom_endpoint timestamp=2024-02-16T14:35:45.784-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=beyondcorp_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=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.784-0300
2024-02-16T14:35:45.791-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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=workbench_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.784-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=workbench_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.784-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 tf_attribute_path=scopes tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.784-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined Type Validate: tf_attribute_path=scopes tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 timestamp=2024-02-16T14:35:45.784-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" 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 timestamp=2024-02-16T14:35:45.785-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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 tf_attribute_path=vertex_ai_custom_endpoint timestamp=2024-02-16T14:35:45.785-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=dialogflow_custom_endpoint tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.785-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=dialogflow_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.785-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=container_attached_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.785-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=container_attached_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.785-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=datastream_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.785-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=datastream_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=edgenetwork_custom_endpoint 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-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=edgenetwork_custom_endpoint tf_rpc=PrepareProviderConfig tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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 timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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=certificate_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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_attribute_path=certificate_manager_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_run_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=iam_credentials_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_credentials_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=public_ca_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=public_ca_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=looker_custom_endpoint timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=looker_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=alloydb_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=alloydb_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=billing_project tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value expected to be a string that isn't an empty string" @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.792-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=billing_project tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.786-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=sql_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=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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=sql_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined Type Validate: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=impersonate_service_account_delegates tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined Type Validate: tf_attribute_path=impersonate_service_account_delegates tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=data_loss_prevention_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_loss_prevention_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=blockchain_node_engine_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=blockchain_node_engine_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=org_policy_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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" @module=sdk.framework timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=org_policy_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=big_query_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=big_query_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_build_worker_pool_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=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=cloud_build_worker_pool_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=biglake_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=biglake_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-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=container_aws_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" 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:714 tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=tpu_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=tpu_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=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.787-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=access_token tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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: \"[credentials]\"" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=access_token tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @module=sdk.framework description="Ensure that if an attribute is set, these are not set: \"[credentials]\"" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=access_token tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_attribute_path=access_token tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.793-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=core_billing_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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" timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=core_billing_custom_endpoint timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=57318dbe-c169-4537-42be-4694bcb68580 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_custom_endpoint timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=iam_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=recaptcha_enterprise_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=recaptcha_enterprise_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_attribute_path=pubsub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_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 timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=netapp_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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=netapp_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=os_config_custom_endpoint tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_attribute_path=os_config_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=access_context_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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=access_context_manager_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=vpc_access_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 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=vpc_access_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.788-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value expected to be a string that isn't an empty string" tf_attribute_path=region tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.789-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=region tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.789-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 @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_functions_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.789-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=cloud_functions_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.789-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 tf_attribute_path=cloud_functions_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.789-0300
2024-02-16T14:35:45.794-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined Type Validate: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=cloud_functions_custom_endpoint tf_req_id=57318dbe-c169-4537-42be-4694bcb68580 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp=2024-02-16T14:35:45.789-0300
2024-02-16T14:35:45.822-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined DataSource Configure: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_validatedatasourceconfig.go:39 tf_data_source_type=google_client_config tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ValidateDataSourceConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=e781bc78-83c4-1d07-0f0e-6f59f961b866 timestamp=2024-02-16T14:35:45.822-0300
2024-02-16T14:35:45.822-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined DataSource Configure: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=e781bc78-83c4-1d07-0f0e-6f59f961b866 tf_rpc=ValidateDataSourceConfig tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_data_source_type=google_client_config @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_validatedatasourceconfig.go:41 timestamp=2024-02-16T14:35:45.822-0300
2024-02-16T14:35:45.825-0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-16T14:35:45.831-0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5 pid=3996165
2024-02-16T14:35:45.831-0300 [DEBUG] provider: plugin exited
2024-02-16T14:35:45.831-0300 [INFO] backend/local: plan calling Plan
2024-02-16T14:35:45.831-0300 [DEBUG] Building and walking plan graph for NormalMode
2024-02-16T14:35:45.832-0300 [DEBUG] ProviderTransformer: "data.google_compute_network.network (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:45.832-0300 [DEBUG] ProviderTransformer: "google_notebooks_instance.temporary_workbenches (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:45.832-0300 [DEBUG] ProviderTransformer: "data.google_compute_subnetwork.subnet (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:45.832-0300 [DEBUG] ProviderTransformer: "data.google_client_config.provider (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:45.832-0300 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/google-beta"]
2024-02-16T14:35:45.832-0300 [DEBUG] ReferenceTransformer: "local.google_project_id (expand)" references: []
2024-02-16T14:35:45.832-0300 [DEBUG] ReferenceTransformer: "data.google_compute_subnetwork.subnet (expand)" references: [local.subnet_id (expand)]
2024-02-16T14:35:45.832-0300 [DEBUG] ReferenceTransformer: "data.google_client_config.provider (expand)" references: []
2024-02-16T14:35:45.832-0300 [DEBUG] ReferenceTransformer: "data.google_compute_network.network (expand)" references: [local.vpc_id (expand)]
2024-02-16T14:35:45.832-0300 [DEBUG] ReferenceTransformer: "local.vpc_id (expand)" references: []
2024-02-16T14:35:45.832-0300 [DEBUG] ReferenceTransformer: "local.subnet_id (expand)" references: []
2024-02-16T14:35:45.832-0300 [DEBUG] ReferenceTransformer: "google_notebooks_instance.temporary_workbenches (expand)" references: [data.google_compute_subnetwork.subnet (expand) data.google_compute_network.network (expand)]
2024-02-16T14:35:45.832-0300 [DEBUG] ReferenceTransformer: "local.google_default_region (expand)" references: []
2024-02-16T14:35:45.833-0300 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: [local.google_default_region (expand) local.google_project_id (expand)]
2024-02-16T14:35:45.833-0300 [DEBUG] Starting graph walk: walkPlan
2024-02-16T14:35:45.834-0300 [DEBUG] created provider logger: level=debug
2024-02-16T14:35:45.834-0300 [INFO] provider: configuring client automatic mTLS
2024-02-16T14:35:45.840-0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5"]
2024-02-16T14:35:45.840-0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5 pid=3996202
2024-02-16T14:35:45.840-0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5
2024-02-16T14:35:45.882-0300 [INFO] provider.terraform-provider-google_v5.16.0_x5: configuring server automatic mTLS: timestamp=2024-02-16T14:35:45.882-0300
2024-02-16T14:35:45.897-0300 [DEBUG] provider: using plugin: version=5
2024-02-16T14:35:45.897-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: plugin address: address=/tmp/plugin595536940 network=unix timestamp=2024-02-16T14:35:45.897-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=deployment_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=deployment_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam2_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_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=iam2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=security_center_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=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_attribute_path=security_center_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="Ensure that if an attribute is set, these are not set: \"[access_token]\"" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.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="Ensure that if an attribute is set, these are not set: \"[access_token]\"" tf_attribute_path=credentials tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_rpc=PrepareProviderConfig tf_attribute_path=credentials tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value expected to be a string that isn't an empty string" tf_attribute_path=credentials timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig description="value expected to be a string that isn't an empty string" tf_attribute_path=credentials @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=iam_workforce_pool_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=iam_workforce_pool_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=app_engine_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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" timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 tf_attribute_path=app_engine_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=scopes tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.964-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_attribute_path=scopes tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=dataplex_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=dataplex_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-02-16T14:35:45.964-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=beyondcorp_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=beyondcorp_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_config_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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" timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_config_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=core_billing_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 tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=core_billing_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" timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 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_asset_custom_endpoint timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_asset_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=logging_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=logging_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=secret_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_management_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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 timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_attribute_path=network_management_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-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_attribute_path=org_policy_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=org_policy_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=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_attribute_path=container_analysis_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_analysis_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=migration_center_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=migration_center_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=apigee_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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 timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.965-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apigee_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" 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 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.965-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @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 description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=billing_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=billing_custom_endpoint 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_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_azure_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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 timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_azure_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=identity_platform_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=identity_platform_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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 timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=edgecontainer_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 tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_rpc=PrepareProviderConfig tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=edgecontainer_custom_endpoint timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_attribute_path=access_context_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_context_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=network_connectivity_custom_endpoint tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 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=network_connectivity_custom_endpoint timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=gke_hub2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_attribute_path=gke_hub2_custom_endpoint timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=gke_backup_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework tf_attribute_path=gke_backup_custom_endpoint timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=privateca_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework tf_attribute_path=privateca_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 @module=sdk.framework tf_attribute_path=netapp_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.966-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 tf_attribute_path=netapp_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_identity_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 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.966-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_identity_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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 @module=sdk.framework timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_attached_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=container_attached_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_run_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @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_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 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 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=recaptcha_enterprise_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=recaptcha_enterprise_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=iap_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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=iap_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=binary_authorization_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=binary_authorization_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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=datastream_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 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=datastream_custom_endpoint timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=firestore_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firestore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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 timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_attribute_path=alloydb_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.967-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=bigquery_analytics_hub_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.967-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_custom_endpoint @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_connection_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_connection_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dialogflow_cx_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=dialogflow_cx_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_attribute_path=cloud_build_worker_pool_custom_endpoint timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_build_worker_pool_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined Type Validate: tf_attribute_path=impersonate_service_account_delegates tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined Type Validate: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=impersonate_service_account_delegates tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=redis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=redis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=dataproc_metastore_custom_endpoint tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=dataproc_metastore_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=securityposture_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=securityposture_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=data_pipeline_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=data_pipeline_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apikeys_custom_endpoint tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.968-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apikeys_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddeploy_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.968-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddeploy_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddomains_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-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddomains_custom_endpoint @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="Ensure that if an attribute is set, these are not set: \"[credentials]\"" tf_attribute_path=access_token tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="Ensure that if an attribute is set, these are not set: \"[credentials]\"" tf_attribute_path=access_token tf_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=234cccb1-57b7-0b0b-a684-15479310cc06 tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=access_token tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 tf_attribute_path=access_token tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value expected to be a string that isn't an empty string" timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dialogflow_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dialogflow_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" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_security_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_security_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=data_catalog_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=data_catalog_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=firebase_app_check_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=firebase_app_check_custom_endpoint tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=pubsub_lite_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 @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_lite_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.969-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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=container_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: 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=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=container_custom_endpoint timestamp=2024-02-16T14:35:45.969-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=composer_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=composer_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=ml_engine_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=ml_engine_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_attribute_path=integration_connectors_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=integration_connectors_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dns_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dns_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" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=artifact_registry_custom_endpoint timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=artifact_registry_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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 '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=gkeonprem_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gkeonprem_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=looker_custom_endpoint tf_rpc=PrepareProviderConfig tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=looker_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=project description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=project tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value expected to be a string that isn't an empty string" timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=public_ca_custom_endpoint timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=public_ca_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=source_repo_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=source_repo_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.970-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=healthcare_custom_endpoint timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=healthcare_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.970-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_run_v2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=cloud_run_v2_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=data_fusion_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_attribute_path=tags_custom_endpoint tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=tags_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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 tf_mux_provider="*proto5server.Server" @module=sdk.framework timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_login_custom_endpoint timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vpc_access_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vpc_access_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=workbench_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=workbench_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=spanner_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=spanner_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=sql_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=sql_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.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_rpc=PrepareProviderConfig tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigtable_custom_endpoint timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.971-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: 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 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_reservation_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=bigquery_reservation_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.971-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 description="value expected to be a string that isn't an empty string" tf_attribute_path=billing_project tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=billing_project tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value expected to be a string that isn't an empty string" timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_attribute_path=eventarc_custom_endpoint timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=eventarc_custom_endpoint @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling 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_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=region tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 expected to be a string that isn't an empty string" tf_attribute_path=region tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_approval_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_attribute_path=access_approval_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=tpu_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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 timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=tpu_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=database_migration_service_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_attribute_path=database_migration_service_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=storage_insights_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=storage_insights_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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=essential_contacts_custom_endpoint timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=essential_contacts_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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=gke_hub_custom_endpoint timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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_hub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_management_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.972-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=service_management_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=memcache_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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" @module=sdk.framework timestamp=2024-02-16T14:35:45.972-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=memcache_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=vertex_ai_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=vertex_ai_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=assured_workloads_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=assured_workloads_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_warehouse_custom_endpoint 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 tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=document_ai_warehouse_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig tf_attribute_path=discovery_engine_custom_endpoint timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=discovery_engine_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=iam_beta_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=iam_beta_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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=datastore_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=datastore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=cloud_resource_manager_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.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 tf_attribute_path=cloud_resource_manager_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=default_labels tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined Type Validate: tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=default_labels tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_attribute_path=compute_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.973-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=compute_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=filestore_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.973-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=filestore_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" 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 tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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=container_aws_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_attribute_path=data_loss_prevention_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_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_loss_prevention_custom_endpoint tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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=impersonate_service_account tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @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_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_attribute_path=impersonate_service_account tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=big_query_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=big_query_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=kms_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_attribute_path=kms_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 '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_custom_endpoint tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=pubsub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=notebooks_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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 '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=notebooks_custom_endpoint tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=secure_source_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called 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=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=firebaserules_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firebaserules_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.974-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=cloud_ids_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=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.975-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_ids_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:45.974-0300
2024-02-16T14:35:45.975-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=workflows_custom_endpoint timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.975-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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=workflows_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.975-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=cloud_build_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.975-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=cloud_build_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.975-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=biglake_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.975-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=biglake_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-02-16T14:35:45.975-0300
2024-02-16T14:35:45.975-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=cloud_functions_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.975-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_functions_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.975-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=resource_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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=resource_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_networking_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_attribute_path=service_networking_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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" @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_custom_endpoint timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_billing_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_billing_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_attribute_path=storage_transfer_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=storage_transfer_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_attribute_path=cloudfunctions2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloudfunctions2_custom_endpoint tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_attribute_path=tags_location_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 timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=tags_location_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=cloudbuildv2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.975-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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 @module=sdk.framework tf_attribute_path=cloudbuildv2_custom_endpoint timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=gkehub_feature_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=gkehub_feature_custom_endpoint tf_mux_provider="*proto5server.Server" description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_custom_endpoint @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_custom_endpoint @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=iam_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=resource_manager_v3_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=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_v3_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 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=certificate_manager_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=certificate_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=network_services_custom_endpoint tf_rpc=PrepareProviderConfig tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: 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 tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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=cloud_tasks_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_tasks_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.986-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value expected to be a string that isn't an empty string" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_attribute_path=zone timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=zone 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 expected to be a string that isn't an empty string" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: 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=service_usage_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=service_usage_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=234cccb1-57b7-0b0b-a684-15479310cc06 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=vmwareengine_custom_endpoint timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vmwareengine_custom_endpoint timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=edgenetwork_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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 timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_attribute_path=edgenetwork_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @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_mux_provider="*proto5server.Server" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.976-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_attribute_path=monitoring_custom_endpoint 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:704 @module=sdk.framework timestamp=2024-02-16T14:35:45.977-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=monitoring_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.977-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=dataflow_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2024-02-16T14:35:45.977-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=dataflow_custom_endpoint tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2024-02-16T14:35:45.977-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=iam_credentials_custom_endpoint tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:45.977-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=iam_credentials_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.977-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.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=blockchain_node_engine_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 timestamp=2024-02-16T14:35:45.977-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_mux_provider="*proto5server.Server" @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=blockchain_node_engine_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2024-02-16T14:35:45.977-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined Type Validate: tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=blockchain_node_engine_custom_endpoint tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 timestamp=2024-02-16T14:35:45.977-0300
2024-02-16T14:35:45.987-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined Type Validate: tf_attribute_path=blockchain_node_engine_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_req_id=234cccb1-57b7-0b0b-a684-15479310cc06 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 timestamp=2024-02-16T14:35:45.977-0300
2024-02-16T14:35:46.012-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined Provider Configure: tf_req_id=c4c41d26-e691-edd1-90b3-1f1f30564893 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:12 tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" @module=sdk.framework timestamp=2024-02-16T14:35:46.012-0300
2024-02-16T14:35:46.015-0300 [INFO] provider.terraform-provider-google_v5.16.0_x5: Authenticating using DefaultClient...: @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1747 tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider="*proto5server.Server" tf_req_id=c4c41d26-e691-edd1-90b3-1f1f30564893 tf_rpc=ConfigureProvider @module=google timestamp=2024-02-16T14:35:46.015-0300
2024-02-16T14:35:46.015-0300 [INFO] provider.terraform-provider-google_v5.16.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:1748 @module=google tf_rpc=ConfigureProvider tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=c4c41d26-e691-edd1-90b3-1f1f30564893 timestamp=2024-02-16T14:35:46.015-0300
2024-02-16T14:35:46.015-0300 [INFO] provider.terraform-provider-google_v5.16.0_x5: Authenticating using DefaultClient...: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1747 @module=google tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=c4c41d26-e691-edd1-90b3-1f1f30564893 timestamp=2024-02-16T14:35:46.015-0300
2024-02-16T14:35:46.015-0300 [INFO] provider.terraform-provider-google_v5.16.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:1748 @module=google tf_mux_provider="*proto5server.Server" tf_req_id=c4c41d26-e691-edd1-90b3-1f1f30564893 tf_rpc=ConfigureProvider tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:46.015-0300
2024-02-16T14:35:46.015-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [DEBUG] Waiting for state to become: [success]
2024-02-16T14:35:46.514-0300 [INFO] provider.terraform-provider-google_v5.16.0_x5: Terraform is using this identity: ***: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=c4c41d26-e691-edd1-90b3-1f1f30564893 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/fwtransport/framework_config.go:1621 @module=google tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:46.514-0300
2024-02-16T14:35:46.514-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined Provider Configure: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_req_id=c4c41d26-e691-edd1-90b3-1f1f30564893 tf_rpc=ConfigureProvider tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:46.514-0300
2024-02-16T14:35:46.515-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [INFO] Authenticating using DefaultClient...
2024-02-16T14:35:46.515-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]
2024-02-16T14:35:46.515-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [INFO] Authenticating using DefaultClient...
2024-02-16T14:35:46.515-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]
2024-02-16T14:35:46.515-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [DEBUG] Waiting for state to become: [success]
2024-02-16T14:35:46.715-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [INFO] Terraform is using this identity: ***
2024-02-16T14:35:46.715-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [DEBUG] parent context canceled, cleaning up batcher batches
2024-02-16T14:35:46.715-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [DEBUG] parent context canceled, cleaning up batcher batches
2024-02-16T14:35:46.715-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [DEBUG] Stopping batcher "Service Usage"
2024-02-16T14:35:46.715-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [DEBUG] Stopping batcher "IAM"
2024-02-16T14:35:46.716-0300 [DEBUG] ReferenceTransformer: "data.google_client_config.provider" references: []
2024-02-16T14:35:46.716-0300 [DEBUG] ReferenceTransformer: "data.google_compute_network.network" references: []
2024-02-16T14:35:46.716-0300 [DEBUG] ReferenceTransformer: "data.google_compute_subnetwork.subnet" references: []
2024-02-16T14:35:46.717-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined DataSource Configure: @module=sdk.framework tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_validatedatasourceconfig.go:39 tf_data_source_type=google_client_config tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b46e0663-cba2-f957-eddd-bf61020c3cec timestamp=2024-02-16T14:35:46.717-0300
2024-02-16T14:35:46.717-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined DataSource Configure: tf_data_source_type=google_client_config tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b46e0663-cba2-f957-eddd-bf61020c3cec @module=sdk.framework tf_mux_provider="*proto5server.Server" tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_validatedatasourceconfig.go:41 timestamp=2024-02-16T14:35:46.717-0300
data.google_compute_subnetwork.subnet: Reading...
data.google_compute_network.network: Reading...
data.google_client_config.provider: Reading...
2024-02-16T14:35:46.718-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined DataSource Configure: tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_readdatasource.go:43 @module=sdk.framework tf_data_source_type=google_client_config tf_mux_provider="*proto5server.Server" tf_req_id=6ba7c274-545a-3bd3-6ce0-faae8b64cb8d tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2024-02-16T14:35:46.718-0300
2024-02-16T14:35:46.718-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined DataSource Configure: tf_req_id=6ba7c274-545a-3bd3-6ce0-faae8b64cb8d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_readdatasource.go:45 @module=sdk.framework tf_data_source_type=google_client_config tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ReadDataSource timestamp=2024-02-16T14:35:46.718-0300
2024-02-16T14:35:46.718-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Calling provider defined DataSource Read: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_readdatasource.go:74 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=6ba7c274-545a-3bd3-6ce0-faae8b64cb8d tf_rpc=ReadDataSource @module=sdk.framework tf_data_source_type=google_client_config tf_mux_provider="*proto5server.Server" timestamp=2024-02-16T14:35:46.718-0300
2024-02-16T14:35:46.718-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [INFO] Instantiating GCE client for path https://compute.googleapis.com/compute/v1/
2024-02-16T14:35:46.718-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [INFO] Instantiating GCE client for path https://compute.googleapis.com/compute/v1/
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [DEBUG] Retry Transport: starting RoundTrip retry loop
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [DEBUG] Retry Transport: request attempt 0
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [DEBUG] Retry Transport: starting RoundTrip retry loop
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [DEBUG] Retry Transport: request attempt 0
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [DEBUG] Google API Request Details:
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: ---[ REQUEST ]---------------------------------------
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: GET /compute/v1/projects/snmxgfihomh7g4qogpyop2***/regions/us-east1/subnetworks/subnet?alt=json&prettyPrint=false HTTP/1.1
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Host: compute.googleapis.com
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: User-Agent: google-api-go-client/0.5 Terraform/1.7.3 (+https://www.terraform.io) Terraform-Plugin-SDK/2.10.1 terraform-provider-google/5.16.0
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: X-Goog-Api-Client: gl-go/1.20.13 gdcl/0.156.0
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Accept-Encoding: gzip
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: -----------------------------------------------------
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:46 [DEBUG] Google API Request Details:
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: ---[ REQUEST ]---------------------------------------
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: GET /compute/v1/projects/snmxgfihomh7g4qogpyop2***/global/networks/vpc-estudos?alt=json&prettyPrint=false HTTP/1.1
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Host: compute.googleapis.com
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: User-Agent: google-api-go-client/0.5 Terraform/1.7.3 (+https://www.terraform.io) Terraform-Plugin-SDK/2.10.1 terraform-provider-google/5.16.0
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: X-Goog-Api-Client: gl-go/1.20.13 gdcl/0.156.0
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Accept-Encoding: gzip
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5
2024-02-16T14:35:46.719-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: -----------------------------------------------------
2024-02-16T14:35:46.824-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Called provider defined DataSource Read: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ReadDataSource tf_data_source_type=google_client_config tf_mux_provider="*proto5server.Server" @module=sdk.framework tf_req_id=6ba7c274-545a-3bd3-6ce0-faae8b64cb8d @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_readdatasource.go:76 timestamp=2024-02-16T14:35:46.823-0300
data.google_client_config.provider: Read complete after 0s [id=projects/"snmxgfihomh7g4qogpyop2***"/regions/"us-east1"/zones/<null>]
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Google API Response Details:
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: ---[ RESPONSE ]--------------------------------------
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: HTTP/2.0 200 OK
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Cache-Control: private
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Content-Type: application/json; charset=UTF-8
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Date: Fri, 16 Feb 2024 17:35:47 GMT
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Etag: VZuILvlXyxJrkdFdTF6r4YkniSo=/pbXkYBxprigDZNqsER9q_l_GC_M=
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Server: ESF
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Vary: Origin
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Vary: X-Origin
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Vary: Referer
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: X-Content-Type-Options: nosniff
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: X-Frame-Options: SAMEORIGIN
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: X-Xss-Protection: 0
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: {
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "kind": "compute#network",
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "id": "4595941947138844356",
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "creationTimestamp": "2021-08-28T13:10:19.234-07:00",
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "name": "vpc-estudos",
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "description": "",
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "selfLink": "https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/global/networks/vpc-estudos",
2024-02-16T14:35:47.460-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "selfLinkWithId": "https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/global/networks/4595941947138844356",
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "autoCreateSubnetworks": false,
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "subnetworks": [
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/regions/us-east1/subnetworks/subnet"
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: ],
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "peerings": [
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: {
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "name": "servicenetworking-googleapis-com",
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "network": "https://www.googleapis.com/compute/v1/projects/he22acea29d55038cp-tp/global/networks/servicenetworking",
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "state": "ACTIVE",
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "stateDetails": "[2023-06-03T09:19:44.007-07:00]: Connected.",
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "autoCreateRoutes": true,
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "exportCustomRoutes": false,
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "importCustomRoutes": false,
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "exchangeSubnetRoutes": true,
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "exportSubnetRoutesWithPublicIp": false,
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "importSubnetRoutesWithPublicIp": false,
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "stackType": "IPV4_ONLY"
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: }
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: ],
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "routingConfig": {
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "routingMode": "REGIONAL"
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: },
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "mtu": 1460,
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL"
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: }
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: -----------------------------------------------------
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Retry Transport: Stopping retries, last request was successful
2024-02-16T14:35:47.461-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Retry Transport: Returning after 1 attempts
data.google_compute_network.network: Read complete after 0s [id=projects/snmxgfihomh7g4qogpyop2***/global/networks/vpc-estudos]
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Google API Response Details:
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: ---[ RESPONSE ]--------------------------------------
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: HTTP/2.0 200 OK
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Cache-Control: private
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Content-Type: application/json; charset=UTF-8
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Date: Fri, 16 Feb 2024 17:35:47 GMT
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Etag: WmOkOZQNUWFspzwKKfQAHO4ji94=/_LctYoisW2NlBRC8TEX5u9qXalY=
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Server: ESF
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Vary: Origin
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Vary: X-Origin
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Vary: Referer
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: X-Content-Type-Options: nosniff
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: X-Frame-Options: SAMEORIGIN
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: X-Xss-Protection: 0
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: {
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "kind": "compute#subnetwork",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "id": "1972507362179098326",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "creationTimestamp": "2021-08-28T13:10:33.153-07:00",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "name": "subnet",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "description": "",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "network": "https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/global/networks/vpc-estudos",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "ipCidrRange": "10.0.0.0/9",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "gatewayAddress": "10.0.0.1",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "region": "https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/regions/us-east1",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "selfLink": "https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/regions/us-east1/subnetworks/subnet",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "privateIpGoogleAccess": true,
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "fingerprint": "i5WBX0OL3OI=",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "enableFlowLogs": false,
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "privateIpv6GoogleAccess": "DISABLE_GOOGLE_ACCESS",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "purpose": "PRIVATE",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "logConfig": {
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "enable": false,
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "aggregationInterval": "INTERVAL_5_SEC",
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "flowSampling": 0.5,
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "metadata": "INCLUDE_ALL_METADATA"
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: },
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "stackType": "IPV4_ONLY"
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: }
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: -----------------------------------------------------
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Retry Transport: Stopping retries, last request was successful
2024-02-16T14:35:47.859-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Retry Transport: Returning after 1 attempts
data.google_compute_subnetwork.subnet: Read complete after 1s [id=projects/snmxgfihomh7g4qogpyop2***/regions/us-east1/subnetworks/subnet]
2024-02-16T14:35:47.860-0300 [DEBUG] ReferenceTransformer: "google_notebooks_instance.temporary_workbenches[\"test-always-recreate-1\"]" references: []
2024-02-16T14:35:47.861-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Attributes before migration: map[string]interface {}{"accelerator_config":[]interface {}{}, "boot_disk_size_gb":"50", "boot_disk_type":"PD_SSD", "container_image":[]interface {}{}, "create_time":"2024-02-16T17:06:20.131654209Z", "custom_gpu_driver_path":"", "data_disk_size_gb":interface {}(nil), "data_disk_type":interface {}(nil), "disk_encryption":"GMEK", "id":"projects/snmxgfihomh7g4qogpyop2***/locations/us-east1-b/instances/test-always-recreate-1", "install_gpu_driver":false, "instance_owners":interface {}(nil), "kms_key":"", "labels":map[string]interface {}{"goog-caip-notebook":""}, "location":"us-east1-b", "machine_type":"e2-highmem-8", "metadata":map[string]interface {}{"proxy-mode":"service_account", "terraform":"true"}, "name":"test-always-recreate-1", "network":"https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/global/networks/vpc-estudos", "nic_type":"", "no_proxy_access":false, "no_public_ip":true, "no_remove_data_disk":interface {}(nil), "post_startup_script":"", "project":"snmxgfihomh7g4qogpyop2***", "proxy_uri":"", "reservation_affinity":[]interface {}{}, "service_account":"121274453955-compute@developer.gserviceaccount.com", "service_account_scopes":[]interface {}{"https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/devstorage.read_write", "https://www.googleapis.com/auth/bigquery", "https://www.googleapis.com/auth/userinfo.email"}, "shielded_instance_config":[]interface {}{map[string]interface {}{"enable_integrity_monitoring":true, "enable_secure_boot":false, "enable_vtpm":true}}, "state":"PROVISIONING", "subnet":"https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/regions/us-east1/subnetworks/subnet", "tags":interface {}(nil), "timeouts":interface {}(nil), "update_time":"2024-02-16T17:06:33.350946093Z", "vm_image":[]interface {}{map[string]interface {}{"image_family":"tf-latest-cpu", "image_name":"", "project":"deeplearning-platform-release"}}}
2024-02-16T14:35:47.862-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Attributes before migration labels: map[string]interface {}{"goog-caip-notebook":""}
2024-02-16T14:35:47.862-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Attributes before migration effective_labels: <nil>
2024-02-16T14:35:47.862-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Attributes after migration: map[string]interface {}{"accelerator_config":[]interface {}{}, "boot_disk_size_gb":"50", "boot_disk_type":"PD_SSD", "container_image":[]interface {}{}, "create_time":"2024-02-16T17:06:20.131654209Z", "custom_gpu_driver_path":"", "data_disk_size_gb":interface {}(nil), "data_disk_type":interface {}(nil), "disk_encryption":"GMEK", "effective_labels":map[string]interface {}{"goog-caip-notebook":""}, "id":"projects/snmxgfihomh7g4qogpyop2***/locations/us-east1-b/instances/test-always-recreate-1", "install_gpu_driver":false, "instance_owners":interface {}(nil), "kms_key":"", "labels":map[string]interface {}{}, "location":"us-east1-b", "machine_type":"e2-highmem-8", "metadata":map[string]interface {}{"proxy-mode":"service_account", "terraform":"true"}, "name":"test-always-recreate-1", "network":"https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2/global/networks/vpc-estudos", "nic_type":"", "no_proxy_access":false, "no_public_ip":true, "no_remove_data_disk":interface {}(nil), "post_startup_script":"", "project":"snmxgfihomh7g4qogpyop2q***", "proxy_uri":"", "reservation_affinity":[]interface {}{}, "service_account":"121274453955-compute@developer.gserviceaccount.com", "service_account_scopes":[]interface {}{"https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/devstorage.read_write", "https://www.googleapis.com/auth/bigquery", "https://www.googleapis.com/auth/userinfo.email"}, "shielded_instance_config":[]interface {}{map[string]interface {}{"enable_integrity_monitoring":true, "enable_secure_boot":false, "enable_vtpm":true}}, "state":"PROVISIONING", "subnet":"https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/regions/us-east1/subnetworks/subnet", "tags":interface {}(nil), "timeouts":interface {}(nil), "update_time":"2024-02-16T17:06:33.350946093Z", "vm_image":[]interface {}{map[string]interface {}{"image_family":"tf-latest-cpu", "image_name":"", "project":"deeplearning-platform-release"}}}
2024-02-16T14:35:47.862-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Attributes after migration labels: map[string]interface {}{}
2024-02-16T14:35:47.862-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Attributes after migration effective_labels: map[string]interface {}{"goog-caip-notebook":""}
google_notebooks_instance.temporary_workbenches["test-always-recreate-1"]: Refreshing state... [id=projects/snmxgfihomh7g4qogpyop2***/locations/us-east1-b/instances/test-always-recreate-1]
2024-02-16T14:35:47.869-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Waiting for state to become: [success]
2024-02-16T14:35:47.869-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Retry Transport: starting RoundTrip retry loop
2024-02-16T14:35:47.869-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Retry Transport: request attempt 0
2024-02-16T14:35:47.869-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:47 [DEBUG] Google API Request Details:
2024-02-16T14:35:47.869-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: ---[ REQUEST ]---------------------------------------
2024-02-16T14:35:47.869-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: GET /v1/projects/snmxgfihomh7g4qogpyop2***/locations/us-east1-b/instances/test-always-recreate-1?alt=json HTTP/1.1
2024-02-16T14:35:47.869-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Host: notebooks.googleapis.com
2024-02-16T14:35:47.869-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: User-Agent: Terraform/1.7.3 (+https://www.terraform.io) Terraform-Plugin-SDK/2.10.1 terraform-provider-google/5.16.0
2024-02-16T14:35:47.869-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Content-Type: application/json
2024-02-16T14:35:47.869-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Accept-Encoding: gzip
2024-02-16T14:35:47.869-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5
2024-02-16T14:35:47.869-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5
2024-02-16T14:35:47.869-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: -----------------------------------------------------
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:50 [DEBUG] Google API Response Details:
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: ---[ RESPONSE ]--------------------------------------
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: HTTP/2.0 200 OK
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Cache-Control: private
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Content-Type: application/json; charset=UTF-8
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Date: Fri, 16 Feb 2024 17:35:50 GMT
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Server: ESF
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Vary: Origin
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Vary: X-Origin
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: Vary: Referer
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: X-Content-Type-Options: nosniff
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: X-Frame-Options: SAMEORIGIN
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: X-Xss-Protection: 0
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: {
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "name": "projects/snmxgfihomh7g4qogpyop2***/locations/us-east1-b/instances/test-always-recreate-1",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "proxyUri": "75c02ffcd5b9cc54-dot-us-east1.notebooks.googleusercontent.com",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "serviceAccount": "121274453955-compute@developer.gserviceaccount.com",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "machineType": "https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/zones/us-east1-b/machineTypes/e2-highmem-8",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "state": "ACTIVE",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "diskEncryption": "GMEK",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "noPublicIp": true,
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "network": "https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/global/networks/vpc-estudos",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "subnet": "https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/regions/us-east1/subnetworks/subnet",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "labels": {
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "goog-caip-notebook": ""
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: },
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "metadata": {
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "version": "116",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "framework": "TensorFlow:2.13",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "restriction": "",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "enable-guest-attributes": "TRUE",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "terraform": "true",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "shutdown-script": "/opt/deeplearning/bin/shutdown_script.sh",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "proxy-url": "75c02ffcd5b9cc54-dot-us-east1.notebooks.googleusercontent.com",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "title": "TensorFlow2.13/Keras.CPU",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "notebooks-api": "PROD",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "disable-swap-binaries": "true",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "notebooks-api-version": "v1",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "proxy-mode": "service_account",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "warmup-libraries": "matplotlib.pyplot",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "serial-port-logging-enable": "true"
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: },
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "createTime": "2024-02-16T17:06:20.131654209Z",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "updateTime": "2024-02-16T17:07:27.788900538Z",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "disks": [
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: {
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "autoDelete": true,
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "boot": true,
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "deviceName": "boot",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "diskSizeGb": "50",
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "guestOsFeatures": [
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: {
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "type": "VIRTIO_SCSI_MULTIQUEUE"
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: },
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: {
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "type": "UEFI_COMPATIBLE"
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: },
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: {
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "type": "GVNIC"
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: }
2024-02-16T14:35:50.223-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: ],
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "interface": "SCSI",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "kind": "compute#attachedDisk",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "licenses": [
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "https://www.googleapis.com/compute/v1/projects/click-to-deploy-images/global/licenses/c2d-tensorflow",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "https://www.googleapis.com/compute/v1/projects/click-to-deploy-images/global/licenses/c2d-dl-platform-gvnic",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "https://www.googleapis.com/compute/v1/projects/click-to-deploy-images/global/licenses/c2d-dl-platform-cpu-tensorflow-experimental",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "https://www.googleapis.com/compute/v1/projects/click-to-deploy-images/global/licenses/c2d-dl-platform-cpu-tensorflow-2-13",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "https://www.googleapis.com/compute/v1/projects/click-to-deploy-images/global/licenses/c2d-dl-platform-debian-11",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "https://www.googleapis.com/compute/v1/projects/click-to-deploy-images/global/licenses/c2d-dl-platform-dlvm"
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: ],
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "mode": "READ_WRITE",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "source": "https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/zones/us-east1-b/disks/test-always-recreate-1-boot",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "type": "PERSISTENT"
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: },
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: {
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "autoDelete": true,
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "deviceName": "data",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "diskSizeGb": "100",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "index": "1",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "interface": "SCSI",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "kind": "compute#attachedDisk",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "mode": "READ_WRITE",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "source": "https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/zones/us-east1-b/disks/test-always-recreate-1-data",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "type": "PERSISTENT"
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: }
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: ],
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "shieldedInstanceConfig": {
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "enableVtpm": true,
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "enableIntegrityMonitoring": true
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: },
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "serviceAccountScopes": [
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "https://www.googleapis.com/auth/cloud-platform",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "https://www.googleapis.com/auth/devstorage.read_write",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "https://www.googleapis.com/auth/bigquery",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "https://www.googleapis.com/auth/userinfo.email"
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: ],
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "creator": "***",
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "migrated": false,
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "instanceMigrationEligibility": {
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "warnings": [
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: "UNSUPPORTED_OS"
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: ]
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: }
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: }
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: -----------------------------------------------------
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:50 [DEBUG] Retry Transport: Stopping retries, last request was successful
2024-02-16T14:35:50.224-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:50 [DEBUG] Retry Transport: Returning after 1 attempts
2024-02-16T14:35:50.225-0300 [WARN] Provider "registry.terraform.io/hashicorp/google" produced an unexpected new value for google_notebooks_instance.temporary_workbenches["test-always-recreate-1"] during refresh.
- .proxy_uri: was cty.StringVal(""), but now cty.StringVal("75c02ffcd5b9cc54-dot-us-east1.notebooks.googleusercontent.com")
- .terraform_labels: was null, but now cty.MapValEmpty(cty.String)
- .update_time: was cty.StringVal("2024-02-16T17:06:33.350946093Z"), but now cty.StringVal("2024-02-16T17:07:27.788900538Z")
- .state: was cty.StringVal("PROVISIONING"), but now cty.StringVal("ACTIVE")
- .tags: was null, but now cty.ListValEmpty(cty.String)
2024-02-16T14:35:50.233-0300 [WARN] Provider "registry.terraform.io/hashicorp/google" produced an invalid plan for google_notebooks_instance.temporary_workbenches["test-always-recreate-1"], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .kms_key: planned value cty.StringVal("") for a non-computed attribute
- .post_startup_script: planned value cty.StringVal("") for a non-computed attribute
- .tags: planned value cty.ListValEmpty(cty.String) for a non-computed attribute
- .labels: planned value cty.MapValEmpty(cty.String) for a non-computed attribute
- .nic_type: planned value cty.StringVal("") for a non-computed attribute
- .custom_gpu_driver_path: planned value cty.StringVal("") for a non-computed attribute
- .install_gpu_driver: planned value cty.False for a non-computed attribute
- .shielded_instance_config: block count in plan (1) disagrees with count in config (0)
- .vm_image[0].image_name: planned value cty.StringVal("") for a non-computed attribute
2024-02-16T14:35:50.240-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:50 [DEBUG] [transport] [server-transport 0xc0010ec680] Closing: Server.Stop called
2024-02-16T14:35:50.240-0300 [DEBUG] provider.terraform-provider-google_v5.16.0_x5: 2024/02/16 14:35:50 [DEBUG] [transport] [server-transport 0xc0010ec680] loopyWriter exiting with error: transport closed by client
2024-02-16T14:35:50.240-0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-16T14:35:50.244-0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/5.16.0/linux_amd64/terraform-provider-google_v5.16.0_x5 pid=3996202
2024-02-16T14:35:50.244-0300 [DEBUG] provider: plugin exited
2024-02-16T14:35:50.245-0300 [DEBUG] building apply graph to check for errors
2024-02-16T14:35:50.245-0300 [DEBUG] ProviderTransformer: "google_notebooks_instance.temporary_workbenches[\"test-always-recreate-1\"]" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:50.245-0300 [DEBUG] ProviderTransformer: "data.google_client_config.provider (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:50.245-0300 [DEBUG] ProviderTransformer: "google_notebooks_instance.temporary_workbenches[\"test-always-recreate-1\"] (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:50.245-0300 [DEBUG] ProviderTransformer: "google_notebooks_instance.temporary_workbenches (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:50.245-0300 [DEBUG] ProviderTransformer: "data.google_compute_subnetwork.subnet (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:50.245-0300 [DEBUG] ProviderTransformer: "data.google_compute_network.network (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/google"]
2024-02-16T14:35:50.245-0300 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/google-beta"]
2024-02-16T14:35:50.245-0300 [DEBUG] ReferenceTransformer: "local.subnet_id (expand)" references: []
2024-02-16T14:35:50.245-0300 [DEBUG] ReferenceTransformer: "local.google_project_id (expand)" references: []
2024-02-16T14:35:50.245-0300 [DEBUG] ReferenceTransformer: "google_notebooks_instance.temporary_workbenches (expand)" references: [data.google_compute_subnetwork.subnet (expand) data.google_compute_network.network (expand)]
2024-02-16T14:35:50.245-0300 [DEBUG] ReferenceTransformer: "data.google_compute_subnetwork.subnet (expand)" references: [local.subnet_id (expand)]
2024-02-16T14:35:50.245-0300 [DEBUG] ReferenceTransformer: "data.google_client_config.provider (expand)" references: []
2024-02-16T14:35:50.245-0300 [DEBUG] ReferenceTransformer: "local.google_default_region (expand)" references: []
2024-02-16T14:35:50.245-0300 [DEBUG] ReferenceTransformer: "local.vpc_id (expand)" references: []
2024-02-16T14:35:50.245-0300 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: [local.google_project_id (expand) local.google_default_region (expand)]
2024-02-16T14:35:50.246-0300 [DEBUG] ReferenceTransformer: "data.google_compute_network.network (expand)" references: [local.vpc_id (expand)]
2024-02-16T14:35:50.246-0300 [DEBUG] ReferenceTransformer: "google_notebooks_instance.temporary_workbenches[\"test-always-recreate-1\"]" references: [data.google_compute_subnetwork.subnet (expand) data.google_compute_network.network (expand)]
2024-02-16T14:35:50.246-0300 [DEBUG] pruneUnusedNodes: data.google_client_config.provider (expand) is no longer needed, removing
2024-02-16T14:35:50.246-0300 [INFO] backend/local: plan operation completed
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the
following symbols:
-/+ destroy and then create replacement
Terraform will perform the following actions:
# google_notebooks_instance.temporary_workbenches["test-always-recreate-1"] must be replaced
-/+ resource "google_notebooks_instance" "temporary_workbenches" {
~ create_time = "2024-02-16T17:06:20.131654209Z" -> (known after apply)
- disk_encryption = "GMEK" -> null # forces replacement
~ effective_labels = {
- "goog-caip-notebook" = ""
} -> (known after apply)
~ id = "projects/snmxgfihomh7g4qogpyop2***/locations/us-east1-b/instances/test-always-recreate-1" -> (known after apply)
- install_gpu_driver = false -> null
- labels = {} -> null
name = "test-always-recreate-1"
~ network = "https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/global/networks/vpc-estudos" -> "projects/snmxgfihomh7g4qogpyop2***/global/networks/vpc-estudos"
~ proxy_uri = "75c02ffcd5b9cc54-dot-us-east1.notebooks.googleusercontent.com" -> (known after apply)
~ service_account = "121274453955-compute@developer.gserviceaccount.com" -> (known after apply)
~ state = "ACTIVE" -> (known after apply)
~ subnet = "https://www.googleapis.com/compute/v1/projects/snmxgfihomh7g4qogpyop2***/regions/us-east1/subnetworks/subnet" -> "projects/snmxgfihomh7g4qogpyop2***/regions/us-east1/subnetworks/subnet"
- tags = [] -> null
~ terraform_labels = {} -> (known after apply)
~ update_time = "2024-02-16T17:07:27.788900538Z" -> (known after apply)
# (9 unchanged attributes hidden)
- shielded_instance_config {
- enable_integrity_monitoring = true -> null
- enable_secure_boot = false -> null
- enable_vtpm = true -> null
}
# (1 unchanged block hidden)
}
Plan: 1 to add, 0 to change, 1 to destroy.
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Note: You didn't use the -out option to save this plan, so Terraform can't guarantee to take exactly these actions if you run
"terraform apply" now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment