Last active
April 25, 2023 16:27
-
-
Save rifelpet/993436c77c6b3e11df4a3373e6e50515 to your computer and use it in GitHub Desktop.
terraform-provider-google instance template unique ID
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ TF_LOG=debug ./terraform init | |
| 2023-04-25T16:12:36.346Z [INFO] Terraform version: 1.4.5 | |
| 2023-04-25T16:12:36.346Z [DEBUG] using github.com/hashicorp/go-tfe v1.18.0 | |
| 2023-04-25T16:12:36.346Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2 | |
| 2023-04-25T16:12:36.346Z [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2 | |
| 2023-04-25T16:12:36.346Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0 | |
| 2023-04-25T16:12:36.346Z [DEBUG] using github.com/zclconf/go-cty v1.12.1 | |
| 2023-04-25T16:12:36.346Z [INFO] Go runtime version: go1.19.6 | |
| 2023-04-25T16:12:36.346Z [INFO] CLI args: []string{"./terraform", "init"} | |
| 2023-04-25T16:12:36.346Z [DEBUG] Attempting to open CLI config file: /home/user/.terraformrc | |
| 2023-04-25T16:12:36.346Z [INFO] Loading CLI configuration from /home/user/.terraformrc | |
| 2023-04-25T16:12:36.347Z [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
| 2023-04-25T16:12:36.347Z [DEBUG] ignoring non-existing provider search directory /home/user/.terraform.d/plugins | |
| 2023-04-25T16:12:36.347Z [DEBUG] ignoring non-existing provider search directory /home/user/.local/share/terraform/plugins | |
| 2023-04-25T16:12:36.347Z [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins | |
| 2023-04-25T16:12:36.347Z [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins | |
| 2023-04-25T16:12:36.347Z [INFO] CLI command args: []string{"init"} | |
| Initializing the backend... | |
| 2023-04-25T16:12:36.348Z [DEBUG] New state was assigned lineage "1c29814f-1f48-1d95-baa8-6fafe01d98b4" | |
| 2023-04-25T16:12:36.571Z [DEBUG] checking for provisioner in "." | |
| 2023-04-25T16:12:36.571Z [DEBUG] checking for provisioner in "/tmp/test" | |
| Initializing provider plugins... | |
| - Reusing previous version of hashicorp/google from the dependency lock file | |
| 2023-04-25T16:12:36.572Z [DEBUG] Service discovery for registry.terraform.io at https://registry.terraform.io/.well-known/terraform.json | |
| 2023-04-25T16:12:36.619Z [DEBUG] GET https://registry.terraform.io/v1/providers/hashicorp/google/versions | |
| - Using previously-installed hashicorp/google v4.63.0 | |
| Terraform has been successfully initialized! | |
| You may now begin working with Terraform. Try running "terraform plan" to see | |
| any changes that are required for your infrastructure. All Terraform commands | |
| should now work. | |
| If you ever set or change modules or backend configuration for Terraform, | |
| rerun this command to reinitialize your working directory. If you forget, other | |
| commands will detect it and remind you to do so if necessary. | |
| $ TF_LOG=debug ./terraform apply | |
| 2023-04-25T16:12:38.660Z [INFO] Terraform version: 1.4.5 | |
| 2023-04-25T16:12:38.661Z [DEBUG] using github.com/hashicorp/go-tfe v1.18.0 | |
| 2023-04-25T16:12:38.661Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2 | |
| 2023-04-25T16:12:38.661Z [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2 | |
| 2023-04-25T16:12:38.661Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0 | |
| 2023-04-25T16:12:38.661Z [DEBUG] using github.com/zclconf/go-cty v1.12.1 | |
| 2023-04-25T16:12:38.661Z [INFO] Go runtime version: go1.19.6 | |
| 2023-04-25T16:12:38.661Z [INFO] CLI args: []string{"./terraform", "apply"} | |
| 2023-04-25T16:12:38.661Z [DEBUG] Attempting to open CLI config file: /home/user/.terraformrc | |
| 2023-04-25T16:12:38.661Z [INFO] Loading CLI configuration from /home/user/.terraformrc | |
| 2023-04-25T16:12:38.661Z [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
| 2023-04-25T16:12:38.661Z [DEBUG] ignoring non-existing provider search directory /home/user/.terraform.d/plugins | |
| 2023-04-25T16:12:38.661Z [DEBUG] ignoring non-existing provider search directory /home/user/.local/share/terraform/plugins | |
| 2023-04-25T16:12:38.661Z [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins | |
| 2023-04-25T16:12:38.661Z [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins | |
| 2023-04-25T16:12:38.661Z [INFO] CLI command args: []string{"apply"} | |
| 2023-04-25T16:12:38.662Z [DEBUG] New state was assigned lineage "3a01dfbd-976d-2f49-c9a4-9e5b17d6c89c" | |
| 2023-04-25T16:12:38.888Z [DEBUG] checking for provisioner in "." | |
| 2023-04-25T16:12:38.888Z [DEBUG] checking for provisioner in "/tmp/test" | |
| 2023-04-25T16:12:38.889Z [INFO] backend/local: starting Apply operation | |
| 2023-04-25T16:12:38.890Z [DEBUG] created provider logger: level=debug | |
| 2023-04-25T16:12:38.890Z [INFO] provider: configuring client automatic mTLS | |
| 2023-04-25T16:12:38.911Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5] | |
| 2023-04-25T16:12:38.912Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5 pid=420 | |
| 2023-04-25T16:12:38.912Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5 | |
| 2023-04-25T16:12:38.982Z [INFO] provider.terraform-provider-google_v4.63.0_x5: configuring server automatic mTLS: timestamp=2023-04-25T16:12:38.981Z | |
| 2023-04-25T16:12:39.001Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: plugin address: address=/tmp/plugin365536043 network=unix timestamp=2023-04-25T16:12:39.001Z | |
| 2023-04-25T16:12:39.001Z [DEBUG] provider: using plugin: version=5 | |
| 2023-04-25T16:12:39.137Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
| 2023-04-25T16:12:39.137Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5 pid=420 | |
| 2023-04-25T16:12:39.137Z [DEBUG] provider: plugin exited | |
| 2023-04-25T16:12:39.137Z [DEBUG] Building and walking validate graph | |
| 2023-04-25T16:12:39.137Z [DEBUG] ProviderTransformer: "google_compute_instance_template.default" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"] | |
| 2023-04-25T16:12:39.138Z [DEBUG] ReferenceTransformer: "google_compute_instance_template.default" references: [] | |
| 2023-04-25T16:12:39.138Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: [] | |
| 2023-04-25T16:12:39.138Z [DEBUG] Starting graph walk: walkValidate | |
| 2023-04-25T16:12:39.139Z [DEBUG] created provider logger: level=debug | |
| 2023-04-25T16:12:39.139Z [INFO] provider: configuring client automatic mTLS | |
| 2023-04-25T16:12:39.147Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5] | |
| 2023-04-25T16:12:39.147Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5 pid=427 | |
| 2023-04-25T16:12:39.147Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5 | |
| 2023-04-25T16:12:39.217Z [INFO] provider.terraform-provider-google_v4.63.0_x5: configuring server automatic mTLS: timestamp=2023-04-25T16:12:39.217Z | |
| 2023-04-25T16:12:39.236Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: plugin address: address=/tmp/plugin2148438567 network=unix timestamp=2023-04-25T16:12:39.236Z | |
| 2023-04-25T16:12:39.236Z [DEBUG] provider: using plugin: version=5 | |
| 2023-04-25T16:12:39.345Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.345Z | |
| 2023-04-25T16:12:39.345Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.345Z | |
| 2023-04-25T16:12:39.345Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_attribute_path=apikeys_custom_endpoint timestamp=2023-04-25T16:12:39.345Z | |
| 2023-04-25T16:12:39.345Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apikeys_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.345Z | |
| 2023-04-25T16:12:39.345Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=big_query_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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=2023-04-25T16:12:39.345Z | |
| 2023-04-25T16:12:39.345Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=big_query_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.345Z | |
| 2023-04-25T16:12:39.345Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=bigquery_data_transfer_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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.345Z | |
| 2023-04-25T16:12:39.345Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.345Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=sql_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=2023-04-25T16:12:39.345Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=sql_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.345Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=network_management_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=network_management_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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 '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_iot_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework tf_attribute_path=cloud_iot_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=composer_custom_endpoint timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=composer_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.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=ml_engine_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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=ml_engine_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" 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:704 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dns_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=tpu_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=tpu_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=cloud_build_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_build_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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:714 timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=bigquery_reservation_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig tf_attribute_path=bigquery_reservation_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig tf_attribute_path=container_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.346Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.354Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=identity_platform_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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 timestamp=2023-04-25T16:12:39.346Z | |
| 2023-04-25T16:12:39.354Z [DEBUG] provider.terraform-provider-google_v4.63.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=identity_platform_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework timestamp=2023-04-25T16:12:39.347Z | |
| 2023-04-25T16:12:39.354Z [DEBUG] provider.terraform-provider-google_v4.63.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_attribute_path=cloud_functions_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-04-25T16:12:39.347Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.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=cloud_functions_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.347Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=eventarc_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.347Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.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=eventarc_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.347Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_services_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.347Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_services_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.347Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined Type Validate: tf_attribute_path=scopes tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.347Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_rpc=PrepareProviderConfig @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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.347Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.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_tasks_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_tasks_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=beyondcorp_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.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_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_rpc=PrepareProviderConfig 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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=compute_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=assured_workloads_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=assured_workloads_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=data_fusion_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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 description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_fusion_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=dataproc_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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:704 timestamp=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig tf_attribute_path=redis_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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=redis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=container_aws_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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.348Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_aws_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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: "[credentials]"" tf_attribute_path=access_token timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.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="Ensure that if an attribute is set, these are not set: "[credentials]"" tf_attribute_path=access_token tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=monitoring_custom_endpoint tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=monitoring_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 tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.355Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=network_connectivity_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_connectivity_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_resource_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_resource_manager_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_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.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_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=bigquery_connection_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=bigquery_connection_custom_endpoint timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_run_v2_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_run_v2_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_context_manager_custom_endpoint tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=access_context_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.349Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=essential_contacts_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=essential_contacts_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=privateca_custom_endpoint timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=privateca_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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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=game_services_custom_endpoint @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=game_services_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=app_engine_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=app_engine_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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:714 timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddeploy_custom_endpoint tf_mux_provider=*proto5server.Server tf_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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.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 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddeploy_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apigee_custom_endpoint timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apigee_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 timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_transfer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_transfer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=deployment_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.350Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=deployment_manager_custom_endpoint tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_networking_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_networking_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=kms_custom_endpoint 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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=kms_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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.356Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam2_custom_endpoint timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=iam2_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=alloydb_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=alloydb_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_loss_prevention_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_loss_prevention_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=binary_authorization_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=binary_authorization_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_catalog_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=data_catalog_custom_endpoint timestamp=2023-04-25T16:12:39.351Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=container_attached_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=container_attached_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @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 description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=cloud_build_worker_pool_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=container_analysis_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_analysis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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 timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=bigquery_analytics_hub_custom_endpoint timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_billing_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_billing_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=iap_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iap_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=resource_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.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=dataplex_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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.352Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=dataplex_custom_endpoint timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=healthcare_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=healthcare_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=datastore_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.357Z [DEBUG] provider.terraform-provider-google_v4.63.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=datastore_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=cloud_ids_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework tf_attribute_path=cloud_ids_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=os_config_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=os_config_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=filestore_custom_endpoint timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.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=filestore_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=os_login_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=os_login_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.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=access_approval_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=access_approval_custom_endpoint timestamp=2023-04-25T16:12:39.353Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.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=workflows_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.354Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=workflows_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.354Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.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=dialogflow_cx_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.354Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=dialogflow_cx_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.354Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_v3_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.354Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_v3_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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 tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.354Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.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=notebooks_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.354Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=notebooks_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.354Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_metastore_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.354Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.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 '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=dataproc_metastore_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.354Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=cloud_identity_custom_endpoint timestamp=2023-04-25T16:12:39.354Z | |
| 2023-04-25T16:12:39.358Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called 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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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 '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.354Z | |
| 2023-04-25T16:12:39.359Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=artifact_registry_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.359Z | |
| 2023-04-25T16:12:39.359Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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=artifact_registry_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.359Z | |
| 2023-04-25T16:12:39.359Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_beta_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.359Z | |
| 2023-04-25T16:12:39.359Z [DEBUG] provider.terraform-provider-google_v4.63.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 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_beta_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-04-25T16:12:39.359Z | |
| 2023-04-25T16:12:39.359Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=dialogflow_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.359Z | |
| 2023-04-25T16:12:39.359Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dialogflow_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.359Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=vpc_access_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.359Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.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=vpc_access_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.359Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.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=tags_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=tags_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_lite_custom_endpoint @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=pubsub_lite_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.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=logging_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.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_attribute_path=logging_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=certificate_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=certificate_manager_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 '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=cloud_asset_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.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=cloud_asset_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.360Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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=iam_workforce_pool_custom_endpoint timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=iam_workforce_pool_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 '.*/[^/]+/$'" @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.360Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework 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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firebaserules_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.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=gke_hub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=gke_hub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=gke_backup_custom_endpoint timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=gke_backup_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=iam_credentials_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_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:714 tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_custom_endpoint timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=document_ai_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=security_center_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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 @module=sdk.framework timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.361Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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_scheduler_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.362Z [DEBUG] provider.terraform-provider-google_v4.63.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 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_scheduler_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.361Z | |
| 2023-04-25T16:12:39.362Z [DEBUG] provider.terraform-provider-google_v4.63.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=secret_manager_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.362Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig tf_attribute_path=secret_manager_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.362Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_azure_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.362Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_azure_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.362Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=memcache_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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.362Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=memcache_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.362Z [DEBUG] provider.terraform-provider-google_v4.63.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=datastream_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.362Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_attribute_path=datastream_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.362Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=dataflow_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.362Z [DEBUG] provider.terraform-provider-google_v4.63.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=dataflow_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.362Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=org_policy_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.362Z [DEBUG] provider.terraform-provider-google_v4.63.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_attribute_path=org_policy_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @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=bigtable_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.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_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=bigtable_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.362Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=source_repo_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=source_repo_custom_endpoint timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=recaptcha_enterprise_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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=recaptcha_enterprise_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=tags_location_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=tags_location_custom_endpoint timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=pubsub_custom_endpoint timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.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 '.*/[^/]+/$'" @module=sdk.framework tf_attribute_path=cloudfunctions2_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called 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=cloudfunctions2_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=credentials tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="Ensure that if an attribute is set, these are not set: "[access_token]"" tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.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=credentials tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig description="Ensure that if an attribute is set, these are not set: "[access_token]"" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.363Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_attribute_path=credentials tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.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 be a path to valid JSON credentials or valid, raw, JSON credentials" tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=credentials tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.363Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=spanner_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=spanner_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vertex_ai_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=vertex_ai_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig tf_attribute_path=billing_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=billing_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.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=impersonate_service_account_delegates tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_attribute_path=impersonate_service_account_delegates tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 timestamp=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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_run_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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_attribute_path=active_directory_custom_endpoint timestamp=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=active_directory_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.364Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_management_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_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.365Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=service_management_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.364Z | |
| 2023-04-25T16:12:39.365Z [DEBUG] provider.terraform-provider-google_v4.63.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=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @module=sdk.framework tf_attribute_path=firestore_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.365Z | |
| 2023-04-25T16:12:39.365Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=firestore_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.365Z | |
| 2023-04-25T16:12:39.365Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling 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 @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_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 timestamp=2023-04-25T16:12:39.365Z | |
| 2023-04-25T16:12:39.365Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=service_usage_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.365Z | |
| 2023-04-25T16:12:39.365Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=service_usage_custom_endpoint tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 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/fwschemadata/data_value.go:78 timestamp=2023-04-25T16:12:39.365Z | |
| 2023-04-25T16:12:39.365Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=b5f84227-af4e-511b-6b2d-d40bf4ab1d86 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 tf_attribute_path=service_usage_custom_endpoint @module=sdk.framework timestamp=2023-04-25T16:12:39.365Z | |
| 2023-04-25T16:12:39.387Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
| 2023-04-25T16:12:39.391Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5 pid=427 | |
| 2023-04-25T16:12:39.391Z [DEBUG] provider: plugin exited | |
| 2023-04-25T16:12:39.391Z [INFO] backend/local: apply calling Plan | |
| 2023-04-25T16:12:39.391Z [DEBUG] Building and walking plan graph for NormalMode | |
| 2023-04-25T16:12:39.391Z [DEBUG] ProviderTransformer: "google_compute_instance_template.default (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"] | |
| 2023-04-25T16:12:39.391Z [DEBUG] ReferenceTransformer: "google_compute_instance_template.default (expand)" references: [] | |
| 2023-04-25T16:12:39.391Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: [] | |
| 2023-04-25T16:12:39.391Z [DEBUG] Starting graph walk: walkPlan | |
| 2023-04-25T16:12:39.391Z [DEBUG] created provider logger: level=debug | |
| 2023-04-25T16:12:39.391Z [INFO] provider: configuring client automatic mTLS | |
| 2023-04-25T16:12:39.400Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5] | |
| 2023-04-25T16:12:39.400Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5 pid=435 | |
| 2023-04-25T16:12:39.400Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5 | |
| 2023-04-25T16:12:39.470Z [INFO] provider.terraform-provider-google_v4.63.0_x5: configuring server automatic mTLS: timestamp=2023-04-25T16:12:39.470Z | |
| 2023-04-25T16:12:39.490Z [DEBUG] provider: using plugin: version=5 | |
| 2023-04-25T16:12:39.490Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: plugin address: address=/tmp/plugin2865906833 network=unix timestamp=2023-04-25T16:12:39.490Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=assured_workloads_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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 timestamp=2023-04-25T16:12:39.595Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=assured_workloads_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.595Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=vertex_ai_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.595Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.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=vertex_ai_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.595Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=essential_contacts_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.595Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.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 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=essential_contacts_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.595Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=healthcare_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.595Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=healthcare_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_attribute_path=container_analysis_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework 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_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_functions_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_functions_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=iam_workforce_pool_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.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 @module=sdk.framework tf_attribute_path=iam_workforce_pool_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=access_context_manager_custom_endpoint timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=access_context_manager_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.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=4581291a-4b7a-79e0-7277-ba348b81d88f tf_attribute_path=data_catalog_custom_endpoint timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_catalog_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.604Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework 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_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=dialogflow_cx_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig tf_attribute_path=cloud_ids_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 timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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_ids_custom_endpoint @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_attribute_path=cloud_scheduler_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=cloud_scheduler_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=tpu_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=tpu_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=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=dialogflow_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.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=dialogflow_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.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=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=bigquery_reservation_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_reservation_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=big_query_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=big_query_custom_endpoint 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=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=deployment_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.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=deployment_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=dataflow_custom_endpoint timestamp=2023-04-25T16:12:39.596Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.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=dataflow_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.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=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_transfer_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=storage_transfer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=apikeys_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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 timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=apikeys_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.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_asset_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_asset_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=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_identity_custom_endpoint timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.605Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server @module=sdk.framework tf_attribute_path=cloud_identity_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.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=gke_hub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=gke_hub_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_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=composer_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=composer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling 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=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_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 tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=sql_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=sql_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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=cloud_billing_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_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 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=kms_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=kms_custom_endpoint @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=privateca_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=privateca_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=identity_platform_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.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 tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=identity_platform_custom_endpoint timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=compute_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=compute_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam2_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 timestamp=2023-04-25T16:12:39.597Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.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=iam2_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_usage_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=service_usage_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=iam_credentials_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @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=iam_credentials_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: 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:704 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=pubsub_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=alloydb_custom_endpoint timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.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_resource_manager_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=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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_resource_manager_custom_endpoint @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=clouddeploy_custom_endpoint tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=clouddeploy_custom_endpoint tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=ml_engine_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=ml_engine_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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 tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_attribute_path=datastream_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=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.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=datastream_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=redis_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.606Z [DEBUG] provider.terraform-provider-google_v4.63.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=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=recaptcha_enterprise_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.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=recaptcha_enterprise_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=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=tags_location_custom_endpoint timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=tags_location_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.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=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=logging_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.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_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=storage_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=4581291a-4b7a-79e0-7277-ba348b81d88f description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.598Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_v2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_v2_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_attribute_path=cloudfunctions2_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=cloudfunctions2_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig tf_attribute_path=app_engine_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=app_engine_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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="Ensure that if an attribute is set, these are not set: "[access_token]"" tf_attribute_path=credentials tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.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_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must be a path to valid JSON credentials or valid, raw, JSON credentials" tf_attribute_path=credentials tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=credentials tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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 be a path to valid JSON credentials or valid, raw, JSON credentials" timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined Type Validate: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_attribute_path=impersonate_service_account_delegates timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined Type Validate: @module=sdk.framework tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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_rpc=PrepareProviderConfig tf_attribute_path=impersonate_service_account_delegates timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iam_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=iam_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=network_connectivity_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=network_connectivity_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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 description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.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=4581291a-4b7a-79e0-7277-ba348b81d88f @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_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.599Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.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_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_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.601Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_build_worker_pool_custom_endpoint @module=sdk.framework timestamp=2023-04-25T16:12:39.601Z | |
| 2023-04-25T16:12:39.607Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_build_worker_pool_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.601Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @module=sdk.framework tf_attribute_path=bigquery_analytics_hub_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 timestamp=2023-04-25T16:12:39.601Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_analytics_hub_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.601Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_loss_prevention_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.601Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=data_loss_prevention_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.601Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=monitoring_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.601Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.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 tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=2023-04-25T16:12:39.601Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=dataproc_metastore_custom_endpoint timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_metastore_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=artifact_registry_custom_endpoint tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.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_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=dataproc_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dataproc_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework tf_attribute_path=memcache_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=memcache_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=container_attached_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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=container_attached_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=access_approval_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=access_approval_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework 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:704 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=resource_manager_v3_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.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_rpc=PrepareProviderConfig tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=container_azure_custom_endpoint timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=container_azure_custom_endpoint tf_mux_provider=*proto5server.Server @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=firestore_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=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=firestore_custom_endpoint tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=container_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.608Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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_beta_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_attribute_path=iam_beta_custom_endpoint tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=billing_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=billing_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=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.602Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=cloud_iot_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=cloud_iot_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_lite_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=pubsub_lite_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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=notebooks_custom_endpoint tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=notebooks_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @module=sdk.framework tf_attribute_path=os_config_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=os_config_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=security_center_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework 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:714 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=source_repo_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=source_repo_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework 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:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig 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 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=secret_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=secret_manager_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=org_policy_custom_endpoint tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=org_policy_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.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_run_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=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_run_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 tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @module=sdk.framework tf_attribute_path=certificate_manager_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=certificate_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=filestore_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=filestore_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=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.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=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=workflows_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.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_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=workflows_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.603Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_tasks_custom_endpoint timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=cloud_tasks_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.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_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined Type Validate: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=scopes tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_attribute_path=resource_manager_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.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 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_rpc=PrepareProviderConfig @module=sdk.framework timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=bigquery_data_transfer_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.609Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_data_transfer_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=game_services_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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=game_services_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.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=active_directory_custom_endpoint tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=active_directory_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="Ensure that if an attribute is set, these are not set: "[credentials]"" tf_attribute_path=access_token tf_mux_provider=*proto5server.Server tf_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=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=access_token tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="Ensure that if an attribute is set, these are not set: "[credentials]"" tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.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=vpc_access_custom_endpoint tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=vpc_access_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @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=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.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=spanner_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=spanner_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.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=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=data_fusion_custom_endpoint tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @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_fusion_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.604Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=iap_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 timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=iap_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.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=eventarc_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.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_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_attribute_path=eventarc_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=dataplex_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework tf_attribute_path=dataplex_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_attribute_path=firebaserules_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=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=firebaserules_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.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=service_networking_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=service_networking_custom_endpoint timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=apigee_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server @module=sdk.framework tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=apigee_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=os_login_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.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=4581291a-4b7a-79e0-7277-ba348b81d88f @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=os_login_custom_endpoint timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=bigquery_datapolicy_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=binary_authorization_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.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=4581291a-4b7a-79e0-7277-ba348b81d88f @module=sdk.framework tf_attribute_path=binary_authorization_custom_endpoint tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework tf_attribute_path=container_aws_custom_endpoint description="value must match regular expression '.*/[^/]+/$'" tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.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=container_aws_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f 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=bigtable_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google @module=sdk.framework timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=bigtable_custom_endpoint @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=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=tags_custom_endpoint tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.605Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=tags_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.606Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.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=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=document_ai_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.606Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.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=document_ai_custom_endpoint tf_mux_provider=*proto5server.Server description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.606Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @module=sdk.framework tf_attribute_path=datastore_custom_endpoint timestamp=2023-04-25T16:12:39.606Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: 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_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework timestamp=2023-04-25T16:12:39.606Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 tf_attribute_path=network_management_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.606Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_management_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google 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=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.606Z | |
| 2023-04-25T16:12:39.610Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_attribute_path=network_services_custom_endpoint tf_mux_provider=*proto5server.Server @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.606Z | |
| 2023-04-25T16:12:39.611Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=network_services_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.606Z | |
| 2023-04-25T16:12:39.611Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_attribute_path=dns_custom_endpoint tf_rpc=PrepareProviderConfig tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 timestamp=2023-04-25T16:12:39.611Z | |
| 2023-04-25T16:12:39.611Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=dns_custom_endpoint @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.611Z | |
| 2023-04-25T16:12:39.611Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:704 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_attribute_path=bigquery_connection_custom_endpoint tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.611Z | |
| 2023-04-25T16:12:39.611Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: tf_attribute_path=bigquery_connection_custom_endpoint tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.611Z | |
| 2023-04-25T16:12:39.611Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined validator.String: tf_mux_provider=*proto5server.Server @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=gke_backup_custom_endpoint tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.611Z | |
| 2023-04-25T16:12:39.611Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined validator.String: @module=sdk.framework description="value must match regular expression '.*/[^/]+/$'" tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/attribute_validation.go:714 tf_attribute_path=gke_backup_custom_endpoint tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.611Z | |
| 2023-04-25T16:12:39.611Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=billing_project tf_mux_provider=*proto5server.Server @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f tf_rpc=PrepareProviderConfig timestamp=2023-04-25T16:12:39.611Z | |
| 2023-04-25T16:12:39.611Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=PrepareProviderConfig tf_attribute_path=billing_project tf_req_id=4581291a-4b7a-79e0-7277-ba348b81d88f timestamp=2023-04-25T16:12:39.611Z | |
| 2023-04-25T16:12:39.627Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Calling provider defined Provider Configure: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider tf_req_id=d6af1969-7eca-c7fe-bf8a-1ca71dde8a72 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:12 timestamp=2023-04-25T16:12:39.627Z | |
| 2023-04-25T16:12:39.628Z [INFO] provider.terraform-provider-google_v4.63.0_x5: Authenticating using DefaultClient...: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-provider-google/google/framework_config.go:1373 @module=google tf_req_id=d6af1969-7eca-c7fe-bf8a-1ca71dde8a72 tf_rpc=ConfigureProvider timestamp=2023-04-25T16:12:39.628Z | |
| 2023-04-25T16:12:39.628Z [INFO] provider.terraform-provider-google_v4.63.0_x5: -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=d6af1969-7eca-c7fe-bf8a-1ca71dde8a72 @caller=github.com/hashicorp/terraform-provider-google/google/framework_config.go:1374 tf_rpc=ConfigureProvider @module=google tf_mux_provider=*proto5server.Server timestamp=2023-04-25T16:12:39.628Z | |
| 2023-04-25T16:12:39.628Z [INFO] provider.terraform-provider-google_v4.63.0_x5: Authenticating using DefaultClient...: @caller=github.com/hashicorp/terraform-provider-google/google/framework_config.go:1373 tf_mux_provider=*proto5server.Server tf_rpc=ConfigureProvider tf_req_id=d6af1969-7eca-c7fe-bf8a-1ca71dde8a72 @module=google tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.628Z | |
| 2023-04-25T16:12:39.628Z [INFO] provider.terraform-provider-google_v4.63.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/framework_config.go:1374 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=d6af1969-7eca-c7fe-bf8a-1ca71dde8a72 @module=google tf_mux_provider=*proto5server.Server tf_rpc=ConfigureProvider timestamp=2023-04-25T16:12:39.628Z | |
| 2023-04-25T16:12:39.628Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [DEBUG] Waiting for state to become: [success] | |
| 2023-04-25T16:12:39.693Z [INFO] provider.terraform-provider-google_v4.63.0_x5: error retrieving userinfo for your provider credentials. have you enabled the 'https://www.googleapis.com/auth/userinfo.email' scope?: @caller=github.com/hashicorp/terraform-provider-google/google/framework_utils.go:44 tf_mux_provider=*proto5server.Server tf_rpc=ConfigureProvider @module=google tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=d6af1969-7eca-c7fe-bf8a-1ca71dde8a72 timestamp=2023-04-25T16:12:39.693Z | |
| 2023-04-25T16:12:39.693Z [INFO] provider.terraform-provider-google_v4.63.0_x5: error retrieving userinfo for your provider credentials. have you enabled the 'https://www.googleapis.com/auth/userinfo.email' scope?: tf_mux_provider=*proto5server.Server tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-google/google/framework_config.go:1248 @module=google tf_req_id=d6af1969-7eca-c7fe-bf8a-1ca71dde8a72 timestamp=2023-04-25T16:12:39.693Z | |
| 2023-04-25T16:12:39.693Z [INFO] provider.terraform-provider-google_v4.63.0_x5: Terraform is using this identity: : tf_provider_addr=registry.terraform.io/hashicorp/google @caller=github.com/hashicorp/terraform-provider-google/google/framework_config.go:1251 @module=google tf_mux_provider=*proto5server.Server tf_req_id=d6af1969-7eca-c7fe-bf8a-1ca71dde8a72 tf_rpc=ConfigureProvider timestamp=2023-04-25T16:12:39.693Z | |
| 2023-04-25T16:12:39.693Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Called provider defined Provider Configure: @module=sdk.framework tf_mux_provider=*proto5server.Server tf_rpc=ConfigureProvider tf_req_id=d6af1969-7eca-c7fe-bf8a-1ca71dde8a72 @caller=github.com/hashicorp/terraform-plugin-framework@v1.1.1/internal/fwserver/server_configureprovider.go:20 tf_provider_addr=registry.terraform.io/hashicorp/google timestamp=2023-04-25T16:12:39.693Z | |
| 2023-04-25T16:12:39.695Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [INFO] Authenticating using DefaultClient... | |
| 2023-04-25T16:12:39.695Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email] | |
| 2023-04-25T16:12:39.695Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [INFO] Authenticating using DefaultClient... | |
| 2023-04-25T16:12:39.695Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email] | |
| 2023-04-25T16:12:39.695Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [DEBUG] Waiting for state to become: [success] | |
| 2023-04-25T16:12:39.727Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [INFO] error retrieving userinfo for your provider credentials. have you enabled the 'https://www.googleapis.com/auth/userinfo.email' scope? error: error retrieving userinfo for your provider credentials. have you enabled the 'https://www.googleapis.com/auth/userinfo.email' scope? error: googleapi: got HTTP response code 401 with body: { | |
| 2023-04-25T16:12:39.727Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "error": "invalid_request", | |
| 2023-04-25T16:12:39.727Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "error_description": "Invalid Credentials" | |
| 2023-04-25T16:12:39.727Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: } | |
| 2023-04-25T16:12:39.727Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [INFO] Terraform is using this identity: | |
| 2023-04-25T16:12:39.728Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [DEBUG] parent context canceled, cleaning up batcher batches | |
| 2023-04-25T16:12:39.728Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [DEBUG] Stopping batcher "Service Usage" | |
| 2023-04-25T16:12:39.728Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [DEBUG] parent context canceled, cleaning up batcher batches | |
| 2023-04-25T16:12:39.728Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [DEBUG] Stopping batcher "IAM" | |
| 2023-04-25T16:12:39.728Z [DEBUG] ReferenceTransformer: "google_compute_instance_template.default" references: [] | |
| google_compute_instance_template.default: Refreshing state... [id=projects/REDACTED/global/instanceTemplates/appserver-template20230425160609029600000001] | |
| 2023-04-25T16:12:39.733Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [INFO] Instantiating GCE client for path https://compute.googleapis.com/compute/v1/ | |
| 2023-04-25T16:12:39.734Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [DEBUG] Retry Transport: starting RoundTrip retry loop | |
| 2023-04-25T16:12:39.734Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [DEBUG] Retry Transport: request attempt 0 | |
| 2023-04-25T16:12:39.734Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [DEBUG] Google API Request Details: | |
| 2023-04-25T16:12:39.734Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: ---[ REQUEST ]--------------------------------------- | |
| 2023-04-25T16:12:39.734Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: GET /compute/v1/projects/REDACTED/global/instanceTemplates/6773357995241391260?alt=json&prettyPrint=false HTTP/1.1 | |
| 2023-04-25T16:12:39.734Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Host: compute.googleapis.com | |
| 2023-04-25T16:12:39.734Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: User-Agent: google-api-go-client/0.5 Terraform/1.4.5 (+https://www.terraform.io) Terraform-Plugin-SDK/2.10.1 terraform-provider-google/4.63.0 | |
| 2023-04-25T16:12:39.734Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: X-Goog-Api-Client: gl-go/1.18.1 gdcl/0.117.0 | |
| 2023-04-25T16:12:39.734Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Accept-Encoding: gzip | |
| 2023-04-25T16:12:39.734Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: | |
| 2023-04-25T16:12:39.734Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: | |
| 2023-04-25T16:12:39.734Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: ----------------------------------------------------- | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [DEBUG] Google API Response Details: | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: ---[ RESPONSE ]-------------------------------------- | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: HTTP/2.0 403 Forbidden | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Cache-Control: private | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Content-Type: application/json; charset=UTF-8 | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Date: Tue, 25 Apr 2023 16:12:39 GMT | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Server: ESF | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Vary: Origin | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Vary: X-Origin | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Vary: Referer | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: X-Content-Type-Options: nosniff | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: X-Frame-Options: SAMEORIGIN | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: X-Xss-Protection: 0 | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: { | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "error": { | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "code": 403, | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "message": "Required 'compute.instanceTemplates.get' permission for 'projects/REDACTED/global/instanceTemplates/6773357995241391260'", | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "errors": [ | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: { | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "message": "Required 'compute.instanceTemplates.get' permission for 'projects/REDACTED/global/instanceTemplates/6773357995241391260'", | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "domain": "global", | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "reason": "forbidden" | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: } | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: ] | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: } | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: } | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: ----------------------------------------------------- | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [DEBUG] Retry Transport: Stopping retries, last request failed with non-retryable error: googleapi: got HTTP response code 403 with body: HTTP/2.0 403 Forbidden | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Cache-Control: private | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Content-Type: application/json; charset=UTF-8 | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Date: Tue, 25 Apr 2023 16:12:39 GMT | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Server: ESF | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Vary: Origin | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Vary: X-Origin | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: Vary: Referer | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: X-Content-Type-Options: nosniff | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: X-Frame-Options: SAMEORIGIN | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: X-Xss-Protection: 0 | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: { | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "error": { | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "code": 403, | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "message": "Required 'compute.instanceTemplates.get' permission for 'projects/REDACTED/global/instanceTemplates/6773357995241391260'", | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "errors": [ | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: { | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "message": "Required 'compute.instanceTemplates.get' permission for 'projects/REDACTED/global/instanceTemplates/6773357995241391260'", | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "domain": "global", | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: "reason": "forbidden" | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: } | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: ] | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: } | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: } | |
| 2023-04-25T16:12:39.990Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [DEBUG] Retry Transport: Returning after 1 attempts | |
| 2023-04-25T16:12:39.991Z [ERROR] provider.terraform-provider-google_v4.63.0_x5: Response contains error diagnostic: tf_rpc=ReadResource @module=sdk.proto diagnostic_detail= tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=49c45184-2c26-9adc-a189-af89760c2c35 tf_resource_type=google_compute_instance_template @caller=github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/diag/diagnostics.go:55 diagnostic_severity=ERROR diagnostic_summary="Error when reading or editing Instance Template "appserver-template20230425160609029600000001": googleapi: Error 403: Required 'compute.instanceTemplates.get' permission for 'projects/REDACTED/global/instanceTemplates/6773357995241391260', forbidden" tf_proto_version=5.3 timestamp=2023-04-25T16:12:39.990Z | |
| 2023-04-25T16:12:39.991Z [ERROR] vertex "google_compute_instance_template.default" error: Error when reading or editing Instance Template "appserver-template20230425160609029600000001": googleapi: Error 403: Required 'compute.instanceTemplates.get' permission for 'projects/REDACTED/global/instanceTemplates/6773357995241391260', forbidden | |
| 2023-04-25T16:12:39.991Z [ERROR] vertex "google_compute_instance_template.default (expand)" error: Error when reading or editing Instance Template "appserver-template20230425160609029600000001": googleapi: Error 403: Required 'compute.instanceTemplates.get' permission for 'projects/REDACTED/global/instanceTemplates/6773357995241391260', forbidden | |
| ╷ | |
| │ Error: Error when reading or editing Instance Template "appserver-template20230425160609029600000001": googleapi: Error 403: Required 'compute.instanceTemplates.get' permission for 'projects/REDACTED/global/instanceTemplates/6773357995241391260', forbidden | |
| │ | |
| │ with google_compute_instance_template.default, | |
| │ on example.tf line 17, in resource "google_compute_instance_template" "default": | |
| │ 17: resource "google_compute_instance_template" "default" { | |
| │ | |
| ╵ | |
| 2023-04-25T16:12:39.992Z [DEBUG] provider.terraform-provider-google_v4.63.0_x5: 2023/04/25 16:12:39 [DEBUG] [transport] transport: closing: Server.Stop called | |
| 2023-04-25T16:12:39.992Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
| 2023-04-25T16:12:39.997Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.63.0/linux_amd64/terraform-provider-google_v4.63.0_x5 pid=435 | |
| 2023-04-25T16:12:39.997Z [DEBUG] provider: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment